text:qsTr("Datovka - free mobile Data-Box client")
}
Image{
id:datovkaLogo
anchors.horizontalCenter:parent.horizontalCenter
width:imgHeight*1.4
height:imgHeight*1.4
source:"qrc:/datovka.png"
}
Text{
id:versionLabel
anchors.horizontalCenter:parent.horizontalCenter
font.bold:true
color:datovkaPalette.text
text:qsTr("Version")+": "+settings.appVersion()
}
Text{
id:infoLabel
anchors.horizontalCenter:parent.horizontalCenter
color:datovkaPalette.text
width:parent.width
textFormat:TextEdit.RichText
horizontalAlignment:Text.AlignHCenter
wrapMode:Text.WordWrap
text:qsTr("The application provides access to ISDS. This system replaces traditional registered letters in Czech Republic. Communication between the Data boxes and applications Datovka is only one way. The application allows receipt of messages and their attachments. Creating and sending messages is not supported. See project page for more info.")
text:qsTr("The application provides access to ISDS. This system replaces traditional registered letters in Czech Republic. Communication between the Data boxes and applications Datovka is only one way. The application allows receipt of messages and their attachments. Creating and sending messages is not supported. See project page for more info.")