We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6483ac commit 6a68343Copy full SHA for 6a68343
components/2.0/PictureBox.qml
@@ -110,5 +110,17 @@ FocusScope {
110
}
111
112
113
+
114
+ Text {
115
+ id: pressToLogin
116
+ height: 30
117
+ font.pixelSize: 14
118
+ anchors { left: parent.left; right: parent.right }
119
+ color: "#666666"
120
+ elide: Text.ElideRight
121
+ font { bold: true; capitalization: Font.AllUppercase }
122
+ horizontalAlignment: Text.AlignHCenter
123
+ text: qsTr("Press to login")
124
+ }
125
126
0 commit comments