text:qsTr("No user code is registered.\nTo access your shared projects;")
font.pixelSize:12
horizontalAlignment:Text.AlignHCenter
verticalAlignment:Text.AlignVCenter
wrapMode:Text.WordWrap
Layout.fillWidth:true
Connections{
target:backend
functiononUserRegistered(){
qrCodeStatus.text="QR Code Registered\nYou can simply scan a new QR code to register another user.";
qrCodeInstructions.text="";
}
}
}
Text{
id:qrCodeInstructions
text:qsTr("1. Open Design Studio (4.4 or later)\n2. Open any project\n3. Click \"File\" menu from top\n4. Select \"Share Application Online\"\n5. Scan QR code with your camera or any QR reader app")