initial commit, basic project with basic components

This commit is contained in:
Anika Raemer 2018-10-17 20:51:39 +02:00
commit 269b48ed9d
11 changed files with 551 additions and 0 deletions

9
LenaPi/qml.qrc Normal file
View 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>