This commit is contained in:
2024-11-04 13:56:09 +01:00
parent 1fd67a6ee2
commit fb5b23efbb
5 changed files with 108 additions and 21 deletions

23
gui/Start.qml Normal file
View File

@@ -0,0 +1,23 @@
import QtQuick
import QtQuick.Controls
Item
{
anchors.fill: parent
TopBar
{
id:topBar
}
// Component.onCompleted:
// {
// appLoader.window.title = "pyqcrm"
// appLoader.window.height = Screen.height * .5
// appLoader.window.width = Screen.width * .5
// }
}