initial commit, basic project with basic components
This commit is contained in:
commit
269b48ed9d
11 changed files with 551 additions and 0 deletions
9
LenaPi/qml.qrc
Normal file
9
LenaPi/qml.qrc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>main.qml</file>
|
||||
<file>MainForm.ui.qml</file>
|
||||
<file>CircularListDelegate.qml</file>
|
||||
<file>MyScrollView.qml</file>
|
||||
<file>RectangularListDelegate.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Loading…
Add table
Add a link
Reference in a new issue