Guitest
This commit is contained in:
23
gui/Start.qml
Normal file
23
gui/Start.qml
Normal 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
|
||||
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user