Small tests

This commit is contained in:
Niels 2025-05-29 09:06:35 +02:00
parent d4cd7f8bdc
commit 539d7ce16a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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
}
}