Code polished from unused functions

This commit is contained in:
Marco Dalla Tiezza
2024-05-31 16:36:34 +02:00
parent e2a48e7a54
commit 7a89b64ca8
11 changed files with 930 additions and 929 deletions

View File

@@ -12,8 +12,8 @@ Window {
height: 500
Component.onCompleted: {
x = Screen.width/2 - width/2
y = Screen.height/2 - height/2
x = Screen.width / 2 - width / 2
y = Screen.height / 2 - height / 2
}
modality: Qt.ApplicationModal