fixedloader
This commit is contained in:
15
gui/Dashboard.qml
Normal file
15
gui/Dashboard.qml
Normal file
@@ -0,0 +1,15 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls
|
||||
import QtQuick.Layouts
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
Item
|
||||
{
|
||||
Component.onCompleted:
|
||||
{
|
||||
appLoader.source = "firststart.qml"
|
||||
appLoader.window.title = "pyqcrm"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user