added icons for buttons in the drop-down window of connections sharing.
- corrections in texts
This commit is contained in:
parent
1092abe776
commit
66f9a82f31
13 changed files with 136 additions and 109 deletions
|
@ -55,6 +55,7 @@ DrawerType {
|
|||
Layout.topMargin: 16
|
||||
|
||||
text: qsTr("Share")
|
||||
imageSource: "qrc:/images/controls/share-2.svg"
|
||||
|
||||
onClicked: {
|
||||
ExportController.saveFile()
|
||||
|
@ -73,6 +74,7 @@ DrawerType {
|
|||
borderWidth: 1
|
||||
|
||||
text: qsTr("Copy")
|
||||
imageSource: "qrc:/images/controls/copy.svg"
|
||||
|
||||
onClicked: {
|
||||
configText.selectAll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue