qml: finally!
This commit is contained in:
@@ -39,6 +39,13 @@ ApplicationWindow
|
|||||||
onClicked: stack.pop()
|
onClicked: stack.pop()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Image {
|
||||||
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
Layout.preferredWidth: constants.iconSizeLarge
|
||||||
|
Layout.preferredHeight: constants.iconSizeLarge
|
||||||
|
source: "../../icons/electrum.png"
|
||||||
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
text: stack.currentItem.title
|
text: stack.currentItem.title
|
||||||
elide: Label.ElideRight
|
elide: Label.ElideRight
|
||||||
|
|||||||
Reference in New Issue
Block a user