mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-06 05:49:20 +02:00
48 lines
1.1 KiB
Plaintext
48 lines
1.1 KiB
Plaintext
StaticWindow
|
|
anchors.right: parent.right
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
margin-right: 20
|
|
id: newLoginPanel
|
|
width: 230
|
|
height: 330
|
|
!text: tr('Quick Login & Registration')
|
|
|
|
Label
|
|
id: qrcode
|
|
width: 200
|
|
height: 180
|
|
anchors.top: parent.top
|
|
anchors.horizontalCenter: parent.horizontalCenter
|
|
margin-top: 5
|
|
|
|
Label
|
|
anchors.top: prev.bottom
|
|
anchors.left: prev.left
|
|
anchors.right: prev.right
|
|
text-align: center
|
|
text-auto-resize: true
|
|
!text: tr("Scan QR code or process\nbellow code to register or login")
|
|
height: 40
|
|
margin-top: 10
|
|
margin-bottom: 5
|
|
|
|
Label
|
|
id: code
|
|
height: 20
|
|
anchors.top: prev.bottom
|
|
anchors.left: prev.left
|
|
anchors.right: prev.right
|
|
text-align: center
|
|
font: sans-bold-16px
|
|
margin-top: 10
|
|
text: XXXXXX
|
|
|
|
Label
|
|
anchors.top: prev.bottom
|
|
anchors.left: prev.left
|
|
anchors.right: prev.right
|
|
text-align: center
|
|
!text: tr("Click to get Android/iOS app")
|
|
height: 20
|
|
margin-top: 10
|
|
color: #FFFFFF |