dictionary

This commit is contained in:
2024-10-30 16:27:41 +01:00
parent e14e1a4d42
commit d3b99320dd
5 changed files with 78 additions and 15 deletions

View File

@@ -1,13 +1,18 @@
import QtQuick
import QtQuick.Controls
Item
{
anchors.fill: parent
Component.onCompleted:
{
appLoader.window.title = "pyqcrm"
appLoader.window.height = Screen.height
appLoader.window.width = Screen.width
parent.width: 1080
parent.height: 1920
}
}