add "Insert" button
This commit is contained in:
parent
aab022b4a0
commit
f43fad2a59
1 changed files with 14 additions and 0 deletions
|
|
@ -88,6 +88,20 @@ Page {
|
||||||
placeholderText: qsTr("VPN://")
|
placeholderText: qsTr("VPN://")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WhiteButtonWithBorder {
|
||||||
|
Layout.topMargin: 24
|
||||||
|
Layout.leftMargin: 16
|
||||||
|
Layout.rightMargin: 16
|
||||||
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
text: qsTr("Insert")
|
||||||
|
|
||||||
|
onClicked: function() {
|
||||||
|
textKey.text = ""
|
||||||
|
textKey.paste()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
BlueButtonNoBorder {
|
BlueButtonNoBorder {
|
||||||
Layout.topMargin: 24
|
Layout.topMargin: 24
|
||||||
Layout.leftMargin: 16
|
Layout.leftMargin: 16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue