summaryrefslogtreecommitdiffstats
path: root/src/settingsui/qml.qrc
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-02-23 09:13:21 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-03-02 12:51:24 +0000
commitc6b5855b446c73f8a60cc3d4427fc445e0ba400d (patch)
treeb57f45df2a297335392f56953410a4c3ab599a8d /src/settingsui/qml.qrc
parentf1d884b6dad5a93d7a3077b6b05d3ec7fcd9a6ea (diff)
Migrate settings UI to use Qt Quick Controls 2
Task-number: QTEE-1057 Change-Id: I389d784241d4b68384765dfde4b572e7652eb76c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'src/settingsui/qml.qrc')
-rw-r--r--src/settingsui/qml.qrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settingsui/qml.qrc b/src/settingsui/qml.qrc
index 5ed5504..3c82bc5 100644
--- a/src/settingsui/qml.qrc
+++ b/src/settingsui/qml.qrc
@@ -2,10 +2,6 @@
<qresource prefix="/">
<file>main.qml</file>
<file>settingsview.xml</file>
- <file>common/CustomCombobox.qml</file>
- <file>common/FlatStyledDropdownDelegate.qml</file>
- <file>common/IconButton.qml</file>
- <file>common/TextLabel.qml</file>
<file>network/EditWiredSettings.qml</file>
<file>network/IpAddressTextField.qml</file>
<file>network/NetworkDetails.qml</file>
@@ -22,5 +18,9 @@
<file>timedate/AnalogClock.qml</file>
<file>timedate/TimeDate.qml</file>
<file>timedate/TimezonesView.qml</file>
+ <file>network/AddressListEntry.qml</file>
+ <file>network/ComboBoxEntry.qml</file>
+ <file>timedate/CustomCalendar.qml</file>
+ <file>common/CustomTableView.qml</file>
</qresource>
</RCC>