added 'insert' button and 'show password' button for PageSetupWizardCredentials

This commit is contained in:
vladimir.kuznetsov 2023-07-31 14:29:49 +09:00
parent 66f9a82f31
commit aa66133813
10 changed files with 53 additions and 11 deletions

View file

@ -76,9 +76,9 @@ It's okay if a friend passed the code.")
DividerType {}
//todo ifdef mobile platforms
LabelWithButtonType {
Layout.fillWidth: true
visible: GC.isMobile()
text: qsTr("QR-code")
rightImageSource: "qrc:/images/controls/chevron-right.svg"
@ -90,7 +90,9 @@ It's okay if a friend passed the code.")
}
}
DividerType {}
DividerType {
visible: GC.isMobile()
}
LabelWithButtonType {
Layout.fillWidth: true