Files
pyqcrm/gui/Start.qml
2024-11-04 13:56:09 +01:00

24 lines
346 B
QML

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