BackButton.qml added
This commit is contained in:
parent
6516a84986
commit
62262a3572
20 changed files with 35 additions and 173 deletions
|
@ -9,16 +9,8 @@ Item {
|
|||
id: root
|
||||
enabled: ServerSettingsLogic.pageEnabled
|
||||
|
||||
ImageButtonType {
|
||||
BackButton {
|
||||
id: back
|
||||
x: 10
|
||||
y: 10
|
||||
width: 26
|
||||
height: 20
|
||||
icon.source: "qrc:/images/arrow_left.png"
|
||||
onClicked: {
|
||||
UiLogic.closePage()
|
||||
}
|
||||
}
|
||||
Text {
|
||||
font.family: "Lato"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue