LedDisplay/app/ressources/qml/qml.qrc

20 lines
668 B
Plaintext
Raw Normal View History

2020-10-08 20:06:57 +02:00
<RCC>
<qresource prefix="/">
<file>main.qml</file>
2020-10-11 15:50:13 +02:00
<file>ConnectPage.qml</file>
<file>ConnectedPage.qml</file>
2020-10-11 21:01:21 +02:00
<file>DisplayTextDelegate.qml</file>
<file>DisplayTextModelListView.qml</file>
<file>TextEditDialog.qml</file>
<file>TextInputDelegate.qml</file>
<file>SpinBoxDelegate.qml</file>
<file>ComboBoxDelegate.qml</file>
<file>ColorPickerDelegate.qml</file>
<file>ColorPicker.qml</file>
<file>Chip.qml</file>
2020-10-17 03:22:37 +02:00
<file>DisplayEditDialog.qml</file>
<file>PasswordInputDelegate.qml</file>
2022-08-03 09:09:31 +02:00
<file>DisclaimerDialog.qml</file>
2020-10-08 20:06:57 +02:00
</qresource>
</RCC>