added local port field to v2ray settings page
- some code style refactoring
This commit is contained in:
parent
2b0ba2aff9
commit
36fae9152f
10 changed files with 88 additions and 65 deletions
|
|
@ -9,8 +9,11 @@ class V2RayLogic : public PageProtocolLogicBase
|
|||
{
|
||||
Q_OBJECT
|
||||
|
||||
AUTO_PROPERTY(bool, lineEditPortEnabled)
|
||||
AUTO_PROPERTY(QString, lineEditPortText)
|
||||
AUTO_PROPERTY(bool, lineEditServerPortEnabled)
|
||||
AUTO_PROPERTY(QString, lineEditServerPortText)
|
||||
|
||||
AUTO_PROPERTY(bool, lineEditLocalPortEnabled)
|
||||
AUTO_PROPERTY(QString, lineEditLocalPortText)
|
||||
|
||||
AUTO_PROPERTY(bool, labelInfoVisible)
|
||||
AUTO_PROPERTY(QString, labelInfoText)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue