Small tests
This commit is contained in:
parent
d4cd7f8bdc
commit
539d7ce16a
@ -13,7 +13,7 @@ import "helpers"
|
||||
ApplicationWindow
|
||||
{
|
||||
id: allRadio
|
||||
property string _version: Qt.application.version
|
||||
property string _version: "2.0.10"
|
||||
property string _language: Qt.locale().name.slice(0,2)
|
||||
property string _country: Qt.locale().name.slice(-2)
|
||||
property int sleepTime: 0
|
||||
|
@ -21,6 +21,11 @@ Column {
|
||||
source: parent
|
||||
color: Theme.highlightColor
|
||||
}
|
||||
// BusyIndicator {
|
||||
// size: BusyIndicatorSize.Large
|
||||
// anchors.centerIn: parent
|
||||
// running: parent.visible
|
||||
// }
|
||||
}
|
||||
|
||||
Label {
|
||||
@ -38,4 +43,5 @@ Column {
|
||||
color: Theme.highlightColor
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user