wip
This commit is contained in:
parent
12213b0008
commit
a1efbcec83
6 changed files with 247 additions and 0 deletions
9
modules/bar/popouts/Debug.qml
Normal file
9
modules/bar/popouts/Debug.qml
Normal file
|
@ -0,0 +1,9 @@
|
|||
import QtQuick
|
||||
|
||||
Rectangle {
|
||||
id: root
|
||||
|
||||
width: 200
|
||||
height: 200
|
||||
color: "red"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue