Qml Containers Page refact
This commit is contained in:
parent
0faf6c8599
commit
a390f2e988
22 changed files with 191 additions and 197 deletions
|
|
@ -7,8 +7,10 @@ import "../Config"
|
|||
|
||||
Item {
|
||||
id: root
|
||||
property int protocol: PageEnum.Start
|
||||
property var logic: null
|
||||
property int page: PageEnum.Start
|
||||
property var logic: UiLogic
|
||||
enabled: logic.pageEnabled
|
||||
|
||||
// width: GC.screenWidth
|
||||
// height: GC.screenHeight
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue