refact sharing
This commit is contained in:
parent
84ca7e8879
commit
ca3617aa7d
8 changed files with 943 additions and 927 deletions
|
@ -71,7 +71,7 @@ Item {
|
|||
y: 80
|
||||
width: 251
|
||||
height: 31
|
||||
text: UiLoServerSettingsLogicgic.lineEditServerSettingsDescriptionText
|
||||
text: ServerSettingsLogic.lineEditServerSettingsDescriptionText
|
||||
onEditingFinished: {
|
||||
ServerSettingsLogic.lineEditServerSettingsDescriptionText = text
|
||||
ServerSettingsLogic.onLineEditServerSettingsDescriptionEditingFinished()
|
||||
|
@ -116,7 +116,7 @@ Item {
|
|||
height: 40
|
||||
text: qsTr("VPN protocols")
|
||||
onClicked: {
|
||||
ServerSettingsLogic.goToPage(PageEnum.ServerVpnProtocols)
|
||||
UiLogic.goToPage(PageEnum.ServerVpnProtocols)
|
||||
}
|
||||
}
|
||||
BlueButtonType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue