ui fixes
This commit is contained in:
parent
37c18c5d3c
commit
f65e4066e3
9 changed files with 171 additions and 179 deletions
|
@ -27,8 +27,7 @@ DrawerType {
|
|||
Layout.leftMargin: 16
|
||||
Layout.bottomMargin: 16
|
||||
|
||||
headerText: qsTr("Add server")
|
||||
descriptionText: qsTr("Select data type")
|
||||
headerText: qsTr("Add new connection")
|
||||
}
|
||||
|
||||
LabelWithButtonType {
|
||||
|
@ -50,7 +49,7 @@ DrawerType {
|
|||
LabelWithButtonType {
|
||||
Layout.fillWidth: true
|
||||
|
||||
text: qsTr("Open QR code, key or config file")
|
||||
text: qsTr("Open config file, key or QR code")
|
||||
rightImageSource: "qrc:/images/controls/chevron-right.svg"
|
||||
|
||||
clickedFunction: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue