mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
933f36fa9f
commit
b8fcdb27cf
1 changed files with 4 additions and 5 deletions
|
|
@ -16,14 +16,13 @@ Rectangle {
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
Text {
|
Text {
|
||||||
id: iconBack
|
id: back
|
||||||
x: 10
|
x: 10
|
||||||
height: backButton.height
|
height: backButton.height
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
font.family: fontAwesome.name
|
|
||||||
font.pixelSize: 32
|
|
||||||
color: "#007aff"
|
color: "#007aff"
|
||||||
text: "\uf104"
|
font.pixelSize: 18
|
||||||
|
text: qsTr("Back")
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|
@ -32,7 +31,7 @@ Rectangle {
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
font.pixelSize: 20
|
font.pixelSize: 20
|
||||||
font.weight: Font.DemiBold
|
font.weight: Font.DemiBold
|
||||||
color: iconBack.color
|
color: back.color
|
||||||
text: "Repl"
|
text: "Repl"
|
||||||
visible: (Qt.platform.os === "ios")
|
visible: (Qt.platform.os === "ios")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue