LedDisplay/OmobiDisplayApp/ressources/qml/qml.qrc
Dorian Zedler 5a16d3ebdc
- added color indicator to main overview page
- redesigned chips and made them consistent
2020-10-15 12:52:19 +02:00

18 lines
578 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>ConnectPage.qml</file>
<file>ConnectedPage.qml</file>
<file>DisplayTextDelegate.qml</file>
<file>DisplayTextModelListView.qml</file>
<file>TextEditDialog.qml</file>
<file>TextInputDelegate.qml</file>
<file>NextPageDelegate.qml</file>
<file>SpinBoxDelegate.qml</file>
<file>ComboBoxDelegate.qml</file>
<file>ColorPickerDelegate.qml</file>
<file>ColorPicker.qml</file>
<file>Chip.qml</file>
</qresource>
</RCC>