diff options
author | Mitch Curtis <[email protected]> | 2022-11-18 15:15:16 +0800 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2022-12-01 10:26:20 +0800 |
commit | 4bd87b903b355b53e3105ba1ae7c154c4e55cdaf (patch) | |
tree | cc2edb597f0d5871302eb86e9dda78217384a5aa /examples | |
parent | 786e1748d4469c135a922a221024f3f9c421c0de (diff) |
Remove "2" from Qt Quick Controls directories
Qt Quick Controls 2 was named that way because it was a follow-up to
Qt Quick Controls 1.x. Now that Qt Quick Controls 1 is no longer
supported, we don't need to have "2" in the name. Work on this was
already started for the documentation in
1abdfe5d5a052f2298b7bf657513dfa7e0c66a56.
By doing this renaming a few weeks before feature freeze, it won't
affect the release but still results in as little time possible spent
manually fixing conflicts in cherry-picks from non-LTS releases as a
result of the renaming.
This patch does the following:
- Renames directories.
- Adapts CMakeLists.txt and other files to account for the new paths.
A follow-up patch will handle documentation.
It does not touch library names or other user-facing stuff, as that
will have to be done in Qt 7.
Task-number: QTBUG-95413
Change-Id: I170d8db19033ee71e495ff0c5c1a517a41ed7634
Reviewed-by: Mitch Curtis <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/quickcontrols/CMakeLists.txt (renamed from examples/quickcontrols2/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/CMakeLists.txt (renamed from examples/quickcontrols2/attachedstyleproperties/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/ApplicationWindow.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/ApplicationWindow.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/Button.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/Button.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/Label.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/Label.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/Popup.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/Popup.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/Switch.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/Switch.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/ToolBar.qml (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/ToolBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.cpp (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.h (renamed from examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.cpp (renamed from examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml (renamed from examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png (renamed from examples/quickcontrols2/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png) | bin | 11703 -> 11703 bytes | |||
-rw-r--r-- | examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc (renamed from examples/quickcontrols2/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/chapter1/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter1/chapter1.pro (renamed from examples/quickcontrols2/chattutorial/chapter1/chapter1.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter1/main.cpp (renamed from examples/quickcontrols2/chattutorial/chapter1/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter1/main.qml (renamed from examples/quickcontrols2/chattutorial/chapter1/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter1/qtquickcontrols2.conf (renamed from examples/quickcontrols2/chattutorial/chapter1/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/chapter2/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/chapter2.pro (renamed from examples/quickcontrols2/chattutorial/chapter2/chapter2.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/Albert_Einstein.png (renamed from examples/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein.png) | bin | 1669 -> 1669 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 5657 -> 5657 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 11804 -> 11804 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 19989 -> 19989 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway.png (renamed from examples/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway.png) | bin | 2255 -> 2255 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 6375 -> 6375 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 13723 -> 13723 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 24109 -> 24109 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/Hans_Gude.png (renamed from examples/quickcontrols2/chattutorial/chapter2/images/Hans_Gude.png) | bin | 2937 -> 2937 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 9239 -> 9239 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 18163 -> 18163 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter2/images/[email protected]) | bin | 28614 -> 28614 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/images/images.qrc (renamed from examples/quickcontrols2/chattutorial/chapter2/images/images.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/main.cpp (renamed from examples/quickcontrols2/chattutorial/chapter2/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/main.qml (renamed from examples/quickcontrols2/chattutorial/chapter2/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter2/qtquickcontrols2.conf (renamed from examples/quickcontrols2/chattutorial/chapter2/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/chapter3/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/ContactPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter3/ContactPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/ConversationPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter3/ConversationPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/chapter3.pro (renamed from examples/quickcontrols2/chattutorial/chapter3/chapter3.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/Albert_Einstein.png (renamed from examples/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein.png) | bin | 1669 -> 1669 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 5657 -> 5657 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 11804 -> 11804 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 19989 -> 19989 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway.png (renamed from examples/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway.png) | bin | 2255 -> 2255 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 6375 -> 6375 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 13723 -> 13723 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 24109 -> 24109 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/Hans_Gude.png (renamed from examples/quickcontrols2/chattutorial/chapter3/images/Hans_Gude.png) | bin | 2937 -> 2937 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 9239 -> 9239 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 18163 -> 18163 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter3/images/[email protected]) | bin | 28614 -> 28614 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/images/images.qrc (renamed from examples/quickcontrols2/chattutorial/chapter3/images/images.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/main.cpp (renamed from examples/quickcontrols2/chattutorial/chapter3/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/main.qml (renamed from examples/quickcontrols2/chattutorial/chapter3/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter3/qtquickcontrols2.conf (renamed from examples/quickcontrols2/chattutorial/chapter3/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/chapter4/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/ContactPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter4/ContactPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/ConversationPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter4/ConversationPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/chapter4.pro (renamed from examples/quickcontrols2/chattutorial/chapter4/chapter4.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/Albert_Einstein.png (renamed from examples/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein.png) | bin | 1669 -> 1669 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 5657 -> 5657 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 11804 -> 11804 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 19989 -> 19989 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway.png (renamed from examples/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway.png) | bin | 2255 -> 2255 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 6375 -> 6375 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 13723 -> 13723 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 24109 -> 24109 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/Hans_Gude.png (renamed from examples/quickcontrols2/chattutorial/chapter4/images/Hans_Gude.png) | bin | 2937 -> 2937 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 9239 -> 9239 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 18163 -> 18163 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter4/images/[email protected]) | bin | 28614 -> 28614 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/images/images.qrc (renamed from examples/quickcontrols2/chattutorial/chapter4/images/images.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/main.cpp (renamed from examples/quickcontrols2/chattutorial/chapter4/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/main.qml (renamed from examples/quickcontrols2/chattutorial/chapter4/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/qtquickcontrols2.conf (renamed from examples/quickcontrols2/chattutorial/chapter4/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.cpp (renamed from examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.h (renamed from examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.cpp (renamed from examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.h (renamed from examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/+Material/ChatToolBar.qml (renamed from examples/quickcontrols2/chattutorial/chapter5/+Material/ChatToolBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt (renamed from examples/quickcontrols2/chattutorial/chapter5/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/ChatToolBar.qml (renamed from examples/quickcontrols2/chattutorial/chapter5/ChatToolBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/ContactPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter5/ContactPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/ConversationPage.qml (renamed from examples/quickcontrols2/chattutorial/chapter5/ConversationPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/chapter5.pro (renamed from examples/quickcontrols2/chattutorial/chapter5/chapter5.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/Albert_Einstein.png (renamed from examples/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein.png) | bin | 1669 -> 1669 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 5657 -> 5657 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 11804 -> 11804 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 19989 -> 19989 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway.png (renamed from examples/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway.png) | bin | 2255 -> 2255 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 6375 -> 6375 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 13723 -> 13723 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 24109 -> 24109 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/Hans_Gude.png (renamed from examples/quickcontrols2/chattutorial/chapter5/images/Hans_Gude.png) | bin | 2937 -> 2937 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 9239 -> 9239 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 18163 -> 18163 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/[email protected] (renamed from examples/quickcontrols2/chattutorial/chapter5/images/[email protected]) | bin | 28614 -> 28614 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/images/images.qrc (renamed from examples/quickcontrols2/chattutorial/chapter5/images/images.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/main.cpp (renamed from examples/quickcontrols2/chattutorial/chapter5/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/main.qml (renamed from examples/quickcontrols2/chattutorial/chapter5/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/qtquickcontrols2.conf (renamed from examples/quickcontrols2/chattutorial/chapter5/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.cpp (renamed from examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.h (renamed from examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.cpp (renamed from examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.h (renamed from examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/chattutorial.pro (renamed from examples/quickcontrols2/chattutorial/chattutorial.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png) | bin | 4798 -> 4798 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif) | bin | 176936 -> 176936 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png) | bin | 20119 -> 20119 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif) | bin | 262432 -> 262432 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png) | bin | 2960 -> 2960 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif) | bin | 169856 -> 169856 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png) | bin | 13079 -> 13079 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png) | bin | 9750 -> 9750 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif) | bin | 102536 -> 102536 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png) | bin | 19787 -> 19787 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png) | bin | 17337 -> 17337 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png) | bin | 17475 -> 17475 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png) | bin | 15520 -> 15520 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png) | bin | 16575 -> 16575 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png) | bin | 14723 -> 14723 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png) | bin | 2688 -> 2688 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png) | bin | 2861 -> 2861 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png) | bin | 8590 -> 8590 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png (renamed from examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png) | bin | 9627 -> 9627 bytes | |||
-rw-r--r-- | examples/quickcontrols/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc (renamed from examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/CMakeLists.txt (renamed from examples/quickcontrols2/contactlist/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/ContactDelegate.ui.qml (renamed from examples/quickcontrols2/contactlist/ContactDelegate.ui.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/ContactDialog.qml (renamed from examples/quickcontrols2/contactlist/ContactDialog.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/ContactForm.ui.qml (renamed from examples/quickcontrols2/contactlist/ContactForm.ui.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/ContactView.ui.qml (renamed from examples/quickcontrols2/contactlist/ContactView.ui.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/SectionDelegate.ui.qml (renamed from examples/quickcontrols2/contactlist/SectionDelegate.ui.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/contactlist.pro (renamed from examples/quickcontrols2/contactlist/contactlist.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/contactlist.qml (renamed from examples/quickcontrols2/contactlist/contactlist.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/contactmodel.cpp (renamed from examples/quickcontrols2/contactlist/contactmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/contactmodel.h (renamed from examples/quickcontrols2/contactlist/contactmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/designer/Backend/ContactModel.qml (renamed from examples/quickcontrols2/contactlist/designer/Backend/ContactModel.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/designer/Backend/qmldir (renamed from examples/quickcontrols2/contactlist/designer/Backend/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/doc/images/qtquickcontrols2-contactlist.png (renamed from examples/quickcontrols2/contactlist/doc/images/qtquickcontrols2-contactlist.png) | bin | 23581 -> 23581 bytes | |||
-rw-r--r-- | examples/quickcontrols/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc (renamed from examples/quickcontrols2/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/contactlist/main.cpp (renamed from examples/quickcontrols2/contactlist/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/CMakeLists.txt (renamed from examples/quickcontrols2/eventcalendar/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/MonthGridDelegate.qml (renamed from examples/quickcontrols2/eventcalendar/MonthGridDelegate.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png (renamed from examples/quickcontrols2/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png) | bin | 76700 -> 76700 bytes | |||
-rw-r--r-- | examples/quickcontrols/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc (renamed from examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/event.h (renamed from examples/quickcontrols2/eventcalendar/event.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/eventcalendar.cpp (renamed from examples/quickcontrols2/eventcalendar/eventcalendar.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/eventcalendar.pro (renamed from examples/quickcontrols2/eventcalendar/eventcalendar.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/eventcalendar.qml (renamed from examples/quickcontrols2/eventcalendar/eventcalendar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/eventmodel.cpp (renamed from examples/quickcontrols2/eventcalendar/eventmodel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/eventmodel.h (renamed from examples/quickcontrols2/eventcalendar/eventmodel.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/qmldir (renamed from examples/quickcontrols2/eventcalendar/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/qtquickcontrols2.conf (renamed from examples/quickcontrols2/eventcalendar/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/sqleventdatabase.cpp (renamed from examples/quickcontrols2/eventcalendar/sqleventdatabase.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/eventcalendar/sqleventdatabase.h (renamed from examples/quickcontrols2/eventcalendar/sqleventdatabase.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/CMakeLists.txt (renamed from examples/quickcontrols2/flatstyle/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/MainForm.ui.qml (renamed from examples/quickcontrols2/flatstyle/MainForm.ui.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png (renamed from examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png) | bin | 22469 -> 22469 bytes | |||
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png (renamed from examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle.png) | bin | 9120 -> 9120 bytes | |||
-rw-r--r-- | examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc (renamed from examples/quickcontrols2/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/flatstyle.pro (renamed from examples/quickcontrols2/flatstyle/flatstyle.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/flatstyle.qml (renamed from examples/quickcontrols2/flatstyle/flatstyle.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/flatstyle.qmlproject (renamed from examples/quickcontrols2/flatstyle/flatstyle.qmlproject) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Flat/Button.qml (renamed from examples/quickcontrols2/flatstyle/imports/Flat/Button.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Flat/CheckBox.qml (renamed from examples/quickcontrols2/flatstyle/imports/Flat/CheckBox.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Flat/Switch.qml (renamed from examples/quickcontrols2/flatstyle/imports/Flat/Switch.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Flat/qmldir (renamed from examples/quickcontrols2/flatstyle/imports/Flat/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Theme/Theme.qml (renamed from examples/quickcontrols2/flatstyle/imports/Theme/Theme.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/imports/Theme/qmldir (renamed from examples/quickcontrols2/flatstyle/imports/Theme/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/main.cpp (renamed from examples/quickcontrols2/flatstyle/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/flatstyle/qtquickcontrols2.conf (renamed from examples/quickcontrols2/flatstyle/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/+Material/ToolBar.qml (renamed from examples/quickcontrols2/gallery/+Material/ToolBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/CMakeLists.txt (renamed from examples/quickcontrols2/gallery/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/ToolBar.qml (renamed from examples/quickcontrols2/gallery/ToolBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png) | bin | 15428 -> 15428 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png) | bin | 15953 -> 15953 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png) | bin | 18513 -> 18513 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc (renamed from examples/quickcontrols2/gallery/doc/src/qtquickcontrols2-gallery.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/gallery.cpp (renamed from examples/quickcontrols2/gallery/gallery.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/gallery.pro (renamed from examples/quickcontrols2/gallery/gallery.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/gallery.qml (renamed from examples/quickcontrols2/gallery/gallery.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/back.png) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png) | bin | 123 -> 123 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png) | bin | 123 -> 123 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png) | bin | 184 -> 184 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png) | bin | 158 -> 158 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png) | bin | 227 -> 227 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png) | bin | 193 -> 193 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png) | bin | 246 -> 246 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png) | bin | 131 -> 131 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png) | bin | 223 -> 223 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/icons/gallery/index.theme (renamed from examples/quickcontrols2/gallery/icons/gallery/index.theme) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/images/arrow.png (renamed from examples/quickcontrols2/gallery/images/arrow.png) | bin | 319 -> 319 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 476 -> 476 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 611 -> 611 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 758 -> 758 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/arrows.png (renamed from examples/quickcontrols2/gallery/images/arrows.png) | bin | 458 -> 458 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 699 -> 699 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 942 -> 942 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 1211 -> 1211 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/qt-logo.png (renamed from examples/quickcontrols2/gallery/images/qt-logo.png) | bin | 1301 -> 1301 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 2611 -> 2611 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 4155 -> 4155 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/images/[email protected] (renamed from examples/quickcontrols2/gallery/images/[email protected]) | bin | 5916 -> 5916 bytes | |||
-rw-r--r-- | examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml (renamed from examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/ButtonPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/CheckBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/CheckBoxPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ComboBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/ComboBoxPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/DelayButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/DelayButtonPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/DelegatePage.qml (renamed from examples/quickcontrols2/gallery/pages/DelegatePage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/DialPage.qml (renamed from examples/quickcontrols2/gallery/pages/DialPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/DialogPage.qml (renamed from examples/quickcontrols2/gallery/pages/DialogPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/FramePage.qml (renamed from examples/quickcontrols2/gallery/pages/FramePage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/GroupBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/GroupBoxPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/PageIndicatorPage.qml (renamed from examples/quickcontrols2/gallery/pages/PageIndicatorPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ProgressBarPage.qml (renamed from examples/quickcontrols2/gallery/pages/ProgressBarPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/RadioButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/RadioButtonPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/RangeSliderPage.qml (renamed from examples/quickcontrols2/gallery/pages/RangeSliderPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ScrollBarPage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollBarPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ScrollablePage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollablePage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/SliderPage.qml (renamed from examples/quickcontrols2/gallery/pages/SliderPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/SpinBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/SpinBoxPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/StackViewPage.qml (renamed from examples/quickcontrols2/gallery/pages/StackViewPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/SwipeViewPage.qml (renamed from examples/quickcontrols2/gallery/pages/SwipeViewPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/SwitchPage.qml (renamed from examples/quickcontrols2/gallery/pages/SwitchPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/TabBarPage.qml (renamed from examples/quickcontrols2/gallery/pages/TabBarPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/TextAreaPage.qml (renamed from examples/quickcontrols2/gallery/pages/TextAreaPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/TextFieldPage.qml (renamed from examples/quickcontrols2/gallery/pages/TextFieldPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/ToolTipPage.qml (renamed from examples/quickcontrols2/gallery/pages/ToolTipPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/pages/TumblerPage.qml (renamed from examples/quickcontrols2/gallery/pages/TumblerPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/qmldir (renamed from examples/quickcontrols2/gallery/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/gallery/qtquickcontrols2.conf (renamed from examples/quickcontrols2/gallery/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/CMakeLists.txt (renamed from examples/quickcontrols2/imagine/automotive/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/automotive.cpp (renamed from examples/quickcontrols2/imagine/automotive/automotive.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/automotive.pro (renamed from examples/quickcontrols2/imagine/automotive/automotive.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/doc/images/qtquickcontrols2-automotive.png (renamed from examples/quickcontrols2/imagine/automotive/doc/images/qtquickcontrols2-automotive.png) | bin | 356738 -> 356738 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc (renamed from examples/quickcontrols2/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/air-con.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/air-con.png) | bin | 1394 -> 1394 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/command.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/command.png) | bin | 1350 -> 1350 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/message.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/message.png) | bin | 479 -> 479 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/music.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/music.png) | bin | 622 -> 622 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/seats.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/seats.png) | bin | 1017 -> 1017 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/settings.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/settings.png) | bin | 1406 -> 1406 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/statistics.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/statistics.png) | bin | 324 -> 324 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44/windows.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/windows.png) | bin | 564 -> 564 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/air-con.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/air-con.png) | bin | 2337 -> 2337 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/command.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/command.png) | bin | 2461 -> 2461 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/message.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/message.png) | bin | 639 -> 639 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/music.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/music.png) | bin | 1106 -> 1106 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/navigation.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/navigation.png) | bin | 1604 -> 1604 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/seats.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/seats.png) | bin | 1793 -> 1793 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/settings.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/settings.png) | bin | 2413 -> 2413 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/statistics.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/statistics.png) | bin | 394 -> 394 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/windows.png (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/windows.png) | bin | 999 -> 999 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/icons.svg (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/icons.svg) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/automotive/index.theme (renamed from examples/quickcontrols2/imagine/automotive/icons/automotive/index.theme) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/car.png (renamed from examples/quickcontrols2/imagine/automotive/icons/car.png) | bin | 14952 -> 14952 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/icons/[email protected]) | bin | 37391 -> 37391 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/icons.qrc (renamed from examples/quickcontrols2/imagine/automotive/icons/icons.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/warning.png (renamed from examples/quickcontrols2/imagine/automotive/icons/warning.png) | bin | 1212 -> 1212 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/icons/[email protected]) | bin | 2118 -> 2118 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/weather.png (renamed from examples/quickcontrols2/imagine/automotive/icons/weather.png) | bin | 1092 -> 1092 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/icons/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/icons/[email protected]) | bin | 1798 -> 1798 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/applicationwindow-background.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background.png) | bin | 67 -> 67 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 77 -> 77 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png) | bin | 347 -> 347 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 636 -> 636 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked.9.png) | bin | 205 -> 205 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 276 -> 276 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/button-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered.9.png) | bin | 294 -> 294 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 560 -> 560 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/button-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed.9.png) | bin | 205 -> 205 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 276 -> 276 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/button-background.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/button-background.9.png) | bin | 196 -> 196 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 257 -> 257 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered.png) | bin | 2532 -> 2532 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 4629 -> 4629 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed.png) | bin | 1271 -> 1271 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 3230 -> 3230 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/dial-background.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background.png) | bin | 1037 -> 1037 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 2817 -> 2817 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 151 -> 151 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle.png) | bin | 143 -> 143 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 155 -> 155 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/frame-background.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/frame-background.9.png) | bin | 168 -> 168 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 209 -> 209 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/imagine-assets.qrc (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/imagine-assets.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png) | bin | 120 -> 120 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 124 -> 124 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png) | bin | 176 -> 176 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 222 -> 222 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png) | bin | 118 -> 118 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 124 -> 124 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background.9.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 118 -> 118 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png) | bin | 623 -> 623 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 1062 -> 1062 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png) | bin | 271 -> 271 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 429 -> 429 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png) | bin | 291 -> 291 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 452 -> 452 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png) | bin | 444 -> 444 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 842 -> 842 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png) | bin | 249 -> 249 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 420 -> 420 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator.png) | bin | 231 -> 231 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 384 -> 384 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/scrollindicator-handle.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle.png) | bin | 78 -> 78 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 79 -> 79 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-background-horizontal.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal.9.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 149 -> 149 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered.png) | bin | 196 -> 196 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 364 -> 364 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed.png) | bin | 125 -> 125 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 173 -> 173 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle.png) | bin | 125 -> 125 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 173 -> 173 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png) | bin | 126 -> 126 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-background.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background.9.png) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 118 -> 118 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png) | bin | 253 -> 253 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 441 -> 441 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png) | bin | 145 -> 145 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 195 -> 195 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png) | bin | 253 -> 253 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 452 -> 452 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png) | bin | 145 -> 145 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 195 -> 195 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle.png) | bin | 139 -> 139 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 179 -> 179 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png) | bin | 129 -> 129 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 180 -> 180 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator.png) | bin | 129 -> 129 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 180 -> 180 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected]) | bin | 120 -> 120 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/qml/FeatureButton.qml (renamed from examples/quickcontrols2/imagine/automotive/qml/FeatureButton.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/qml/LargeLabel.qml (renamed from examples/quickcontrols2/imagine/automotive/qml/LargeLabel.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/qml/automotive.qml (renamed from examples/quickcontrols2/imagine/automotive/qml/automotive.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/qml/qml.qrc (renamed from examples/quickcontrols2/imagine/automotive/qml/qml.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/automotive/qtquickcontrols2.conf (renamed from examples/quickcontrols2/imagine/automotive/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/CMakeLists.txt (renamed from examples/quickcontrols2/imagine/musicplayer/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png (renamed from examples/quickcontrols2/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png) | bin | 1457884 -> 1457884 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc (renamed from examples/quickcontrols2/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/icons.qrc (renamed from examples/quickcontrols2/imagine/musicplayer/icons/icons.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png) | bin | 556 -> 556 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cart.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cart.png) | bin | 425 -> 425 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cloud.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cloud.png) | bin | 525 -> 525 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/favorite.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/favorite.png) | bin | 379 -> 379 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/filter.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/filter.png) | bin | 441 -> 441 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/folder.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/folder.png) | bin | 279 -> 279 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/message.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/message.png) | bin | 466 -> 466 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/music.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/music.png) | bin | 454 -> 454 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/next.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/next.png) | bin | 201 -> 201 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/pause.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/pause.png) | bin | 141 -> 141 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/power.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/power.png) | bin | 710 -> 710 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/previous.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/previous.png) | bin | 203 -> 203 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/repeat.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/repeat.png) | bin | 328 -> 328 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/save.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/save.png) | bin | 419 -> 419 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/settings.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/settings.png) | bin | 499 -> 499 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png) | bin | 366 -> 366 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/stop.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/stop.png) | bin | 157 -> 157 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png) | bin | 1202 -> 1202 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png) | bin | 782 -> 782 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png) | bin | 1003 -> 1003 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png) | bin | 744 -> 744 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png) | bin | 872 -> 872 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png) | bin | 437 -> 437 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png) | bin | 177 -> 177 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/message.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/message.png) | bin | 850 -> 850 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/music.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/music.png) | bin | 842 -> 842 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/next.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/next.png) | bin | 354 -> 354 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png) | bin | 163 -> 163 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/power.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/power.png) | bin | 1329 -> 1329 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png) | bin | 436 -> 436 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png) | bin | 634 -> 634 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/save.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/save.png) | bin | 496 -> 496 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png) | bin | 960 -> 960 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png) | bin | 724 -> 724 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png) | bin | 242 -> 242 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/icons.svg (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/icons.svg) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/icons/musicplayer/index.theme (renamed from examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/index.theme) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/images/album-cover.jpg (renamed from examples/quickcontrols2/imagine/musicplayer/images/album-cover.jpg) | bin | 917863 -> 917863 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/applicationwindow-background.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/applicationwindow-background.png) | bin | 82 -> 82 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png) | bin | 1446 -> 1446 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4150 -> 4150 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked.9.png) | bin | 1353 -> 1353 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4049 -> 4049 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled.9.png) | bin | 543 -> 543 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 1509 -> 1509 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered.9.png) | bin | 1444 -> 1444 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3855 -> 3855 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed.9.png) | bin | 1437 -> 1437 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4048 -> 4048 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background.9.png) | bin | 1368 -> 1368 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3813 -> 3813 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png) | bin | 4220 -> 4220 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 15135 -> 15135 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-open.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open.9.png) | bin | 4197 -> 4197 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 14766 -> 14766 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png) | bin | 4254 -> 4254 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 14995 -> 14995 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background.9.png) | bin | 4283 -> 4283 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 14357 -> 14357 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png) | bin | 390 -> 390 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 961 -> 961 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-open.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open.png) | bin | 415 -> 415 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 929 -> 929 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png) | bin | 373 -> 373 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 955 -> 955 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator.png) | bin | 381 -> 381 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 970 -> 970 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-popup.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup.9.png) | bin | 2437 -> 2437 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 5349 -> 5349 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered.png) | bin | 11658 -> 11658 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 36836 -> 36836 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-pressed.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed.png) | bin | 12061 -> 12061 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 39021 -> 39021 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background.png) | bin | 10640 -> 10640 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 34791 -> 34791 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle-pressed.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed.png) | bin | 408 -> 408 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 963 -> 963 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle.png) | bin | 360 -> 360 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 736 -> 736 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/frame-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background.9.png) | bin | 236 -> 236 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 419 -> 419 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/imagine-assets.qrc (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/imagine-assets.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png) | bin | 1121 -> 1121 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3119 -> 3119 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png) | bin | 1120 -> 1120 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 2579 -> 2579 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png) | bin | 1116 -> 1116 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3140 -> 3140 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png) | bin | 127 -> 127 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png) | bin | 1643 -> 1643 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4863 -> 4863 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png) | bin | 1506 -> 1506 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4389 -> 4389 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png) | bin | 955 -> 955 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 2197 -> 2197 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png) | bin | 1470 -> 1470 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4373 -> 4373 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png) | bin | 1502 -> 1502 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4450 -> 4450 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background.png) | bin | 1415 -> 1415 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4224 -> 4224 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png) | bin | 82 -> 82 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 83 -> 83 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png) | bin | 82 -> 82 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 83 -> 83 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png) | bin | 82 -> 82 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 83 -> 83 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png) | bin | 222 -> 222 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 470 -> 470 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png) | bin | 235 -> 235 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 489 -> 489 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png) | bin | 239 -> 239 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 447 -> 447 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png) | bin | 226 -> 226 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 475 -> 475 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-disabled.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled.png) | bin | 523 -> 523 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 947 -> 947 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-hovered.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered.png) | bin | 1066 -> 1066 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 2866 -> 2866 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle.png) | bin | 1048 -> 1048 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 2852 -> 2852 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png) | bin | 235 -> 235 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 489 -> 489 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png) | bin | 226 -> 226 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 475 -> 475 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png) | bin | 226 -> 226 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 475 -> 475 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png) | bin | 252 -> 252 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 445 -> 445 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background.9.png) | bin | 256 -> 256 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 481 -> 481 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbar-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background.9.png) | bin | 240 -> 240 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 483 -> 483 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png) | bin | 1174 -> 1174 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3156 -> 3156 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png) | bin | 1106 -> 1106 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3141 -> 3141 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png) | bin | 1077 -> 1077 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3026 -> 3026 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png) | bin | 1137 -> 1137 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 3158 -> 3158 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background.9.png) | bin | 1079 -> 1079 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 2737 -> 2737 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/tooltip-background.9.png (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background.9.png) | bin | 2413 -> 2413 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] (renamed from examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected]) | bin | 4677 -> 4677 bytes | |||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/musicplayer.cpp (renamed from examples/quickcontrols2/imagine/musicplayer/musicplayer.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/musicplayer.pro (renamed from examples/quickcontrols2/imagine/musicplayer/musicplayer.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/musicplayer.qml (renamed from examples/quickcontrols2/imagine/musicplayer/musicplayer.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/imagine/musicplayer/qtquickcontrols2.conf (renamed from examples/quickcontrols2/imagine/musicplayer/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/AppSettings.qml (renamed from examples/quickcontrols2/ios/todolist/AppSettings.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/CMakeLists.txt (renamed from examples/quickcontrols2/ios/todolist/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/Database.qml (renamed from examples/quickcontrols2/ios/todolist/Database.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/FontSizePage.qml (renamed from examples/quickcontrols2/ios/todolist/FontSizePage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/HomePage.qml (renamed from examples/quickcontrols2/ios/todolist/HomePage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/MaxTasksPage.qml (renamed from examples/quickcontrols2/ios/todolist/MaxTasksPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/NavBar.qml (renamed from examples/quickcontrols2/ios/todolist/NavBar.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/ProjectPage.qml (renamed from examples/quickcontrols2/ios/todolist/ProjectPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/SettingsPage.qml (renamed from examples/quickcontrols2/ios/todolist/SettingsPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/ToggleCompletedTasksPage.qml (renamed from examples/quickcontrols2/ios/todolist/ToggleCompletedTasksPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/doc/images/qtquickcontrols2-todolist.png (renamed from examples/quickcontrols2/ios/todolist/doc/images/qtquickcontrols2-todolist.png) | bin | 67497 -> 67497 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc (renamed from examples/quickcontrols2/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/add-new.png (renamed from examples/quickcontrols2/ios/todolist/images/add-new.png) | bin | 312 -> 312 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 569 -> 569 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 1406 -> 1406 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/back-white.png (renamed from examples/quickcontrols2/ios/todolist/images/back-white.png) | bin | 201 -> 201 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 290 -> 290 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 730 -> 730 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/back.png (renamed from examples/quickcontrols2/ios/todolist/images/back.png) | bin | 201 -> 201 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 290 -> 290 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 730 -> 730 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/close-white.png (renamed from examples/quickcontrols2/ios/todolist/images/close-white.png) | bin | 319 -> 319 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 459 -> 459 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 707 -> 707 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/close.png (renamed from examples/quickcontrols2/ios/todolist/images/close.png) | bin | 319 -> 319 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 459 -> 459 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 707 -> 707 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/plus-math.png (renamed from examples/quickcontrols2/ios/todolist/images/plus-math.png) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 120 -> 120 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 382 -> 382 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/settings.png (renamed from examples/quickcontrols2/ios/todolist/images/settings.png) | bin | 1399 -> 1399 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 2878 -> 2878 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/images/[email protected] (renamed from examples/quickcontrols2/ios/todolist/images/[email protected]) | bin | 5929 -> 5929 bytes | |||
-rw-r--r-- | examples/quickcontrols/ios/todolist/main.qml (renamed from examples/quickcontrols2/ios/todolist/main.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/qmldir (renamed from examples/quickcontrols2/ios/todolist/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/src/main.cpp (renamed from examples/quickcontrols2/ios/todolist/src/main.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/ios/todolist/todolist.pro (renamed from examples/quickcontrols2/ios/todolist/todolist.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/quickcontrols2.pro (renamed from examples/quickcontrols2/quickcontrols2.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/CMakeLists.txt (renamed from examples/quickcontrols2/sidepanel/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png (renamed from examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png) | bin | 55216 -> 55216 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png (renamed from examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png) | bin | 32060 -> 32060 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc (renamed from examples/quickcontrols2/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/images/qt-logo.png (renamed from examples/quickcontrols2/sidepanel/images/qt-logo.png) | bin | 1301 -> 1301 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/images/[email protected] (renamed from examples/quickcontrols2/sidepanel/images/[email protected]) | bin | 2611 -> 2611 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/images/[email protected] (renamed from examples/quickcontrols2/sidepanel/images/[email protected]) | bin | 4155 -> 4155 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/images/[email protected] (renamed from examples/quickcontrols2/sidepanel/images/[email protected]) | bin | 5916 -> 5916 bytes | |||
-rw-r--r-- | examples/quickcontrols/sidepanel/qtquickcontrols2.conf (renamed from examples/quickcontrols2/sidepanel/qtquickcontrols2.conf) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/sidepanel.cpp (renamed from examples/quickcontrols2/sidepanel/sidepanel.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/sidepanel.pro (renamed from examples/quickcontrols2/sidepanel/sidepanel.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/sidepanel/sidepanel.qml (renamed from examples/quickcontrols2/sidepanel/sidepanel.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/CMakeLists.txt (renamed from examples/quickcontrols2/swipetoremove/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png (renamed from examples/quickcontrols2/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png) | bin | 22511 -> 22511 bytes | |||
-rw-r--r-- | examples/quickcontrols/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc (renamed from examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/fonts/LICENSE.txt (renamed from examples/quickcontrols2/swipetoremove/fonts/LICENSE.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/fonts/fontello.ttf (renamed from examples/quickcontrols2/swipetoremove/fonts/fontello.ttf) | bin | 5164 -> 5164 bytes | |||
-rw-r--r-- | examples/quickcontrols/swipetoremove/swipetoremove.cpp (renamed from examples/quickcontrols2/swipetoremove/swipetoremove.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/swipetoremove.pro (renamed from examples/quickcontrols2/swipetoremove/swipetoremove.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/swipetoremove/swipetoremove.qml (renamed from examples/quickcontrols2/swipetoremove/swipetoremove.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/+touch/texteditor.html (renamed from examples/quickcontrols2/texteditor/+touch/texteditor.html) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/CMakeLists.txt (renamed from examples/quickcontrols2/texteditor/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/creatorKateHighlighter.png (renamed from examples/quickcontrols2/texteditor/creatorKateHighlighter.png) | bin | 106622 -> 106622 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg (renamed from examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg) | bin | 76304 -> 76304 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg (renamed from examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg) | bin | 31203 -> 31203 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc (renamed from examples/quickcontrols2/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/documenthandler.cpp (renamed from examples/quickcontrols2/texteditor/documenthandler.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/documenthandler.h (renamed from examples/quickcontrols2/texteditor/documenthandler.h) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/einstein.png (renamed from examples/quickcontrols2/texteditor/einstein.png) | bin | 19989 -> 19989 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/example.md (renamed from examples/quickcontrols2/texteditor/example.md) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/fonts/fontello.ttf (renamed from examples/quickcontrols2/texteditor/fonts/fontello.ttf) | bin | 10208 -> 10208 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/images/qt-logo.png (renamed from examples/quickcontrols2/texteditor/images/qt-logo.png) | bin | 4039 -> 4039 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/qml/+touch/texteditor.qml (renamed from examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/qml/texteditor.qml (renamed from examples/quickcontrols2/texteditor/qml/texteditor.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/red.png (renamed from examples/quickcontrols2/texteditor/red.png) | bin | 130 -> 130 bytes | |||
-rw-r--r-- | examples/quickcontrols/texteditor/texteditor.cpp (renamed from examples/quickcontrols2/texteditor/texteditor.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/texteditor.html (renamed from examples/quickcontrols2/texteditor/texteditor.html) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/texteditor.pro (renamed from examples/quickcontrols2/texteditor/texteditor.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/texteditor/texteditor.qrc (renamed from examples/quickcontrols2/texteditor/texteditor.qrc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/CMakeLists.txt (renamed from examples/quickcontrols2/wearable/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/doc/images/qtquickcontrols2-wearable.png (renamed from examples/quickcontrols2/wearable/doc/images/qtquickcontrols2-wearable.png) | bin | 108926 -> 108926 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/doc/src/qtquickcontrols2-wearable.qdoc (renamed from examples/quickcontrols2/wearable/doc/src/qtquickcontrols2-wearable.qdoc) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/alarms.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/alarms.png) | bin | 510 -> 510 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/fitness.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/fitness.png) | bin | 443 -> 443 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/navigation.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/navigation.png) | bin | 474 -> 474 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/notifications.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/notifications.png) | bin | 559 -> 559 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/settings.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/settings.png) | bin | 544 -> 544 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/weather.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/weather.png) | bin | 427 -> 427 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36/worldclock.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36/worldclock.png) | bin | 470 -> 470 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/alarms.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/alarms.png) | bin | 871 -> 871 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/fitness.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/fitness.png) | bin | 743 -> 743 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/navigation.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/navigation.png) | bin | 803 -> 803 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/notifications.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/notifications.png) | bin | 1016 -> 1016 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/settings.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/settings.png) | bin | 802 -> 802 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/weather.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/weather.png) | bin | 747 -> 747 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/36x36@2/worldclock.png (renamed from examples/quickcontrols2/wearable/icons/wearable/36x36@2/worldclock.png) | bin | 817 -> 817 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/icons/wearable/index.theme (renamed from examples/quickcontrols2/wearable/icons/wearable/index.theme) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/images/back.png (renamed from examples/quickcontrols2/wearable/images/back.png) | bin | 834 -> 834 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 528 -> 528 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 788 -> 788 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 1002 -> 1002 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/background-dark.png (renamed from examples/quickcontrols2/wearable/images/background-dark.png) | bin | 28157 -> 28157 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/background-light.png (renamed from examples/quickcontrols2/wearable/images/background-light.png) | bin | 343879 -> 343879 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/home.png (renamed from examples/quickcontrols2/wearable/images/home.png) | bin | 856 -> 856 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 653 -> 653 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 909 -> 909 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/images/[email protected] (renamed from examples/quickcontrols2/wearable/images/[email protected]) | bin | 1167 -> 1167 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Alarms/AlarmsPage.qml (renamed from examples/quickcontrols2/wearable/qml/Alarms/AlarmsPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/DemoMode.qml (renamed from examples/quickcontrols2/wearable/qml/DemoMode.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/DemoModeIndicator.qml (renamed from examples/quickcontrols2/wearable/qml/DemoModeIndicator.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/FitnessPage.qml (renamed from examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/fitness.js (renamed from examples/quickcontrols2/wearable/qml/Fitness/fitness.js) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/man-running-dark.png (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/man-running-dark.png) | bin | 1400 -> 1400 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/[email protected]) | bin | 2260 -> 2260 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/man-running-light.png (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/man-running-light.png) | bin | 1216 -> 1216 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/[email protected]) | bin | 2473 -> 2473 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/man-walking-dark.png (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-dark.png) | bin | 1408 -> 1408 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/[email protected]) | bin | 2215 -> 2215 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/man-walking-light.png (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-light.png) | bin | 1231 -> 1231 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Fitness/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Fitness/images/[email protected]) | bin | 2308 -> 2308 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/LauncherPage.qml (renamed from examples/quickcontrols2/wearable/qml/LauncherPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/NaviButton.qml (renamed from examples/quickcontrols2/wearable/qml/NaviButton.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/NavigationPage.qml (renamed from examples/quickcontrols2/wearable/qml/Navigation/NavigationPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/RouteElement.qml (renamed from examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/end.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/end.png) | bin | 1515 -> 1515 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1383 -> 1383 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/leftturn-dark.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-dark.png) | bin | 1670 -> 1670 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1191 -> 1191 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/leftturn-light.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-light.png) | bin | 1280 -> 1280 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1191 -> 1191 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/marker.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/marker.png) | bin | 1515 -> 1515 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/navigation-dark.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/navigation-dark.png) | bin | 474 -> 474 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 802 -> 802 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/navigation-light.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/navigation-light.png) | bin | 474 -> 474 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 803 -> 803 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/rightturn-dark.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-dark.png) | bin | 1670 -> 1670 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1176 -> 1176 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/rightturn-light.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-light.png) | bin | 1246 -> 1246 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1176 -> 1176 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/start.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/start.png) | bin | 1515 -> 1515 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 1364 -> 1364 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/straight-dark.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/straight-dark.png) | bin | 1112 -> 1112 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 654 -> 654 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/straight-light.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png) | bin | 896 -> 896 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 654 -> 654 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/uturn.png (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/uturn.png) | bin | 1833 -> 1833 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Navigation/images/[email protected]) | bin | 4780 -> 4780 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/navigation.js (renamed from examples/quickcontrols2/wearable/qml/Navigation/navigation.js) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Navigation/walk_route.json (renamed from examples/quickcontrols2/wearable/qml/Navigation/walk_route.json) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/NotificationsPage.qml (renamed from examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/avatarf-dark.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-dark.png) | bin | 1848 -> 1848 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1540 -> 1540 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/avatarf-light.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-light.png) | bin | 1565 -> 1565 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1540 -> 1540 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/avatarm-dark.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-dark.png) | bin | 1622 -> 1622 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1367 -> 1367 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/avatarm-light.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-light.png) | bin | 1367 -> 1367 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1367 -> 1367 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/missedcall-dark.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-dark.png) | bin | 1994 -> 1994 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1374 -> 1374 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/missedcall-light.png (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-light.png) | bin | 1976 -> 1976 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Notifications/images/[email protected]) | bin | 1374 -> 1374 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Notifications/notifications.js (renamed from examples/quickcontrols2/wearable/qml/Notifications/notifications.js) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/SettingsPage.qml (renamed from examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/bluetooth-dark.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-dark.png) | bin | 793 -> 793 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 2668 -> 2668 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/bluetooth-light.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-light.png) | bin | 1678 -> 1678 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 2718 -> 2718 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/brightness-dark.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/brightness-dark.png) | bin | 1276 -> 1276 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1127 -> 1127 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/brightness-light.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/brightness-light.png) | bin | 1277 -> 1277 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1127 -> 1127 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/demo-mode-dark.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-dark.png) | bin | 797 -> 797 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1154 -> 1154 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/demo-mode-light.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-light.png) | bin | 797 -> 797 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1150 -> 1150 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/demo-mode-white.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-white.png) | bin | 576 -> 576 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1069 -> 1069 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/demo-mode.svg (renamed from examples/quickcontrols2/wearable/qml/Settings/images/demo-mode.svg) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/theme-dark.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/theme-dark.png) | bin | 1129 -> 1129 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 2002 -> 2002 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/theme-light.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/theme-light.png) | bin | 1138 -> 1138 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 2004 -> 2004 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/theme.svg (renamed from examples/quickcontrols2/wearable/qml/Settings/images/theme.svg) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/wifi-dark.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/wifi-dark.png) | bin | 1476 -> 1476 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1072 -> 1072 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/wifi-light.png (renamed from examples/quickcontrols2/wearable/qml/Settings/images/wifi-light.png) | bin | 1477 -> 1477 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Settings/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Settings/images/[email protected]) | bin | 1072 -> 1072 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Style/PageIndicator.qml (renamed from examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Style/Slider.qml (renamed from examples/quickcontrols2/wearable/qml/Style/Slider.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Style/Switch.qml (renamed from examples/quickcontrols2/wearable/qml/Style/Switch.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Style/UIStyle.qml (renamed from examples/quickcontrols2/wearable/qml/Style/UIStyle.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Style/qmldir (renamed from examples/quickcontrols2/wearable/qml/Style/qmldir) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/SwipeViewPage.qml (renamed from examples/quickcontrols2/wearable/qml/SwipeViewPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/WeatherPage.qml (renamed from examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/humidity-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/humidity-dark.png) | bin | 1673 -> 1673 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1440 -> 1440 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/humidity-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/humidity-light.png) | bin | 1619 -> 1619 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1440 -> 1440 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/pressure-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/pressure-dark.png) | bin | 1506 -> 1506 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1542 -> 1542 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/pressure-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/pressure-light.png) | bin | 1508 -> 1508 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1543 -> 1543 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/sunrise-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/sunrise-dark.png) | bin | 1813 -> 1813 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1235 -> 1235 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/sunrise-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/sunrise-light.png) | bin | 1703 -> 1703 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1235 -> 1235 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/sunset-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/sunset-dark.png) | bin | 1809 -> 1809 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1267 -> 1267 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/sunset-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/sunset-light.png) | bin | 1755 -> 1755 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1267 -> 1267 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/temperature-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/temperature-dark.png) | bin | 1232 -> 1232 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 939 -> 939 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/temperature-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/temperature-light.png) | bin | 1147 -> 1147 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 939 -> 939 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/wind-dark.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/wind-dark.png) | bin | 1715 -> 1715 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1106 -> 1106 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/wind-light.png (renamed from examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png) | bin | 1609 -> 1609 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/Weather/images/[email protected]) | bin | 1106 -> 1106 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/weather.js (renamed from examples/quickcontrols2/wearable/qml/Weather/weather.js) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/Weather/weather.json (renamed from examples/quickcontrols2/wearable/qml/Weather/weather.json) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/Clock.qml (renamed from examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/WorldClockPage.qml (renamed from examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/center.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/center.png) | bin | 691 -> 691 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 1796 -> 1796 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/clock-night.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/clock-night.png) | bin | 24236 -> 24236 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 64764 -> 64764 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/clock.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/clock.png) | bin | 11173 -> 11173 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/second.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/second.png) | bin | 158 -> 158 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 115 -> 115 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissdaydial.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissdaydial.png) | bin | 5078 -> 5078 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 10146 -> 10146 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissdayhour.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayhour.png) | bin | 181 -> 181 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 269 -> 269 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissdayminute.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayminute.png) | bin | 187 -> 187 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 371 -> 371 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissnightdial.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightdial.png) | bin | 4970 -> 4970 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 13594 -> 13594 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissnighthour.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissnighthour.png) | bin | 260 -> 260 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 492 -> 492 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissnightminute.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute.png) | bin | 187 -> 187 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected]) | bin | 365 -> 365 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/qml/WorldClock/images/swissseconds.png (renamed from examples/quickcontrols2/wearable/qml/WorldClock/images/swissseconds.png) | bin | 1120 -> 1120 bytes | |||
-rw-r--r-- | examples/quickcontrols/wearable/wearable.cpp (renamed from examples/quickcontrols2/wearable/wearable.cpp) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/wearable.pro (renamed from examples/quickcontrols2/wearable/wearable.pro) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/wearable.qml (renamed from examples/quickcontrols2/wearable/wearable.qml) | 0 | ||||
-rw-r--r-- | examples/quickcontrols/wearable/wearable.qrc (renamed from examples/quickcontrols2/wearable/wearable.qrc) | 0 |
754 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 9040007f62..57d9fa87d2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -11,7 +11,7 @@ if(TARGET Qt::Quick) add_subdirectory(quick) endif() if(TARGET Qt::QuickTemplates2) - add_subdirectory(quickcontrols2) + add_subdirectory(quickcontrols) endif() qt_examples_build_end() diff --git a/examples/quickcontrols2/CMakeLists.txt b/examples/quickcontrols/CMakeLists.txt index e4021bf430..e4021bf430 100644 --- a/examples/quickcontrols2/CMakeLists.txt +++ b/examples/quickcontrols/CMakeLists.txt diff --git a/examples/quickcontrols2/attachedstyleproperties/CMakeLists.txt b/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt index 229129f5c6..229129f5c6 100644 --- a/examples/quickcontrols2/attachedstyleproperties/CMakeLists.txt +++ b/examples/quickcontrols/attachedstyleproperties/CMakeLists.txt diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/ApplicationWindow.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/ApplicationWindow.qml index 8a7bbc7ed2..8a7bbc7ed2 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/ApplicationWindow.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/ApplicationWindow.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Button.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/Button.qml index 7eabcb0b35..7eabcb0b35 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Button.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/Button.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt b/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt index 81b15f128f..81b15f128f 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/CMakeLists.txt +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/CMakeLists.txt diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Label.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/Label.qml index 3d045aa70e..3d045aa70e 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Label.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/Label.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Popup.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/Popup.qml index 0f5e753f60..0f5e753f60 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Popup.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/Popup.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Switch.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/Switch.qml index 59bda147b7..59bda147b7 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/Switch.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/Switch.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/ToolBar.qml b/examples/quickcontrols/attachedstyleproperties/MyStyle/ToolBar.qml index b0cd597c87..b0cd597c87 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/ToolBar.qml +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/ToolBar.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.cpp b/examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.cpp index 40f7af702e..40f7af702e 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.cpp +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.cpp diff --git a/examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.h b/examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.h index da87ab4718..da87ab4718 100644 --- a/examples/quickcontrols2/attachedstyleproperties/MyStyle/mystyle.h +++ b/examples/quickcontrols/attachedstyleproperties/MyStyle/mystyle.h diff --git a/examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.cpp b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.cpp index 376e53c055..376e53c055 100644 --- a/examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.cpp +++ b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.cpp diff --git a/examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.qml b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml index e08e19801f..e08e19801f 100644 --- a/examples/quickcontrols2/attachedstyleproperties/attachedstyleproperties.qml +++ b/examples/quickcontrols/attachedstyleproperties/attachedstyleproperties.qml diff --git a/examples/quickcontrols2/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png b/examples/quickcontrols/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png Binary files differindex 2cd5f214f7..2cd5f214f7 100644 --- a/examples/quickcontrols2/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png +++ b/examples/quickcontrols/attachedstyleproperties/doc/images/qtquickcontrols2-attachedstyleproperties.png diff --git a/examples/quickcontrols2/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc b/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc index de43fc80bd..de43fc80bd 100644 --- a/examples/quickcontrols2/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc +++ b/examples/quickcontrols/attachedstyleproperties/doc/src/qtquickcontrols2-attachedstyleproperties.qdoc diff --git a/examples/quickcontrols2/chattutorial/CMakeLists.txt b/examples/quickcontrols/chattutorial/CMakeLists.txt index 4da558f2f5..4da558f2f5 100644 --- a/examples/quickcontrols2/chattutorial/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter1/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt index 3320012cb4..3320012cb4 100644 --- a/examples/quickcontrols2/chattutorial/chapter1/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/chapter1/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter1/chapter1.pro b/examples/quickcontrols/chattutorial/chapter1/chapter1.pro index 6b50809f20..6b50809f20 100644 --- a/examples/quickcontrols2/chattutorial/chapter1/chapter1.pro +++ b/examples/quickcontrols/chattutorial/chapter1/chapter1.pro diff --git a/examples/quickcontrols2/chattutorial/chapter1/main.cpp b/examples/quickcontrols/chattutorial/chapter1/main.cpp index 3752f91d90..3752f91d90 100644 --- a/examples/quickcontrols2/chattutorial/chapter1/main.cpp +++ b/examples/quickcontrols/chattutorial/chapter1/main.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter1/main.qml b/examples/quickcontrols/chattutorial/chapter1/main.qml index d0651b5816..d0651b5816 100644 --- a/examples/quickcontrols2/chattutorial/chapter1/main.qml +++ b/examples/quickcontrols/chattutorial/chapter1/main.qml diff --git a/examples/quickcontrols2/chattutorial/chapter1/qtquickcontrols2.conf b/examples/quickcontrols/chattutorial/chapter1/qtquickcontrols2.conf index db9486764e..db9486764e 100644 --- a/examples/quickcontrols2/chattutorial/chapter1/qtquickcontrols2.conf +++ b/examples/quickcontrols/chattutorial/chapter1/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/chattutorial/chapter2/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt index c011336802..c011336802 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/chapter2/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter2/chapter2.pro b/examples/quickcontrols/chattutorial/chapter2/chapter2.pro index 15429b7c89..15429b7c89 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/chapter2.pro +++ b/examples/quickcontrols/chattutorial/chapter2/chapter2.pro diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein.png b/examples/quickcontrols/chattutorial/chapter2/images/Albert_Einstein.png Binary files differindex 7c44b90b8d..7c44b90b8d 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/Albert_Einstein.png +++ b/examples/quickcontrols/chattutorial/chapter2/images/Albert_Einstein.png diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 6ce9c39b6c..6ce9c39b6c 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex aab6a6a162..aab6a6a162 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 3611284df4..3611284df4 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway.png b/examples/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway.png Binary files differindex 3ac8992fd9..3ac8992fd9 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/Ernest_Hemingway.png +++ b/examples/quickcontrols/chattutorial/chapter2/images/Ernest_Hemingway.png diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 122d9f1e53..122d9f1e53 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 2fe9c2cc1c..2fe9c2cc1c 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 96fb6788b5..96fb6788b5 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/Hans_Gude.png b/examples/quickcontrols/chattutorial/chapter2/images/Hans_Gude.png Binary files differindex 907e38bc61..907e38bc61 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/Hans_Gude.png +++ b/examples/quickcontrols/chattutorial/chapter2/images/Hans_Gude.png diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 6837796a83..6837796a83 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex 29af422ad3..29af422ad3 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] Binary files differindex bc35eeaa79..bc35eeaa79 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter2/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter2/images/images.qrc b/examples/quickcontrols/chattutorial/chapter2/images/images.qrc index 9eda6aa29c..9eda6aa29c 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/images/images.qrc +++ b/examples/quickcontrols/chattutorial/chapter2/images/images.qrc diff --git a/examples/quickcontrols2/chattutorial/chapter2/main.cpp b/examples/quickcontrols/chattutorial/chapter2/main.cpp index eeb87becca..eeb87becca 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/main.cpp +++ b/examples/quickcontrols/chattutorial/chapter2/main.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter2/main.qml b/examples/quickcontrols/chattutorial/chapter2/main.qml index 851b482b01..851b482b01 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/main.qml +++ b/examples/quickcontrols/chattutorial/chapter2/main.qml diff --git a/examples/quickcontrols2/chattutorial/chapter2/qtquickcontrols2.conf b/examples/quickcontrols/chattutorial/chapter2/qtquickcontrols2.conf index db9486764e..db9486764e 100644 --- a/examples/quickcontrols2/chattutorial/chapter2/qtquickcontrols2.conf +++ b/examples/quickcontrols/chattutorial/chapter2/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/chattutorial/chapter3/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt index 92545ec1d0..92545ec1d0 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/chapter3/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter3/ContactPage.qml b/examples/quickcontrols/chattutorial/chapter3/ContactPage.qml index 88979a40b2..88979a40b2 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/ContactPage.qml +++ b/examples/quickcontrols/chattutorial/chapter3/ContactPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter3/ConversationPage.qml b/examples/quickcontrols/chattutorial/chapter3/ConversationPage.qml index e61d014e6e..e61d014e6e 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/ConversationPage.qml +++ b/examples/quickcontrols/chattutorial/chapter3/ConversationPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter3/chapter3.pro b/examples/quickcontrols/chattutorial/chapter3/chapter3.pro index 42adc69fe9..42adc69fe9 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/chapter3.pro +++ b/examples/quickcontrols/chattutorial/chapter3/chapter3.pro diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein.png b/examples/quickcontrols/chattutorial/chapter3/images/Albert_Einstein.png Binary files differindex 7c44b90b8d..7c44b90b8d 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/Albert_Einstein.png +++ b/examples/quickcontrols/chattutorial/chapter3/images/Albert_Einstein.png diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 6ce9c39b6c..6ce9c39b6c 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex aab6a6a162..aab6a6a162 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 3611284df4..3611284df4 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway.png b/examples/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway.png Binary files differindex 3ac8992fd9..3ac8992fd9 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/Ernest_Hemingway.png +++ b/examples/quickcontrols/chattutorial/chapter3/images/Ernest_Hemingway.png diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 122d9f1e53..122d9f1e53 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 2fe9c2cc1c..2fe9c2cc1c 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 96fb6788b5..96fb6788b5 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/Hans_Gude.png b/examples/quickcontrols/chattutorial/chapter3/images/Hans_Gude.png Binary files differindex 907e38bc61..907e38bc61 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/Hans_Gude.png +++ b/examples/quickcontrols/chattutorial/chapter3/images/Hans_Gude.png diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 6837796a83..6837796a83 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex 29af422ad3..29af422ad3 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] Binary files differindex bc35eeaa79..bc35eeaa79 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter3/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter3/images/images.qrc b/examples/quickcontrols/chattutorial/chapter3/images/images.qrc index 9eda6aa29c..9eda6aa29c 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/images/images.qrc +++ b/examples/quickcontrols/chattutorial/chapter3/images/images.qrc diff --git a/examples/quickcontrols2/chattutorial/chapter3/main.cpp b/examples/quickcontrols/chattutorial/chapter3/main.cpp index 4347d3ff6c..4347d3ff6c 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/main.cpp +++ b/examples/quickcontrols/chattutorial/chapter3/main.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter3/main.qml b/examples/quickcontrols/chattutorial/chapter3/main.qml index da080e3a45..da080e3a45 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/main.qml +++ b/examples/quickcontrols/chattutorial/chapter3/main.qml diff --git a/examples/quickcontrols2/chattutorial/chapter3/qtquickcontrols2.conf b/examples/quickcontrols/chattutorial/chapter3/qtquickcontrols2.conf index db9486764e..db9486764e 100644 --- a/examples/quickcontrols2/chattutorial/chapter3/qtquickcontrols2.conf +++ b/examples/quickcontrols/chattutorial/chapter3/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/chattutorial/chapter4/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt index 024430a495..024430a495 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/chapter4/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter4/ContactPage.qml b/examples/quickcontrols/chattutorial/chapter4/ContactPage.qml index 739d0b5402..739d0b5402 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/ContactPage.qml +++ b/examples/quickcontrols/chattutorial/chapter4/ContactPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter4/ConversationPage.qml b/examples/quickcontrols/chattutorial/chapter4/ConversationPage.qml index ef5b959aec..ef5b959aec 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/ConversationPage.qml +++ b/examples/quickcontrols/chattutorial/chapter4/ConversationPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter4/chapter4.pro b/examples/quickcontrols/chattutorial/chapter4/chapter4.pro index ae8141f7f1..ae8141f7f1 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/chapter4.pro +++ b/examples/quickcontrols/chattutorial/chapter4/chapter4.pro diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein.png b/examples/quickcontrols/chattutorial/chapter4/images/Albert_Einstein.png Binary files differindex 7c44b90b8d..7c44b90b8d 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/Albert_Einstein.png +++ b/examples/quickcontrols/chattutorial/chapter4/images/Albert_Einstein.png diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 6ce9c39b6c..6ce9c39b6c 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex aab6a6a162..aab6a6a162 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 3611284df4..3611284df4 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway.png b/examples/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway.png Binary files differindex 3ac8992fd9..3ac8992fd9 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/Ernest_Hemingway.png +++ b/examples/quickcontrols/chattutorial/chapter4/images/Ernest_Hemingway.png diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 122d9f1e53..122d9f1e53 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 2fe9c2cc1c..2fe9c2cc1c 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 96fb6788b5..96fb6788b5 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/Hans_Gude.png b/examples/quickcontrols/chattutorial/chapter4/images/Hans_Gude.png Binary files differindex 907e38bc61..907e38bc61 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/Hans_Gude.png +++ b/examples/quickcontrols/chattutorial/chapter4/images/Hans_Gude.png diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 6837796a83..6837796a83 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex 29af422ad3..29af422ad3 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] Binary files differindex bc35eeaa79..bc35eeaa79 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter4/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter4/images/images.qrc b/examples/quickcontrols/chattutorial/chapter4/images/images.qrc index 9eda6aa29c..9eda6aa29c 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/images/images.qrc +++ b/examples/quickcontrols/chattutorial/chapter4/images/images.qrc diff --git a/examples/quickcontrols2/chattutorial/chapter4/main.cpp b/examples/quickcontrols/chattutorial/chapter4/main.cpp index 0ca281c7d9..0ca281c7d9 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/main.cpp +++ b/examples/quickcontrols/chattutorial/chapter4/main.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter4/main.qml b/examples/quickcontrols/chattutorial/chapter4/main.qml index da080e3a45..da080e3a45 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/main.qml +++ b/examples/quickcontrols/chattutorial/chapter4/main.qml diff --git a/examples/quickcontrols2/chattutorial/chapter4/qtquickcontrols2.conf b/examples/quickcontrols/chattutorial/chapter4/qtquickcontrols2.conf index db9486764e..db9486764e 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/qtquickcontrols2.conf +++ b/examples/quickcontrols/chattutorial/chapter4/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.cpp b/examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.cpp index 0bccc0d7af..0bccc0d7af 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.cpp +++ b/examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.h b/examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.h index a6d24a4774..a6d24a4774 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/sqlcontactmodel.h +++ b/examples/quickcontrols/chattutorial/chapter4/sqlcontactmodel.h diff --git a/examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.cpp b/examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.cpp index 1a1594b094..1a1594b094 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.cpp +++ b/examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.h b/examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.h index 8a3cdd4c43..8a3cdd4c43 100644 --- a/examples/quickcontrols2/chattutorial/chapter4/sqlconversationmodel.h +++ b/examples/quickcontrols/chattutorial/chapter4/sqlconversationmodel.h diff --git a/examples/quickcontrols2/chattutorial/chapter5/+Material/ChatToolBar.qml b/examples/quickcontrols/chattutorial/chapter5/+Material/ChatToolBar.qml index 3fa10c7f13..3fa10c7f13 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/+Material/ChatToolBar.qml +++ b/examples/quickcontrols/chattutorial/chapter5/+Material/ChatToolBar.qml diff --git a/examples/quickcontrols2/chattutorial/chapter5/CMakeLists.txt b/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt index 657684fc34..657684fc34 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/CMakeLists.txt +++ b/examples/quickcontrols/chattutorial/chapter5/CMakeLists.txt diff --git a/examples/quickcontrols2/chattutorial/chapter5/ChatToolBar.qml b/examples/quickcontrols/chattutorial/chapter5/ChatToolBar.qml index 73f2c655a9..73f2c655a9 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/ChatToolBar.qml +++ b/examples/quickcontrols/chattutorial/chapter5/ChatToolBar.qml diff --git a/examples/quickcontrols2/chattutorial/chapter5/ContactPage.qml b/examples/quickcontrols/chattutorial/chapter5/ContactPage.qml index 920c824090..920c824090 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/ContactPage.qml +++ b/examples/quickcontrols/chattutorial/chapter5/ContactPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter5/ConversationPage.qml b/examples/quickcontrols/chattutorial/chapter5/ConversationPage.qml index 6e209b7a85..6e209b7a85 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/ConversationPage.qml +++ b/examples/quickcontrols/chattutorial/chapter5/ConversationPage.qml diff --git a/examples/quickcontrols2/chattutorial/chapter5/chapter5.pro b/examples/quickcontrols/chattutorial/chapter5/chapter5.pro index 625642d7b5..625642d7b5 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/chapter5.pro +++ b/examples/quickcontrols/chattutorial/chapter5/chapter5.pro diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein.png b/examples/quickcontrols/chattutorial/chapter5/images/Albert_Einstein.png Binary files differindex 7c44b90b8d..7c44b90b8d 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/Albert_Einstein.png +++ b/examples/quickcontrols/chattutorial/chapter5/images/Albert_Einstein.png diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 6ce9c39b6c..6ce9c39b6c 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex aab6a6a162..aab6a6a162 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 3611284df4..3611284df4 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway.png b/examples/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway.png Binary files differindex 3ac8992fd9..3ac8992fd9 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/Ernest_Hemingway.png +++ b/examples/quickcontrols/chattutorial/chapter5/images/Ernest_Hemingway.png diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 122d9f1e53..122d9f1e53 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 2fe9c2cc1c..2fe9c2cc1c 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 96fb6788b5..96fb6788b5 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/Hans_Gude.png b/examples/quickcontrols/chattutorial/chapter5/images/Hans_Gude.png Binary files differindex 907e38bc61..907e38bc61 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/Hans_Gude.png +++ b/examples/quickcontrols/chattutorial/chapter5/images/Hans_Gude.png diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 6837796a83..6837796a83 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex 29af422ad3..29af422ad3 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] Binary files differindex bc35eeaa79..bc35eeaa79 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/[email protected] +++ b/examples/quickcontrols/chattutorial/chapter5/images/[email protected] diff --git a/examples/quickcontrols2/chattutorial/chapter5/images/images.qrc b/examples/quickcontrols/chattutorial/chapter5/images/images.qrc index 9eda6aa29c..9eda6aa29c 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/images/images.qrc +++ b/examples/quickcontrols/chattutorial/chapter5/images/images.qrc diff --git a/examples/quickcontrols2/chattutorial/chapter5/main.cpp b/examples/quickcontrols/chattutorial/chapter5/main.cpp index cfa5aa6f57..cfa5aa6f57 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/main.cpp +++ b/examples/quickcontrols/chattutorial/chapter5/main.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter5/main.qml b/examples/quickcontrols/chattutorial/chapter5/main.qml index da080e3a45..da080e3a45 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/main.qml +++ b/examples/quickcontrols/chattutorial/chapter5/main.qml diff --git a/examples/quickcontrols2/chattutorial/chapter5/qtquickcontrols2.conf b/examples/quickcontrols/chattutorial/chapter5/qtquickcontrols2.conf index c8a8eeeb05..c8a8eeeb05 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/qtquickcontrols2.conf +++ b/examples/quickcontrols/chattutorial/chapter5/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.cpp b/examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.cpp index 0bccc0d7af..0bccc0d7af 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.cpp +++ b/examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.h b/examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.h index a6d24a4774..a6d24a4774 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/sqlcontactmodel.h +++ b/examples/quickcontrols/chattutorial/chapter5/sqlcontactmodel.h diff --git a/examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.cpp b/examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.cpp index 1a1594b094..1a1594b094 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.cpp +++ b/examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.cpp diff --git a/examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.h b/examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.h index 8a3cdd4c43..8a3cdd4c43 100644 --- a/examples/quickcontrols2/chattutorial/chapter5/sqlconversationmodel.h +++ b/examples/quickcontrols/chattutorial/chapter5/sqlconversationmodel.h diff --git a/examples/quickcontrols2/chattutorial/chattutorial.pro b/examples/quickcontrols/chattutorial/chattutorial.pro index 1c70b2653e..1c70b2653e 100644 --- a/examples/quickcontrols2/chattutorial/chattutorial.pro +++ b/examples/quickcontrols/chattutorial/chattutorial.pro diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png Binary files differindex aa3c4bb5be..aa3c4bb5be 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter1.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif Binary files differindex 17096519b0..17096519b0 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2-listview-header.gif diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png Binary files differindex af25cff94e..af25cff94e 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter2.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif Binary files differindex 07eb93b191..07eb93b191 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-listview-header.gif diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png Binary files differindex 1c8ffbf46e..1c8ffbf46e 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3-view-margins.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif Binary files differindex 1763b1f3a5..1763b1f3a5 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter3.gif diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png Binary files differindex b2f4c2adf8..b2f4c2adf8 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-long-message.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png Binary files differindex ea75b1dce5..ea75b1dce5 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4-message-timestamp.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif Binary files differindex dd47c4cbf8..dd47c4cbf8 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter4.gif diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png Binary files differindex 8b8f05faa1..8b8f05faa1 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-dark.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png Binary files differindex 29e149df9f..29e149df9f 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material-test.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png Binary files differindex 23d744e7be..23d744e7be 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-material.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png Binary files differindex 2aef535c39..2aef535c39 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal-dark.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png Binary files differindex c18a341b42..c18a341b42 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-contacts-universal.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png Binary files differindex f15c7d7d76..f15c7d7d76 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-dark.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png Binary files differindex b33fc74ea6..b33fc74ea6 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material-test.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png Binary files differindex 31833164d8..31833164d8 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-material.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png Binary files differindex b4bd7e9f4f..b4bd7e9f4f 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal-dark.png diff --git a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png Binary files differindex 09ed5ceb94..09ed5ceb94 100644 --- a/examples/quickcontrols2/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png +++ b/examples/quickcontrols/chattutorial/doc/images/qtquickcontrols2-chattutorial-chapter5-conversations-universal.png diff --git a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc b/examples/quickcontrols/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc index 52228b900d..52228b900d 100644 --- a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc +++ b/examples/quickcontrols/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc diff --git a/examples/quickcontrols2/contactlist/CMakeLists.txt b/examples/quickcontrols/contactlist/CMakeLists.txt index ac7eccd9a7..ac7eccd9a7 100644 --- a/examples/quickcontrols2/contactlist/CMakeLists.txt +++ b/examples/quickcontrols/contactlist/CMakeLists.txt diff --git a/examples/quickcontrols2/contactlist/ContactDelegate.ui.qml b/examples/quickcontrols/contactlist/ContactDelegate.ui.qml index 3591b2f3fd..3591b2f3fd 100644 --- a/examples/quickcontrols2/contactlist/ContactDelegate.ui.qml +++ b/examples/quickcontrols/contactlist/ContactDelegate.ui.qml diff --git a/examples/quickcontrols2/contactlist/ContactDialog.qml b/examples/quickcontrols/contactlist/ContactDialog.qml index 9bb990f2ad..9bb990f2ad 100644 --- a/examples/quickcontrols2/contactlist/ContactDialog.qml +++ b/examples/quickcontrols/contactlist/ContactDialog.qml diff --git a/examples/quickcontrols2/contactlist/ContactForm.ui.qml b/examples/quickcontrols/contactlist/ContactForm.ui.qml index 918da57f30..918da57f30 100644 --- a/examples/quickcontrols2/contactlist/ContactForm.ui.qml +++ b/examples/quickcontrols/contactlist/ContactForm.ui.qml diff --git a/examples/quickcontrols2/contactlist/ContactView.ui.qml b/examples/quickcontrols/contactlist/ContactView.ui.qml index 6e80d05bac..6e80d05bac 100644 --- a/examples/quickcontrols2/contactlist/ContactView.ui.qml +++ b/examples/quickcontrols/contactlist/ContactView.ui.qml diff --git a/examples/quickcontrols2/contactlist/SectionDelegate.ui.qml b/examples/quickcontrols/contactlist/SectionDelegate.ui.qml index 05b2147288..05b2147288 100644 --- a/examples/quickcontrols2/contactlist/SectionDelegate.ui.qml +++ b/examples/quickcontrols/contactlist/SectionDelegate.ui.qml diff --git a/examples/quickcontrols2/contactlist/contactlist.pro b/examples/quickcontrols/contactlist/contactlist.pro index 101db15a3d..101db15a3d 100644 --- a/examples/quickcontrols2/contactlist/contactlist.pro +++ b/examples/quickcontrols/contactlist/contactlist.pro diff --git a/examples/quickcontrols2/contactlist/contactlist.qml b/examples/quickcontrols/contactlist/contactlist.qml index 28f887f2db..28f887f2db 100644 --- a/examples/quickcontrols2/contactlist/contactlist.qml +++ b/examples/quickcontrols/contactlist/contactlist.qml diff --git a/examples/quickcontrols2/contactlist/contactmodel.cpp b/examples/quickcontrols/contactlist/contactmodel.cpp index 1add2e7776..1add2e7776 100644 --- a/examples/quickcontrols2/contactlist/contactmodel.cpp +++ b/examples/quickcontrols/contactlist/contactmodel.cpp diff --git a/examples/quickcontrols2/contactlist/contactmodel.h b/examples/quickcontrols/contactlist/contactmodel.h index 564ec0fab3..564ec0fab3 100644 --- a/examples/quickcontrols2/contactlist/contactmodel.h +++ b/examples/quickcontrols/contactlist/contactmodel.h diff --git a/examples/quickcontrols2/contactlist/designer/Backend/ContactModel.qml b/examples/quickcontrols/contactlist/designer/Backend/ContactModel.qml index c7a3f4817b..c7a3f4817b 100644 --- a/examples/quickcontrols2/contactlist/designer/Backend/ContactModel.qml +++ b/examples/quickcontrols/contactlist/designer/Backend/ContactModel.qml diff --git a/examples/quickcontrols2/contactlist/designer/Backend/qmldir b/examples/quickcontrols/contactlist/designer/Backend/qmldir index 8e2037d4d7..8e2037d4d7 100644 --- a/examples/quickcontrols2/contactlist/designer/Backend/qmldir +++ b/examples/quickcontrols/contactlist/designer/Backend/qmldir diff --git a/examples/quickcontrols2/contactlist/doc/images/qtquickcontrols2-contactlist.png b/examples/quickcontrols/contactlist/doc/images/qtquickcontrols2-contactlist.png Binary files differindex 9f1c306544..9f1c306544 100644 --- a/examples/quickcontrols2/contactlist/doc/images/qtquickcontrols2-contactlist.png +++ b/examples/quickcontrols/contactlist/doc/images/qtquickcontrols2-contactlist.png diff --git a/examples/quickcontrols2/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc b/examples/quickcontrols/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc index 3f88d9dc74..3f88d9dc74 100644 --- a/examples/quickcontrols2/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc +++ b/examples/quickcontrols/contactlist/doc/src/qtquickcontrols2-contactlist.qdoc diff --git a/examples/quickcontrols2/contactlist/main.cpp b/examples/quickcontrols/contactlist/main.cpp index 32a88def4c..32a88def4c 100644 --- a/examples/quickcontrols2/contactlist/main.cpp +++ b/examples/quickcontrols/contactlist/main.cpp diff --git a/examples/quickcontrols2/eventcalendar/CMakeLists.txt b/examples/quickcontrols/eventcalendar/CMakeLists.txt index 6c44eb82ec..6c44eb82ec 100644 --- a/examples/quickcontrols2/eventcalendar/CMakeLists.txt +++ b/examples/quickcontrols/eventcalendar/CMakeLists.txt diff --git a/examples/quickcontrols2/eventcalendar/MonthGridDelegate.qml b/examples/quickcontrols/eventcalendar/MonthGridDelegate.qml index c49dfda1ae..c49dfda1ae 100644 --- a/examples/quickcontrols2/eventcalendar/MonthGridDelegate.qml +++ b/examples/quickcontrols/eventcalendar/MonthGridDelegate.qml diff --git a/examples/quickcontrols2/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png b/examples/quickcontrols/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png Binary files differindex 35d905be6d..35d905be6d 100644 --- a/examples/quickcontrols2/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png +++ b/examples/quickcontrols/eventcalendar/doc/images/qtquickcalendar-eventcalendar.png diff --git a/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc b/examples/quickcontrols/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc index cc0b031b51..cc0b031b51 100644 --- a/examples/quickcontrols2/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc +++ b/examples/quickcontrols/eventcalendar/doc/src/qtquickcontrols2-eventcalendar.qdoc diff --git a/examples/quickcontrols2/eventcalendar/event.h b/examples/quickcontrols/eventcalendar/event.h index b2cc6b45cf..b2cc6b45cf 100644 --- a/examples/quickcontrols2/eventcalendar/event.h +++ b/examples/quickcontrols/eventcalendar/event.h diff --git a/examples/quickcontrols2/eventcalendar/eventcalendar.cpp b/examples/quickcontrols/eventcalendar/eventcalendar.cpp index bc952a3f9a..bc952a3f9a 100644 --- a/examples/quickcontrols2/eventcalendar/eventcalendar.cpp +++ b/examples/quickcontrols/eventcalendar/eventcalendar.cpp diff --git a/examples/quickcontrols2/eventcalendar/eventcalendar.pro b/examples/quickcontrols/eventcalendar/eventcalendar.pro index 742c5d09e8..742c5d09e8 100644 --- a/examples/quickcontrols2/eventcalendar/eventcalendar.pro +++ b/examples/quickcontrols/eventcalendar/eventcalendar.pro diff --git a/examples/quickcontrols2/eventcalendar/eventcalendar.qml b/examples/quickcontrols/eventcalendar/eventcalendar.qml index 65d85d8d4e..65d85d8d4e 100644 --- a/examples/quickcontrols2/eventcalendar/eventcalendar.qml +++ b/examples/quickcontrols/eventcalendar/eventcalendar.qml diff --git a/examples/quickcontrols2/eventcalendar/eventmodel.cpp b/examples/quickcontrols/eventcalendar/eventmodel.cpp index a380e00d11..a380e00d11 100644 --- a/examples/quickcontrols2/eventcalendar/eventmodel.cpp +++ b/examples/quickcontrols/eventcalendar/eventmodel.cpp diff --git a/examples/quickcontrols2/eventcalendar/eventmodel.h b/examples/quickcontrols/eventcalendar/eventmodel.h index 3dc391fdd7..3dc391fdd7 100644 --- a/examples/quickcontrols2/eventcalendar/eventmodel.h +++ b/examples/quickcontrols/eventcalendar/eventmodel.h diff --git a/examples/quickcontrols2/eventcalendar/qmldir b/examples/quickcontrols/eventcalendar/qmldir index 6b7f86bfac..6b7f86bfac 100644 --- a/examples/quickcontrols2/eventcalendar/qmldir +++ b/examples/quickcontrols/eventcalendar/qmldir diff --git a/examples/quickcontrols2/eventcalendar/qtquickcontrols2.conf b/examples/quickcontrols/eventcalendar/qtquickcontrols2.conf index b6c7c87ea1..b6c7c87ea1 100644 --- a/examples/quickcontrols2/eventcalendar/qtquickcontrols2.conf +++ b/examples/quickcontrols/eventcalendar/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/eventcalendar/sqleventdatabase.cpp b/examples/quickcontrols/eventcalendar/sqleventdatabase.cpp index e958448695..e958448695 100644 --- a/examples/quickcontrols2/eventcalendar/sqleventdatabase.cpp +++ b/examples/quickcontrols/eventcalendar/sqleventdatabase.cpp diff --git a/examples/quickcontrols2/eventcalendar/sqleventdatabase.h b/examples/quickcontrols/eventcalendar/sqleventdatabase.h index aa59bfb6b1..aa59bfb6b1 100644 --- a/examples/quickcontrols2/eventcalendar/sqleventdatabase.h +++ b/examples/quickcontrols/eventcalendar/sqleventdatabase.h diff --git a/examples/quickcontrols2/flatstyle/CMakeLists.txt b/examples/quickcontrols/flatstyle/CMakeLists.txt index 7ddb17c99b..7ddb17c99b 100644 --- a/examples/quickcontrols2/flatstyle/CMakeLists.txt +++ b/examples/quickcontrols/flatstyle/CMakeLists.txt diff --git a/examples/quickcontrols2/flatstyle/MainForm.ui.qml b/examples/quickcontrols/flatstyle/MainForm.ui.qml index 389ee893c3..389ee893c3 100644 --- a/examples/quickcontrols2/flatstyle/MainForm.ui.qml +++ b/examples/quickcontrols/flatstyle/MainForm.ui.qml diff --git a/examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png Binary files differindex d77a7ffc4b..d77a7ffc4b 100644 --- a/examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png +++ b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle-creator.png diff --git a/examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle.png b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png Binary files differindex a43b4c39fa..a43b4c39fa 100644 --- a/examples/quickcontrols2/flatstyle/doc/images/qtquickcontrols2-flatstyle.png +++ b/examples/quickcontrols/flatstyle/doc/images/qtquickcontrols2-flatstyle.png diff --git a/examples/quickcontrols2/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc index b077ef71c6..b077ef71c6 100644 --- a/examples/quickcontrols2/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc +++ b/examples/quickcontrols/flatstyle/doc/src/qtquickcontrols2-flatstyle.qdoc diff --git a/examples/quickcontrols2/flatstyle/flatstyle.pro b/examples/quickcontrols/flatstyle/flatstyle.pro index c430a30af4..c430a30af4 100644 --- a/examples/quickcontrols2/flatstyle/flatstyle.pro +++ b/examples/quickcontrols/flatstyle/flatstyle.pro diff --git a/examples/quickcontrols2/flatstyle/flatstyle.qml b/examples/quickcontrols/flatstyle/flatstyle.qml index 17b868ba5e..17b868ba5e 100644 --- a/examples/quickcontrols2/flatstyle/flatstyle.qml +++ b/examples/quickcontrols/flatstyle/flatstyle.qml diff --git a/examples/quickcontrols2/flatstyle/flatstyle.qmlproject b/examples/quickcontrols/flatstyle/flatstyle.qmlproject index 80b42820ad..80b42820ad 100644 --- a/examples/quickcontrols2/flatstyle/flatstyle.qmlproject +++ b/examples/quickcontrols/flatstyle/flatstyle.qmlproject diff --git a/examples/quickcontrols2/flatstyle/imports/Flat/Button.qml b/examples/quickcontrols/flatstyle/imports/Flat/Button.qml index ec8b904a4c..ec8b904a4c 100644 --- a/examples/quickcontrols2/flatstyle/imports/Flat/Button.qml +++ b/examples/quickcontrols/flatstyle/imports/Flat/Button.qml diff --git a/examples/quickcontrols2/flatstyle/imports/Flat/CheckBox.qml b/examples/quickcontrols/flatstyle/imports/Flat/CheckBox.qml index ef6a4307a4..ef6a4307a4 100644 --- a/examples/quickcontrols2/flatstyle/imports/Flat/CheckBox.qml +++ b/examples/quickcontrols/flatstyle/imports/Flat/CheckBox.qml diff --git a/examples/quickcontrols2/flatstyle/imports/Flat/Switch.qml b/examples/quickcontrols/flatstyle/imports/Flat/Switch.qml index 25f1a7d49b..25f1a7d49b 100644 --- a/examples/quickcontrols2/flatstyle/imports/Flat/Switch.qml +++ b/examples/quickcontrols/flatstyle/imports/Flat/Switch.qml diff --git a/examples/quickcontrols2/flatstyle/imports/Flat/qmldir b/examples/quickcontrols/flatstyle/imports/Flat/qmldir index 451a865969..451a865969 100644 --- a/examples/quickcontrols2/flatstyle/imports/Flat/qmldir +++ b/examples/quickcontrols/flatstyle/imports/Flat/qmldir diff --git a/examples/quickcontrols2/flatstyle/imports/Theme/Theme.qml b/examples/quickcontrols/flatstyle/imports/Theme/Theme.qml index f4d5156989..f4d5156989 100644 --- a/examples/quickcontrols2/flatstyle/imports/Theme/Theme.qml +++ b/examples/quickcontrols/flatstyle/imports/Theme/Theme.qml diff --git a/examples/quickcontrols2/flatstyle/imports/Theme/qmldir b/examples/quickcontrols/flatstyle/imports/Theme/qmldir index 4a58c13a90..4a58c13a90 100644 --- a/examples/quickcontrols2/flatstyle/imports/Theme/qmldir +++ b/examples/quickcontrols/flatstyle/imports/Theme/qmldir diff --git a/examples/quickcontrols2/flatstyle/main.cpp b/examples/quickcontrols/flatstyle/main.cpp index 4aadd92015..4aadd92015 100644 --- a/examples/quickcontrols2/flatstyle/main.cpp +++ b/examples/quickcontrols/flatstyle/main.cpp diff --git a/examples/quickcontrols2/flatstyle/qtquickcontrols2.conf b/examples/quickcontrols/flatstyle/qtquickcontrols2.conf index 9cd59e5aa0..9cd59e5aa0 100644 --- a/examples/quickcontrols2/flatstyle/qtquickcontrols2.conf +++ b/examples/quickcontrols/flatstyle/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/gallery/+Material/ToolBar.qml b/examples/quickcontrols/gallery/+Material/ToolBar.qml index f7ecbf116e..f7ecbf116e 100644 --- a/examples/quickcontrols2/gallery/+Material/ToolBar.qml +++ b/examples/quickcontrols/gallery/+Material/ToolBar.qml diff --git a/examples/quickcontrols2/gallery/CMakeLists.txt b/examples/quickcontrols/gallery/CMakeLists.txt index d2858c8c59..d2858c8c59 100644 --- a/examples/quickcontrols2/gallery/CMakeLists.txt +++ b/examples/quickcontrols/gallery/CMakeLists.txt diff --git a/examples/quickcontrols2/gallery/ToolBar.qml b/examples/quickcontrols/gallery/ToolBar.qml index ffbf422a76..ffbf422a76 100644 --- a/examples/quickcontrols2/gallery/ToolBar.qml +++ b/examples/quickcontrols/gallery/ToolBar.qml diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png Binary files differindex 0df43fbc4b..0df43fbc4b 100644 --- a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png +++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png Binary files differindex 3bdaae942a..3bdaae942a 100644 --- a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png +++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png diff --git a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png Binary files differindex ded30381d2..ded30381d2 100644 --- a/examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png +++ b/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png diff --git a/examples/quickcontrols2/gallery/doc/src/qtquickcontrols2-gallery.qdoc b/examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc index 814768fe61..814768fe61 100644 --- a/examples/quickcontrols2/gallery/doc/src/qtquickcontrols2-gallery.qdoc +++ b/examples/quickcontrols/gallery/doc/src/qtquickcontrols2-gallery.qdoc diff --git a/examples/quickcontrols2/gallery/gallery.cpp b/examples/quickcontrols/gallery/gallery.cpp index 0242f93b9f..0242f93b9f 100644 --- a/examples/quickcontrols2/gallery/gallery.cpp +++ b/examples/quickcontrols/gallery/gallery.cpp diff --git a/examples/quickcontrols2/gallery/gallery.pro b/examples/quickcontrols/gallery/gallery.pro index e1ac462a7c..e1ac462a7c 100644 --- a/examples/quickcontrols2/gallery/gallery.pro +++ b/examples/quickcontrols/gallery/gallery.pro diff --git a/examples/quickcontrols2/gallery/gallery.qml b/examples/quickcontrols/gallery/gallery.qml index 35eaed9f11..35eaed9f11 100644 --- a/examples/quickcontrols2/gallery/gallery.qml +++ b/examples/quickcontrols/gallery/gallery.qml diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/back.png b/examples/quickcontrols/gallery/icons/gallery/20x20/back.png Binary files differindex 1f89ee058c..1f89ee058c 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20/back.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20/back.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png b/examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png Binary files differindex 1e974efae8..1e974efae8 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png b/examples/quickcontrols/gallery/icons/gallery/20x20/menu.png Binary files differindex a10473d9e1..a10473d9e1 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20/menu.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png b/examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png Binary files differindex 88e290b132..88e290b132 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png b/examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png Binary files differindex eba3b6cccf..eba3b6cccf 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png b/examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png Binary files differindex 649c2a08c6..649c2a08c6 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png b/examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png Binary files differindex 4402c7d30b..4402c7d30b 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png b/examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png Binary files differindex 3584ed6d8b..3584ed6d8b 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png b/examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png Binary files differindex 9554b6952b..9554b6952b 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png b/examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png Binary files differindex 9982478c18..9982478c18 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png b/examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png Binary files differindex 60d93aff7b..60d93aff7b 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png b/examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png Binary files differindex 187c171cde..187c171cde 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png +++ b/examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png diff --git a/examples/quickcontrols2/gallery/icons/gallery/index.theme b/examples/quickcontrols/gallery/icons/gallery/index.theme index a1bcd5e03c..a1bcd5e03c 100644 --- a/examples/quickcontrols2/gallery/icons/gallery/index.theme +++ b/examples/quickcontrols/gallery/icons/gallery/index.theme diff --git a/examples/quickcontrols2/gallery/images/arrow.png b/examples/quickcontrols/gallery/images/arrow.png Binary files differindex 9835108eb9..9835108eb9 100644 --- a/examples/quickcontrols2/gallery/images/arrow.png +++ b/examples/quickcontrols/gallery/images/arrow.png diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex a5187d48cf..a5187d48cf 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex a512f648c8..a512f648c8 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex fd893ebb0d..fd893ebb0d 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/arrows.png b/examples/quickcontrols/gallery/images/arrows.png Binary files differindex 3a4cc9b95f..3a4cc9b95f 100644 --- a/examples/quickcontrols2/gallery/images/arrows.png +++ b/examples/quickcontrols/gallery/images/arrows.png diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex 8c80a2b45b..8c80a2b45b 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex 22f23cefb9..22f23cefb9 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex 6d1afeef5c..6d1afeef5c 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/qt-logo.png b/examples/quickcontrols/gallery/images/qt-logo.png Binary files differindex dff7729515..dff7729515 100644 --- a/examples/quickcontrols2/gallery/images/qt-logo.png +++ b/examples/quickcontrols/gallery/images/qt-logo.png diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex dbd73aab77..dbd73aab77 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex 68e763b597..68e763b597 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/images/[email protected] b/examples/quickcontrols/gallery/images/[email protected] Binary files differindex 08fd882572..08fd882572 100644 --- a/examples/quickcontrols2/gallery/images/[email protected] +++ b/examples/quickcontrols/gallery/images/[email protected] diff --git a/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml b/examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml index 616e645688..616e645688 100644 --- a/examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml +++ b/examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ButtonPage.qml b/examples/quickcontrols/gallery/pages/ButtonPage.qml index 06051767e9..06051767e9 100644 --- a/examples/quickcontrols2/gallery/pages/ButtonPage.qml +++ b/examples/quickcontrols/gallery/pages/ButtonPage.qml diff --git a/examples/quickcontrols2/gallery/pages/CheckBoxPage.qml b/examples/quickcontrols/gallery/pages/CheckBoxPage.qml index 003e44c82c..003e44c82c 100644 --- a/examples/quickcontrols2/gallery/pages/CheckBoxPage.qml +++ b/examples/quickcontrols/gallery/pages/CheckBoxPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml b/examples/quickcontrols/gallery/pages/ComboBoxPage.qml index 35c3d60d16..35c3d60d16 100644 --- a/examples/quickcontrols2/gallery/pages/ComboBoxPage.qml +++ b/examples/quickcontrols/gallery/pages/ComboBoxPage.qml diff --git a/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml b/examples/quickcontrols/gallery/pages/DelayButtonPage.qml index 4c0e8725b9..4c0e8725b9 100644 --- a/examples/quickcontrols2/gallery/pages/DelayButtonPage.qml +++ b/examples/quickcontrols/gallery/pages/DelayButtonPage.qml diff --git a/examples/quickcontrols2/gallery/pages/DelegatePage.qml b/examples/quickcontrols/gallery/pages/DelegatePage.qml index c57388cc6a..c57388cc6a 100644 --- a/examples/quickcontrols2/gallery/pages/DelegatePage.qml +++ b/examples/quickcontrols/gallery/pages/DelegatePage.qml diff --git a/examples/quickcontrols2/gallery/pages/DialPage.qml b/examples/quickcontrols/gallery/pages/DialPage.qml index 17c9e090ba..17c9e090ba 100644 --- a/examples/quickcontrols2/gallery/pages/DialPage.qml +++ b/examples/quickcontrols/gallery/pages/DialPage.qml diff --git a/examples/quickcontrols2/gallery/pages/DialogPage.qml b/examples/quickcontrols/gallery/pages/DialogPage.qml index 982a7f38d4..982a7f38d4 100644 --- a/examples/quickcontrols2/gallery/pages/DialogPage.qml +++ b/examples/quickcontrols/gallery/pages/DialogPage.qml diff --git a/examples/quickcontrols2/gallery/pages/FramePage.qml b/examples/quickcontrols/gallery/pages/FramePage.qml index 8526442537..8526442537 100644 --- a/examples/quickcontrols2/gallery/pages/FramePage.qml +++ b/examples/quickcontrols/gallery/pages/FramePage.qml diff --git a/examples/quickcontrols2/gallery/pages/GroupBoxPage.qml b/examples/quickcontrols/gallery/pages/GroupBoxPage.qml index 9e24d8e6ca..9e24d8e6ca 100644 --- a/examples/quickcontrols2/gallery/pages/GroupBoxPage.qml +++ b/examples/quickcontrols/gallery/pages/GroupBoxPage.qml diff --git a/examples/quickcontrols2/gallery/pages/PageIndicatorPage.qml b/examples/quickcontrols/gallery/pages/PageIndicatorPage.qml index e83c86563e..e83c86563e 100644 --- a/examples/quickcontrols2/gallery/pages/PageIndicatorPage.qml +++ b/examples/quickcontrols/gallery/pages/PageIndicatorPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ProgressBarPage.qml b/examples/quickcontrols/gallery/pages/ProgressBarPage.qml index d712aae10c..d712aae10c 100644 --- a/examples/quickcontrols2/gallery/pages/ProgressBarPage.qml +++ b/examples/quickcontrols/gallery/pages/ProgressBarPage.qml diff --git a/examples/quickcontrols2/gallery/pages/RadioButtonPage.qml b/examples/quickcontrols/gallery/pages/RadioButtonPage.qml index 644543c007..644543c007 100644 --- a/examples/quickcontrols2/gallery/pages/RadioButtonPage.qml +++ b/examples/quickcontrols/gallery/pages/RadioButtonPage.qml diff --git a/examples/quickcontrols2/gallery/pages/RangeSliderPage.qml b/examples/quickcontrols/gallery/pages/RangeSliderPage.qml index 0ca235822f..0ca235822f 100644 --- a/examples/quickcontrols2/gallery/pages/RangeSliderPage.qml +++ b/examples/quickcontrols/gallery/pages/RangeSliderPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ScrollBarPage.qml b/examples/quickcontrols/gallery/pages/ScrollBarPage.qml index 248e74ca7f..248e74ca7f 100644 --- a/examples/quickcontrols2/gallery/pages/ScrollBarPage.qml +++ b/examples/quickcontrols/gallery/pages/ScrollBarPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml b/examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml index 04ce97483a..04ce97483a 100644 --- a/examples/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml +++ b/examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ScrollablePage.qml b/examples/quickcontrols/gallery/pages/ScrollablePage.qml index 69bc0cd973..69bc0cd973 100644 --- a/examples/quickcontrols2/gallery/pages/ScrollablePage.qml +++ b/examples/quickcontrols/gallery/pages/ScrollablePage.qml diff --git a/examples/quickcontrols2/gallery/pages/SliderPage.qml b/examples/quickcontrols/gallery/pages/SliderPage.qml index fd03680a0e..fd03680a0e 100644 --- a/examples/quickcontrols2/gallery/pages/SliderPage.qml +++ b/examples/quickcontrols/gallery/pages/SliderPage.qml diff --git a/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml b/examples/quickcontrols/gallery/pages/SpinBoxPage.qml index 18c9b06c1f..18c9b06c1f 100644 --- a/examples/quickcontrols2/gallery/pages/SpinBoxPage.qml +++ b/examples/quickcontrols/gallery/pages/SpinBoxPage.qml diff --git a/examples/quickcontrols2/gallery/pages/StackViewPage.qml b/examples/quickcontrols/gallery/pages/StackViewPage.qml index 4472150e56..4472150e56 100644 --- a/examples/quickcontrols2/gallery/pages/StackViewPage.qml +++ b/examples/quickcontrols/gallery/pages/StackViewPage.qml diff --git a/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml b/examples/quickcontrols/gallery/pages/SwipeViewPage.qml index f982f4cf26..f982f4cf26 100644 --- a/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml +++ b/examples/quickcontrols/gallery/pages/SwipeViewPage.qml diff --git a/examples/quickcontrols2/gallery/pages/SwitchPage.qml b/examples/quickcontrols/gallery/pages/SwitchPage.qml index cca200582e..cca200582e 100644 --- a/examples/quickcontrols2/gallery/pages/SwitchPage.qml +++ b/examples/quickcontrols/gallery/pages/SwitchPage.qml diff --git a/examples/quickcontrols2/gallery/pages/TabBarPage.qml b/examples/quickcontrols/gallery/pages/TabBarPage.qml index c03e4a014c..c03e4a014c 100644 --- a/examples/quickcontrols2/gallery/pages/TabBarPage.qml +++ b/examples/quickcontrols/gallery/pages/TabBarPage.qml diff --git a/examples/quickcontrols2/gallery/pages/TextAreaPage.qml b/examples/quickcontrols/gallery/pages/TextAreaPage.qml index 6a09846973..6a09846973 100644 --- a/examples/quickcontrols2/gallery/pages/TextAreaPage.qml +++ b/examples/quickcontrols/gallery/pages/TextAreaPage.qml diff --git a/examples/quickcontrols2/gallery/pages/TextFieldPage.qml b/examples/quickcontrols/gallery/pages/TextFieldPage.qml index 2b06894c8f..2b06894c8f 100644 --- a/examples/quickcontrols2/gallery/pages/TextFieldPage.qml +++ b/examples/quickcontrols/gallery/pages/TextFieldPage.qml diff --git a/examples/quickcontrols2/gallery/pages/ToolTipPage.qml b/examples/quickcontrols/gallery/pages/ToolTipPage.qml index dd92c89b4f..dd92c89b4f 100644 --- a/examples/quickcontrols2/gallery/pages/ToolTipPage.qml +++ b/examples/quickcontrols/gallery/pages/ToolTipPage.qml diff --git a/examples/quickcontrols2/gallery/pages/TumblerPage.qml b/examples/quickcontrols/gallery/pages/TumblerPage.qml index 4d01f02e89..4d01f02e89 100644 --- a/examples/quickcontrols2/gallery/pages/TumblerPage.qml +++ b/examples/quickcontrols/gallery/pages/TumblerPage.qml diff --git a/examples/quickcontrols2/gallery/qmldir b/examples/quickcontrols/gallery/qmldir index 6b7f86bfac..6b7f86bfac 100644 --- a/examples/quickcontrols2/gallery/qmldir +++ b/examples/quickcontrols/gallery/qmldir diff --git a/examples/quickcontrols2/gallery/qtquickcontrols2.conf b/examples/quickcontrols/gallery/qtquickcontrols2.conf index da1a8f41d2..da1a8f41d2 100644 --- a/examples/quickcontrols2/gallery/qtquickcontrols2.conf +++ b/examples/quickcontrols/gallery/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/imagine/automotive/CMakeLists.txt b/examples/quickcontrols/imagine/automotive/CMakeLists.txt index 2f213f8e79..2f213f8e79 100644 --- a/examples/quickcontrols2/imagine/automotive/CMakeLists.txt +++ b/examples/quickcontrols/imagine/automotive/CMakeLists.txt diff --git a/examples/quickcontrols2/imagine/automotive/automotive.cpp b/examples/quickcontrols/imagine/automotive/automotive.cpp index e64780f2b1..e64780f2b1 100644 --- a/examples/quickcontrols2/imagine/automotive/automotive.cpp +++ b/examples/quickcontrols/imagine/automotive/automotive.cpp diff --git a/examples/quickcontrols2/imagine/automotive/automotive.pro b/examples/quickcontrols/imagine/automotive/automotive.pro index 890e63d84b..890e63d84b 100644 --- a/examples/quickcontrols2/imagine/automotive/automotive.pro +++ b/examples/quickcontrols/imagine/automotive/automotive.pro diff --git a/examples/quickcontrols2/imagine/automotive/doc/images/qtquickcontrols2-automotive.png b/examples/quickcontrols/imagine/automotive/doc/images/qtquickcontrols2-automotive.png Binary files differindex 93ea28545b..93ea28545b 100644 --- a/examples/quickcontrols2/imagine/automotive/doc/images/qtquickcontrols2-automotive.png +++ b/examples/quickcontrols/imagine/automotive/doc/images/qtquickcontrols2-automotive.png diff --git a/examples/quickcontrols2/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc b/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc index 6e228efd8e..6e228efd8e 100644 --- a/examples/quickcontrols2/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc +++ b/examples/quickcontrols/imagine/automotive/doc/src/qtquickcontrols2-automotive.qdoc diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/air-con.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/air-con.png Binary files differindex 70175f6f05..70175f6f05 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/air-con.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/air-con.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/command.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/command.png Binary files differindex 8f712c7881..8f712c7881 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/command.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/command.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/message.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/message.png Binary files differindex 7773ca63ba..7773ca63ba 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/message.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/message.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/music.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/music.png Binary files differindex dc73322bfe..dc73322bfe 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/music.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/music.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/seats.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/seats.png Binary files differindex 2f9eaa6227..2f9eaa6227 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/seats.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/seats.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/settings.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/settings.png Binary files differindex b65598b58c..b65598b58c 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/settings.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/settings.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/statistics.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/statistics.png Binary files differindex 979702989b..979702989b 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/statistics.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/statistics.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/windows.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/windows.png Binary files differindex 8ed8cec4bf..8ed8cec4bf 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44/windows.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44/windows.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/air-con.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/air-con.png Binary files differindex 8822979e6a..8822979e6a 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/air-con.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/air-con.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/command.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/command.png Binary files differindex 918e2b69eb..918e2b69eb 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/command.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/command.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/message.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/message.png Binary files differindex 1debfdfb26..1debfdfb26 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/message.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/message.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/music.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/music.png Binary files differindex 01a3ece417..01a3ece417 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/music.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/music.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/navigation.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/navigation.png Binary files differindex 3a18fb5f4e..3a18fb5f4e 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/navigation.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/navigation.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/seats.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/seats.png Binary files differindex 7d67f1be3f..7d67f1be3f 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/seats.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/seats.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/settings.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/settings.png Binary files differindex 3ce2a1f1b4..3ce2a1f1b4 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/settings.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/settings.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/statistics.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/statistics.png Binary files differindex afc2cc0906..afc2cc0906 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/statistics.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/statistics.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/windows.png b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/windows.png Binary files differindex 59bac584ed..59bac584ed 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/44x44@2/windows.png +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/44x44@2/windows.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/icons.svg b/examples/quickcontrols/imagine/automotive/icons/automotive/icons.svg index daf4633c25..daf4633c25 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/icons.svg +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/icons.svg diff --git a/examples/quickcontrols2/imagine/automotive/icons/automotive/index.theme b/examples/quickcontrols/imagine/automotive/icons/automotive/index.theme index cd84146e95..cd84146e95 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/automotive/index.theme +++ b/examples/quickcontrols/imagine/automotive/icons/automotive/index.theme diff --git a/examples/quickcontrols2/imagine/automotive/icons/car.png b/examples/quickcontrols/imagine/automotive/icons/car.png Binary files differindex 4bfc9a474a..4bfc9a474a 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/car.png +++ b/examples/quickcontrols/imagine/automotive/icons/car.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/[email protected] b/examples/quickcontrols/imagine/automotive/icons/[email protected] Binary files differindex 966bc47bc7..966bc47bc7 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/[email protected] +++ b/examples/quickcontrols/imagine/automotive/icons/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/icons/icons.qrc b/examples/quickcontrols/imagine/automotive/icons/icons.qrc index 5cb797817b..5cb797817b 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/icons.qrc +++ b/examples/quickcontrols/imagine/automotive/icons/icons.qrc diff --git a/examples/quickcontrols2/imagine/automotive/icons/warning.png b/examples/quickcontrols/imagine/automotive/icons/warning.png Binary files differindex 590a61eb80..590a61eb80 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/warning.png +++ b/examples/quickcontrols/imagine/automotive/icons/warning.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/[email protected] b/examples/quickcontrols/imagine/automotive/icons/[email protected] Binary files differindex 487fbafcfd..487fbafcfd 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/[email protected] +++ b/examples/quickcontrols/imagine/automotive/icons/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/icons/weather.png b/examples/quickcontrols/imagine/automotive/icons/weather.png Binary files differindex b1479de27a..b1479de27a 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/weather.png +++ b/examples/quickcontrols/imagine/automotive/icons/weather.png diff --git a/examples/quickcontrols2/imagine/automotive/icons/[email protected] b/examples/quickcontrols/imagine/automotive/icons/[email protected] Binary files differindex 8b4333ab15..8b4333ab15 100644 --- a/examples/quickcontrols2/imagine/automotive/icons/[email protected] +++ b/examples/quickcontrols/imagine/automotive/icons/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background.png b/examples/quickcontrols/imagine/automotive/imagine-assets/applicationwindow-background.png Binary files differindex aac403dbb1..aac403dbb1 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/applicationwindow-background.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/applicationwindow-background.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex a8ef3dd456..a8ef3dd456 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png Binary files differindex f92dd66afe..f92dd66afe 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked-hovered.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b64640e2b1..b64640e2b1 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked.9.png Binary files differindex 5a70d1d302..5a70d1d302 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-checked.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-checked.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 9d080dc823..9d080dc823 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-hovered.9.png Binary files differindex 94e37b8334..94e37b8334 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-hovered.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 905d9e4705..905d9e4705 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-pressed.9.png Binary files differindex bc4c3b3880..bc4c3b3880 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background-pressed.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 778fe53752..778fe53752 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background.9.png Binary files differindex 85ed1a03ba..85ed1a03ba 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/button-background.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/button-background.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 1eb7ebed20..1eb7ebed20 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-hovered.png Binary files differindex 26add20cfc..26add20cfc 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 01d8136d51..01d8136d51 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-pressed.png Binary files differindex 435acd1466..435acd1466 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 9bab57904d..9bab57904d 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background.png b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background.png Binary files differindex 8aab4d3280..8aab4d3280 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-background.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-background.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex a856971185..a856971185 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle-pressed.png Binary files differindex 93992626ce..93992626ce 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 5c563abba5..5c563abba5 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle.png b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle.png Binary files differindex a997dd58f8..a997dd58f8 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/dial-handle.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/dial-handle.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex afd1330704..afd1330704 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/frame-background.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/frame-background.9.png Binary files differindex fd7d5453ff..fd7d5453ff 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/frame-background.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/frame-background.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 83284457e4..83284457e4 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/imagine-assets.qrc b/examples/quickcontrols/imagine/automotive/imagine-assets/imagine-assets.qrc index 81eadda617..81eadda617 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/imagine-assets.qrc +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/imagine-assets.qrc diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png Binary files differindex 4c6b475441..4c6b475441 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-checked.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 9f4f70575f..9f4f70575f 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png Binary files differindex a5c189c9e3..a5c189c9e3 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 2b3c9c6743..2b3c9c6743 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png Binary files differindex 56b5534ea6..56b5534ea6 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex bbbbb8b1d8..bbbbb8b1d8 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background.9.png Binary files differindex 1fbb562689..1fbb562689 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/itemdelegate-background.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/itemdelegate-background.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 18880980f0..18880980f0 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png Binary files differindex f64c9665b2..f64c9665b2 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex ace1717a97..ace1717a97 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png Binary files differindex c77ad470c0..c77ad470c0 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 2798f77f0f..2798f77f0f 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png Binary files differindex ea714eaaf9..ea714eaaf9 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-checked.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 4f29b80b31..4f29b80b31 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png Binary files differindex a7d07ed17c..a7d07ed17c 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b0fff06e51..b0fff06e51 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png Binary files differindex 7d657ac9c2..7d657ac9c2 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 9a8b9cd829..9a8b9cd829 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator.png b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator.png Binary files differindex b59ba0cef8..b59ba0cef8 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/radiobutton-indicator.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/radiobutton-indicator.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex e4a2b9a2b9..e4a2b9a2b9 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle.png b/examples/quickcontrols/imagine/automotive/imagine-assets/scrollindicator-handle.png Binary files differindex 99206d7e26..99206d7e26 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/scrollindicator-handle.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/scrollindicator-handle.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 85a9ebccf7..85a9ebccf7 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-background-horizontal.9.png Binary files differindex 3d2406cf06..3d2406cf06 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-background-horizontal.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-background-horizontal.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 6c8104ff97..6c8104ff97 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-hovered.png Binary files differindex bd26d82451..bd26d82451 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 000db40444..000db40444 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-pressed.png Binary files differindex 4a4d0be7f8..4a4d0be7f8 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 903c102440..903c102440 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle.png Binary files differindex 8f812dae34..8f812dae34 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-handle.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-handle.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b30a4f38f0..b30a4f38f0 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png Binary files differindex 7789f09f2c..7789f09f2c 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal-pressed.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex e64c13dc39..e64c13dc39 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png Binary files differindex 8e65ca35c5..8e65ca35c5 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/slider-progress-horizontal.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex d512e40708..d512e40708 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-background.9.png Binary files differindex 1fbb562689..1fbb562689 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-background.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-background.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 18880980f0..18880980f0 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png Binary files differindex e66ef7137c..e66ef7137c 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 05d6f82e7a..05d6f82e7a 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png Binary files differindex bcfa06aec6..bcfa06aec6 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-checked.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b9985f0fe3..b9985f0fe3 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png Binary files differindex 3de8aa1512..3de8aa1512 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-hovered.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b955159055..b955159055 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png Binary files differindex 547b2c1758..547b2c1758 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b4bb748aa4..b4bb748aa4 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle.png Binary files differindex fd81422a88..fd81422a88 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-handle.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-handle.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 9a7456aa41..9a7456aa41 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png Binary files differindex 6833d624ae..6833d624ae 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator-pressed.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex 3d5498a090..3d5498a090 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator.png b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator.png Binary files differindex 3db5fe2042..3db5fe2042 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/switchdelegate-indicator.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/switchdelegate-indicator.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex b5c10f7497..b5c10f7497 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png b/examples/quickcontrols/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png Binary files differindex 02c7a564be..02c7a564be 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/toolseparator-separator-vertical.9.png diff --git a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] Binary files differindex e0390d36f5..e0390d36f5 100644 --- a/examples/quickcontrols2/imagine/automotive/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/automotive/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/automotive/qml/FeatureButton.qml b/examples/quickcontrols/imagine/automotive/qml/FeatureButton.qml index a9dee571fb..a9dee571fb 100644 --- a/examples/quickcontrols2/imagine/automotive/qml/FeatureButton.qml +++ b/examples/quickcontrols/imagine/automotive/qml/FeatureButton.qml diff --git a/examples/quickcontrols2/imagine/automotive/qml/LargeLabel.qml b/examples/quickcontrols/imagine/automotive/qml/LargeLabel.qml index af03c782ff..af03c782ff 100644 --- a/examples/quickcontrols2/imagine/automotive/qml/LargeLabel.qml +++ b/examples/quickcontrols/imagine/automotive/qml/LargeLabel.qml diff --git a/examples/quickcontrols2/imagine/automotive/qml/automotive.qml b/examples/quickcontrols/imagine/automotive/qml/automotive.qml index 5f7868e760..5f7868e760 100644 --- a/examples/quickcontrols2/imagine/automotive/qml/automotive.qml +++ b/examples/quickcontrols/imagine/automotive/qml/automotive.qml diff --git a/examples/quickcontrols2/imagine/automotive/qml/qml.qrc b/examples/quickcontrols/imagine/automotive/qml/qml.qrc index b0e4e558a8..b0e4e558a8 100644 --- a/examples/quickcontrols2/imagine/automotive/qml/qml.qrc +++ b/examples/quickcontrols/imagine/automotive/qml/qml.qrc diff --git a/examples/quickcontrols2/imagine/automotive/qtquickcontrols2.conf b/examples/quickcontrols/imagine/automotive/qtquickcontrols2.conf index c7fc7a6169..c7fc7a6169 100644 --- a/examples/quickcontrols2/imagine/automotive/qtquickcontrols2.conf +++ b/examples/quickcontrols/imagine/automotive/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/imagine/musicplayer/CMakeLists.txt b/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt index a3f0bf5683..a3f0bf5683 100644 --- a/examples/quickcontrols2/imagine/musicplayer/CMakeLists.txt +++ b/examples/quickcontrols/imagine/musicplayer/CMakeLists.txt diff --git a/examples/quickcontrols2/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png b/examples/quickcontrols/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png Binary files differindex 25b6344f3e..25b6344f3e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png +++ b/examples/quickcontrols/imagine/musicplayer/doc/images/qtquickcontrols2-musicplayer.png diff --git a/examples/quickcontrols2/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc b/examples/quickcontrols/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc index 742b412c96..742b412c96 100644 --- a/examples/quickcontrols2/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc +++ b/examples/quickcontrols/imagine/musicplayer/doc/src/qtquickcontrols2-musicplayer.qdoc diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/icons.qrc b/examples/quickcontrols/imagine/musicplayer/icons/icons.qrc index 870b4445e5..870b4445e5 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/icons.qrc +++ b/examples/quickcontrols/imagine/musicplayer/icons/icons.qrc diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png Binary files differindex 925f564c9e..925f564c9e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/bluetooth.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cart.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cart.png Binary files differindex 4d5ad09955..4d5ad09955 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cart.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cart.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cloud.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cloud.png Binary files differindex 62ef511833..62ef511833 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/cloud.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/cloud.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/favorite.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/favorite.png Binary files differindex 16ea84deb6..16ea84deb6 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/favorite.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/favorite.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/filter.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/filter.png Binary files differindex 4472cead58..4472cead58 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/filter.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/filter.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/folder.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/folder.png Binary files differindex 5dd05778fd..5dd05778fd 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/folder.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/folder.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/message.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/message.png Binary files differindex 1d93b3c660..1d93b3c660 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/message.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/message.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/music.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/music.png Binary files differindex 4448921389..4448921389 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/music.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/music.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/next.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/next.png Binary files differindex ab9164e877..ab9164e877 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/next.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/next.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/pause.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/pause.png Binary files differindex 9c9ef8fa60..9c9ef8fa60 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/pause.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/pause.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/power.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/power.png Binary files differindex 8f7d0c778c..8f7d0c778c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/power.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/power.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/previous.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/previous.png Binary files differindex 3a0880fdbc..3a0880fdbc 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/previous.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/previous.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/repeat.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/repeat.png Binary files differindex 7c8e8c1c2d..7c8e8c1c2d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/repeat.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/repeat.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/save.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/save.png Binary files differindex c0b2748327..c0b2748327 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/save.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/save.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/settings.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/settings.png Binary files differindex 7992146a6e..7992146a6e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/settings.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/settings.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png Binary files differindex 885782a219..885782a219 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/shuffle.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/stop.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/stop.png Binary files differindex 3e9c332732..3e9c332732 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32/stop.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32/stop.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png Binary files differindex 2e70afc396..2e70afc396 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/bluetooth.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png Binary files differindex 5717dd6582..5717dd6582 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cart.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png Binary files differindex ce5ab9f991..ce5ab9f991 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/cloud.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png Binary files differindex ddc9aa45c8..ddc9aa45c8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/favorite.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png Binary files differindex 3632c556fe..3632c556fe 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/filter.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png Binary files differindex 49d41e202e..49d41e202e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/folder.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png Binary files differindex 8a1624e70b..8a1624e70b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/grid.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/message.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/message.png Binary files differindex 6650f26b6a..6650f26b6a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/message.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/message.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/music.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/music.png Binary files differindex 2cb8d49a67..2cb8d49a67 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/music.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/music.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/next.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/next.png Binary files differindex d7bb4b278e..d7bb4b278e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/next.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/next.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png Binary files differindex 8a081d02f3..8a081d02f3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/pause.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/power.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/power.png Binary files differindex 1201e55b4f..1201e55b4f 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/power.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/power.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png Binary files differindex 4236afdbbd..4236afdbbd 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/previous.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png Binary files differindex c8cb06d84d..c8cb06d84d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/repeat.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/save.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/save.png Binary files differindex 448b25e4be..448b25e4be 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/save.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/save.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png Binary files differindex 12a0cf6b76..12a0cf6b76 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/settings.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png Binary files differindex 22b901cce9..22b901cce9 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/shuffle.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png Binary files differindex 0521a943d4..0521a943d4 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/32x32@2/stop.png diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/icons.svg b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/icons.svg index 4cede992c3..4cede992c3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/icons.svg +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/icons.svg diff --git a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/index.theme b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/index.theme index 2523293552..2523293552 100644 --- a/examples/quickcontrols2/imagine/musicplayer/icons/musicplayer/index.theme +++ b/examples/quickcontrols/imagine/musicplayer/icons/musicplayer/index.theme diff --git a/examples/quickcontrols2/imagine/musicplayer/images/album-cover.jpg b/examples/quickcontrols/imagine/musicplayer/images/album-cover.jpg Binary files differindex 48bd6231ba..48bd6231ba 100644 --- a/examples/quickcontrols2/imagine/musicplayer/images/album-cover.jpg +++ b/examples/quickcontrols/imagine/musicplayer/images/album-cover.jpg diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/applicationwindow-background.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/applicationwindow-background.png Binary files differindex 036bf74692..036bf74692 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/applicationwindow-background.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/applicationwindow-background.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png Binary files differindex c275d3242d..c275d3242d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex eec285f305..eec285f305 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked.9.png Binary files differindex 2d284a5bc8..2d284a5bc8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-checked.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-checked.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex fec385f539..fec385f539 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-disabled.9.png Binary files differindex bcad147094..bcad147094 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 03aba1535c..03aba1535c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-hovered.9.png Binary files differindex 962cf6778e..962cf6778e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 841c0064e7..841c0064e7 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-pressed.9.png Binary files differindex f97f42b809..f97f42b809 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background-pressed.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 970583495c..970583495c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background.9.png Binary files differindex 74a8574fd3..74a8574fd3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/button-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/button-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 251633853e..251633853e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png Binary files differindex f9f90df4f4..f9f90df4f4 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex a4be50e154..a4be50e154 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-open.9.png Binary files differindex 147231ecb7..147231ecb7 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-open.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-open.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 0a978572e7..0a978572e7 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png Binary files differindex 7726198ab1..7726198ab1 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex d64d405239..d64d405239 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background.9.png Binary files differindex e919d50aa0..e919d50aa0 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 5effba7e8b..5effba7e8b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png Binary files differindex 78b0650555..78b0650555 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex ec3c8734c8..ec3c8734c8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-open.png Binary files differindex 7a831632fe..7a831632fe 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-open.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-open.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 47c664a2c8..47c664a2c8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png Binary files differindex 3340294f05..3340294f05 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator-pressed.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex aa35b88200..aa35b88200 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator.png Binary files differindex 2c7f557819..2c7f557819 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-indicator.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-indicator.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 20b9c44c34..20b9c44c34 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-popup.9.png Binary files differindex cae75cd78e..cae75cd78e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/combobox-popup.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/combobox-popup.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 392607bcdf..392607bcdf 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-hovered.png Binary files differindex ac614678b3..ac614678b3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex b13783c23a..b13783c23a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-pressed.png Binary files differindex 1bd74acac6..1bd74acac6 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background-pressed.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background-pressed.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex ffd7d009eb..ffd7d009eb 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background.png Binary files differindex c81fcb700b..c81fcb700b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-background.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-background.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex be3e15476b..be3e15476b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle-pressed.png Binary files differindex d27f9355d5..d27f9355d5 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle-pressed.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle-pressed.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex a44e141066..a44e141066 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle.png Binary files differindex 9992a83990..9992a83990 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/dial-handle.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/dial-handle.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 8816482a08..8816482a08 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/frame-background.9.png Binary files differindex 1e436f2b36..1e436f2b36 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/frame-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/frame-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex abdf3ab8e3..abdf3ab8e3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/imagine-assets.qrc b/examples/quickcontrols/imagine/musicplayer/imagine-assets/imagine-assets.qrc index 7bda4995d4..7bda4995d4 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/imagine-assets.qrc +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/imagine-assets.qrc diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png Binary files differindex 6c7915aab9..6c7915aab9 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-checked.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 24ddbce09a..24ddbce09a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png Binary files differindex 65a670ebb5..65a670ebb5 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex df81dd0a98..df81dd0a98 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png Binary files differindex a8eb9e7a13..a8eb9e7a13 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 23559a28b4..23559a28b4 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png Binary files differindex 7d7a2bb960..7d7a2bb960 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 911563fc0e..911563fc0e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png Binary files differindex 65a670ebb5..65a670ebb5 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/itemdelegate-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex df81dd0a98..df81dd0a98 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png Binary files differindex fae98b91b7..fae98b91b7 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 1b575b0354..1b575b0354 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png Binary files differindex 859232e2e5..859232e2e5 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-checked.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex ef147a334a..ef147a334a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png Binary files differindex 862f4a26d8..862f4a26d8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-disabled.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex f99e11fd08..f99e11fd08 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png Binary files differindex 6239eb3214..6239eb3214 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex aa2e8f46d8..aa2e8f46d8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png Binary files differindex 81d2cd7442..81d2cd7442 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background-pressed.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex fd82c0c38c..fd82c0c38c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background.png Binary files differindex ab2e9ceea8..ab2e9ceea8 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/roundbutton-background.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/roundbutton-background.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 33e81bf619..33e81bf619 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png Binary files differindex 2657743a81..2657743a81 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 60ade78071..60ade78071 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png Binary files differindex 626ab8b6bb..626ab8b6bb 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive-pressed.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 92789571d1..92789571d1 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png Binary files differindex a7a7347120..a7a7347120 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/scrollbar-handle-interactive.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 837e179553..837e179553 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png Binary files differindex f45f588838..f45f588838 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 40e6d50567..40e6d50567 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png Binary files differindex a465f300cc..a465f300cc 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-horizontal.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 7a3170f529..7a3170f529 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png Binary files differindex 0bee2685a0..0bee2685a0 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 7fed90c816..7fed90c816 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png Binary files differindex a5074864b0..a5074864b0 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-background-vertical.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex a3974ebe3c..a3974ebe3c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-disabled.png Binary files differindex 02a9df388d..02a9df388d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-disabled.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-disabled.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex b37cef3272..b37cef3272 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-hovered.png Binary files differindex 2048aa6b07..2048aa6b07 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle-hovered.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle-hovered.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 0515be8e11..0515be8e11 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle.png Binary files differindex 2a80f27f27..2a80f27f27 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-handle.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-handle.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 2944704118..2944704118 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png Binary files differindex 1224522f9d..1224522f9d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-horizontal.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex c304bfe5ad..c304bfe5ad 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png Binary files differindex 0e7b08bd0e..0e7b08bd0e 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex d9654ceec4..d9654ceec4 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png Binary files differindex 928ff864f0..928ff864f0 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/slider-progress-vertical.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 3d640b277a..3d640b277a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png Binary files differindex de557cbc5f..de557cbc5f 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background-disabled.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 23984d715d..23984d715d 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background.9.png Binary files differindex 0dc163a4a3..0dc163a4a3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/textfield-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/textfield-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 41aae23d7f..41aae23d7f 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbar-background.9.png Binary files differindex ab2f47e243..ab2f47e243 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbar-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbar-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 7e389fe0f0..7e389fe0f0 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png Binary files differindex 3acf92e12a..3acf92e12a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 0f43f93337..0f43f93337 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png Binary files differindex ff0faa567b..ff0faa567b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-checked.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 694f5eab88..694f5eab88 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png Binary files differindex c60e64d10c..c60e64d10c 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-hovered.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex d0103202bd..d0103202bd 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png Binary files differindex f2ec9c6e4b..f2ec9c6e4b 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background-pressed.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex e3a86911ee..e3a86911ee 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background.9.png Binary files differindex a292ac0959..a292ac0959 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/toolbutton-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/toolbutton-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex 6f8880c393..6f8880c393 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background.9.png b/examples/quickcontrols/imagine/musicplayer/imagine-assets/tooltip-background.9.png Binary files differindex a74441c92a..a74441c92a 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/tooltip-background.9.png +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/tooltip-background.9.png diff --git a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] Binary files differindex d4b20b74b3..d4b20b74b3 100644 --- a/examples/quickcontrols2/imagine/musicplayer/imagine-assets/[email protected] +++ b/examples/quickcontrols/imagine/musicplayer/imagine-assets/[email protected] diff --git a/examples/quickcontrols2/imagine/musicplayer/musicplayer.cpp b/examples/quickcontrols/imagine/musicplayer/musicplayer.cpp index 54727af696..54727af696 100644 --- a/examples/quickcontrols2/imagine/musicplayer/musicplayer.cpp +++ b/examples/quickcontrols/imagine/musicplayer/musicplayer.cpp diff --git a/examples/quickcontrols2/imagine/musicplayer/musicplayer.pro b/examples/quickcontrols/imagine/musicplayer/musicplayer.pro index b1970ee905..b1970ee905 100644 --- a/examples/quickcontrols2/imagine/musicplayer/musicplayer.pro +++ b/examples/quickcontrols/imagine/musicplayer/musicplayer.pro diff --git a/examples/quickcontrols2/imagine/musicplayer/musicplayer.qml b/examples/quickcontrols/imagine/musicplayer/musicplayer.qml index 7d321534a7..7d321534a7 100644 --- a/examples/quickcontrols2/imagine/musicplayer/musicplayer.qml +++ b/examples/quickcontrols/imagine/musicplayer/musicplayer.qml diff --git a/examples/quickcontrols2/imagine/musicplayer/qtquickcontrols2.conf b/examples/quickcontrols/imagine/musicplayer/qtquickcontrols2.conf index 33eab6a563..33eab6a563 100644 --- a/examples/quickcontrols2/imagine/musicplayer/qtquickcontrols2.conf +++ b/examples/quickcontrols/imagine/musicplayer/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/ios/todolist/AppSettings.qml b/examples/quickcontrols/ios/todolist/AppSettings.qml index 764ba8b8fc..764ba8b8fc 100644 --- a/examples/quickcontrols2/ios/todolist/AppSettings.qml +++ b/examples/quickcontrols/ios/todolist/AppSettings.qml diff --git a/examples/quickcontrols2/ios/todolist/CMakeLists.txt b/examples/quickcontrols/ios/todolist/CMakeLists.txt index 413ea6ad97..413ea6ad97 100644 --- a/examples/quickcontrols2/ios/todolist/CMakeLists.txt +++ b/examples/quickcontrols/ios/todolist/CMakeLists.txt diff --git a/examples/quickcontrols2/ios/todolist/Database.qml b/examples/quickcontrols/ios/todolist/Database.qml index 31bbd8c1e7..31bbd8c1e7 100644 --- a/examples/quickcontrols2/ios/todolist/Database.qml +++ b/examples/quickcontrols/ios/todolist/Database.qml diff --git a/examples/quickcontrols2/ios/todolist/FontSizePage.qml b/examples/quickcontrols/ios/todolist/FontSizePage.qml index 2b0e5b16db..2b0e5b16db 100644 --- a/examples/quickcontrols2/ios/todolist/FontSizePage.qml +++ b/examples/quickcontrols/ios/todolist/FontSizePage.qml diff --git a/examples/quickcontrols2/ios/todolist/HomePage.qml b/examples/quickcontrols/ios/todolist/HomePage.qml index 94221146e2..94221146e2 100644 --- a/examples/quickcontrols2/ios/todolist/HomePage.qml +++ b/examples/quickcontrols/ios/todolist/HomePage.qml diff --git a/examples/quickcontrols2/ios/todolist/MaxTasksPage.qml b/examples/quickcontrols/ios/todolist/MaxTasksPage.qml index 509a460357..509a460357 100644 --- a/examples/quickcontrols2/ios/todolist/MaxTasksPage.qml +++ b/examples/quickcontrols/ios/todolist/MaxTasksPage.qml diff --git a/examples/quickcontrols2/ios/todolist/NavBar.qml b/examples/quickcontrols/ios/todolist/NavBar.qml index 4f57353dca..4f57353dca 100644 --- a/examples/quickcontrols2/ios/todolist/NavBar.qml +++ b/examples/quickcontrols/ios/todolist/NavBar.qml diff --git a/examples/quickcontrols2/ios/todolist/ProjectPage.qml b/examples/quickcontrols/ios/todolist/ProjectPage.qml index a38ad04554..a38ad04554 100644 --- a/examples/quickcontrols2/ios/todolist/ProjectPage.qml +++ b/examples/quickcontrols/ios/todolist/ProjectPage.qml diff --git a/examples/quickcontrols2/ios/todolist/SettingsPage.qml b/examples/quickcontrols/ios/todolist/SettingsPage.qml index 4d2d7bef9f..4d2d7bef9f 100644 --- a/examples/quickcontrols2/ios/todolist/SettingsPage.qml +++ b/examples/quickcontrols/ios/todolist/SettingsPage.qml diff --git a/examples/quickcontrols2/ios/todolist/ToggleCompletedTasksPage.qml b/examples/quickcontrols/ios/todolist/ToggleCompletedTasksPage.qml index df2145866a..df2145866a 100644 --- a/examples/quickcontrols2/ios/todolist/ToggleCompletedTasksPage.qml +++ b/examples/quickcontrols/ios/todolist/ToggleCompletedTasksPage.qml diff --git a/examples/quickcontrols2/ios/todolist/doc/images/qtquickcontrols2-todolist.png b/examples/quickcontrols/ios/todolist/doc/images/qtquickcontrols2-todolist.png Binary files differindex 5be7190a43..5be7190a43 100644 --- a/examples/quickcontrols2/ios/todolist/doc/images/qtquickcontrols2-todolist.png +++ b/examples/quickcontrols/ios/todolist/doc/images/qtquickcontrols2-todolist.png diff --git a/examples/quickcontrols2/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc b/examples/quickcontrols/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc index 12e2d4fca5..12e2d4fca5 100644 --- a/examples/quickcontrols2/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc +++ b/examples/quickcontrols/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc diff --git a/examples/quickcontrols2/ios/todolist/images/add-new.png b/examples/quickcontrols/ios/todolist/images/add-new.png Binary files differindex 2e60e48a2d..2e60e48a2d 100644 --- a/examples/quickcontrols2/ios/todolist/images/add-new.png +++ b/examples/quickcontrols/ios/todolist/images/add-new.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex edb8b62847..edb8b62847 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex b5b9b6a5d6..b5b9b6a5d6 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/back-white.png b/examples/quickcontrols/ios/todolist/images/back-white.png Binary files differindex 503bdf4d48..503bdf4d48 100644 --- a/examples/quickcontrols2/ios/todolist/images/back-white.png +++ b/examples/quickcontrols/ios/todolist/images/back-white.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex e201ec6d5b..e201ec6d5b 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex eb8b7ffc68..eb8b7ffc68 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/back.png b/examples/quickcontrols/ios/todolist/images/back.png Binary files differindex 94580efd7f..94580efd7f 100644 --- a/examples/quickcontrols2/ios/todolist/images/back.png +++ b/examples/quickcontrols/ios/todolist/images/back.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex b5cf424e91..b5cf424e91 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 50d5102f4e..50d5102f4e 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/close-white.png b/examples/quickcontrols/ios/todolist/images/close-white.png Binary files differindex 72163067a6..72163067a6 100644 --- a/examples/quickcontrols2/ios/todolist/images/close-white.png +++ b/examples/quickcontrols/ios/todolist/images/close-white.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 54828e84d1..54828e84d1 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex dd67cf1b69..dd67cf1b69 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/close.png b/examples/quickcontrols/ios/todolist/images/close.png Binary files differindex eba32b637d..eba32b637d 100644 --- a/examples/quickcontrols2/ios/todolist/images/close.png +++ b/examples/quickcontrols/ios/todolist/images/close.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 72cf76317a..72cf76317a 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 6cb2ea58d9..6cb2ea58d9 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/plus-math.png b/examples/quickcontrols/ios/todolist/images/plus-math.png Binary files differindex b0d182d23e..b0d182d23e 100644 --- a/examples/quickcontrols2/ios/todolist/images/plus-math.png +++ b/examples/quickcontrols/ios/todolist/images/plus-math.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 112a132084..112a132084 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex ca513d200b..ca513d200b 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/settings.png b/examples/quickcontrols/ios/todolist/images/settings.png Binary files differindex 600981fb35..600981fb35 100644 --- a/examples/quickcontrols2/ios/todolist/images/settings.png +++ b/examples/quickcontrols/ios/todolist/images/settings.png diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 80541aa028..80541aa028 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/images/[email protected] b/examples/quickcontrols/ios/todolist/images/[email protected] Binary files differindex 48c2b2a8c0..48c2b2a8c0 100644 --- a/examples/quickcontrols2/ios/todolist/images/[email protected] +++ b/examples/quickcontrols/ios/todolist/images/[email protected] diff --git a/examples/quickcontrols2/ios/todolist/main.qml b/examples/quickcontrols/ios/todolist/main.qml index a0067643f1..a0067643f1 100644 --- a/examples/quickcontrols2/ios/todolist/main.qml +++ b/examples/quickcontrols/ios/todolist/main.qml diff --git a/examples/quickcontrols2/ios/todolist/qmldir b/examples/quickcontrols/ios/todolist/qmldir index e0c443110e..e0c443110e 100644 --- a/examples/quickcontrols2/ios/todolist/qmldir +++ b/examples/quickcontrols/ios/todolist/qmldir diff --git a/examples/quickcontrols2/ios/todolist/src/main.cpp b/examples/quickcontrols/ios/todolist/src/main.cpp index 4f158402a2..4f158402a2 100644 --- a/examples/quickcontrols2/ios/todolist/src/main.cpp +++ b/examples/quickcontrols/ios/todolist/src/main.cpp diff --git a/examples/quickcontrols2/ios/todolist/todolist.pro b/examples/quickcontrols/ios/todolist/todolist.pro index d77d718a62..d77d718a62 100644 --- a/examples/quickcontrols2/ios/todolist/todolist.pro +++ b/examples/quickcontrols/ios/todolist/todolist.pro diff --git a/examples/quickcontrols2/quickcontrols2.pro b/examples/quickcontrols/quickcontrols2.pro index b7fc57bca6..b7fc57bca6 100644 --- a/examples/quickcontrols2/quickcontrols2.pro +++ b/examples/quickcontrols/quickcontrols2.pro diff --git a/examples/quickcontrols2/sidepanel/CMakeLists.txt b/examples/quickcontrols/sidepanel/CMakeLists.txt index 7a832eda13..7a832eda13 100644 --- a/examples/quickcontrols2/sidepanel/CMakeLists.txt +++ b/examples/quickcontrols/sidepanel/CMakeLists.txt diff --git a/examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png b/examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png Binary files differindex 86907591b2..86907591b2 100644 --- a/examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png +++ b/examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-landscape.png diff --git a/examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png b/examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png Binary files differindex cf1ed2efd0..cf1ed2efd0 100644 --- a/examples/quickcontrols2/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png +++ b/examples/quickcontrols/sidepanel/doc/images/qtquickcontrols2-sidepanel-portrait.png diff --git a/examples/quickcontrols2/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc b/examples/quickcontrols/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc index d5baa46eef..d5baa46eef 100644 --- a/examples/quickcontrols2/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc +++ b/examples/quickcontrols/sidepanel/doc/src/qtquickcontrols2-sidepanel.qdoc diff --git a/examples/quickcontrols2/sidepanel/images/qt-logo.png b/examples/quickcontrols/sidepanel/images/qt-logo.png Binary files differindex dff7729515..dff7729515 100644 --- a/examples/quickcontrols2/sidepanel/images/qt-logo.png +++ b/examples/quickcontrols/sidepanel/images/qt-logo.png diff --git a/examples/quickcontrols2/sidepanel/images/[email protected] b/examples/quickcontrols/sidepanel/images/[email protected] Binary files differindex dbd73aab77..dbd73aab77 100644 --- a/examples/quickcontrols2/sidepanel/images/[email protected] +++ b/examples/quickcontrols/sidepanel/images/[email protected] diff --git a/examples/quickcontrols2/sidepanel/images/[email protected] b/examples/quickcontrols/sidepanel/images/[email protected] Binary files differindex 68e763b597..68e763b597 100644 --- a/examples/quickcontrols2/sidepanel/images/[email protected] +++ b/examples/quickcontrols/sidepanel/images/[email protected] diff --git a/examples/quickcontrols2/sidepanel/images/[email protected] b/examples/quickcontrols/sidepanel/images/[email protected] Binary files differindex 08fd882572..08fd882572 100644 --- a/examples/quickcontrols2/sidepanel/images/[email protected] +++ b/examples/quickcontrols/sidepanel/images/[email protected] diff --git a/examples/quickcontrols2/sidepanel/qtquickcontrols2.conf b/examples/quickcontrols/sidepanel/qtquickcontrols2.conf index b6c7c87ea1..b6c7c87ea1 100644 --- a/examples/quickcontrols2/sidepanel/qtquickcontrols2.conf +++ b/examples/quickcontrols/sidepanel/qtquickcontrols2.conf diff --git a/examples/quickcontrols2/sidepanel/sidepanel.cpp b/examples/quickcontrols/sidepanel/sidepanel.cpp index c78329d9de..c78329d9de 100644 --- a/examples/quickcontrols2/sidepanel/sidepanel.cpp +++ b/examples/quickcontrols/sidepanel/sidepanel.cpp diff --git a/examples/quickcontrols2/sidepanel/sidepanel.pro b/examples/quickcontrols/sidepanel/sidepanel.pro index 3ae9cd8d6b..3ae9cd8d6b 100644 --- a/examples/quickcontrols2/sidepanel/sidepanel.pro +++ b/examples/quickcontrols/sidepanel/sidepanel.pro diff --git a/examples/quickcontrols2/sidepanel/sidepanel.qml b/examples/quickcontrols/sidepanel/sidepanel.qml index de767a9bb6..de767a9bb6 100644 --- a/examples/quickcontrols2/sidepanel/sidepanel.qml +++ b/examples/quickcontrols/sidepanel/sidepanel.qml diff --git a/examples/quickcontrols2/swipetoremove/CMakeLists.txt b/examples/quickcontrols/swipetoremove/CMakeLists.txt index 813f9f1e1f..813f9f1e1f 100644 --- a/examples/quickcontrols2/swipetoremove/CMakeLists.txt +++ b/examples/quickcontrols/swipetoremove/CMakeLists.txt diff --git a/examples/quickcontrols2/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png b/examples/quickcontrols/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png Binary files differindex 07a200fe92..07a200fe92 100644 --- a/examples/quickcontrols2/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png +++ b/examples/quickcontrols/swipetoremove/doc/images/qtquickcontrols2-swipetoremove.png diff --git a/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc b/examples/quickcontrols/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc index a8f36912b2..a8f36912b2 100644 --- a/examples/quickcontrols2/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc +++ b/examples/quickcontrols/swipetoremove/doc/src/qtquickcontrols2-swipetoremove.qdoc diff --git a/examples/quickcontrols2/swipetoremove/fonts/LICENSE.txt b/examples/quickcontrols/swipetoremove/fonts/LICENSE.txt index 7394a58ddf..7394a58ddf 100644 --- a/examples/quickcontrols2/swipetoremove/fonts/LICENSE.txt +++ b/examples/quickcontrols/swipetoremove/fonts/LICENSE.txt diff --git a/examples/quickcontrols2/swipetoremove/fonts/fontello.ttf b/examples/quickcontrols/swipetoremove/fonts/fontello.ttf Binary files differindex 553fd2efca..553fd2efca 100644 --- a/examples/quickcontrols2/swipetoremove/fonts/fontello.ttf +++ b/examples/quickcontrols/swipetoremove/fonts/fontello.ttf diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.cpp b/examples/quickcontrols/swipetoremove/swipetoremove.cpp index 0bd8e24521..0bd8e24521 100644 --- a/examples/quickcontrols2/swipetoremove/swipetoremove.cpp +++ b/examples/quickcontrols/swipetoremove/swipetoremove.cpp diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.pro b/examples/quickcontrols/swipetoremove/swipetoremove.pro index bcdb45cd45..bcdb45cd45 100644 --- a/examples/quickcontrols2/swipetoremove/swipetoremove.pro +++ b/examples/quickcontrols/swipetoremove/swipetoremove.pro diff --git a/examples/quickcontrols2/swipetoremove/swipetoremove.qml b/examples/quickcontrols/swipetoremove/swipetoremove.qml index a7820eb024..a7820eb024 100644 --- a/examples/quickcontrols2/swipetoremove/swipetoremove.qml +++ b/examples/quickcontrols/swipetoremove/swipetoremove.qml diff --git a/examples/quickcontrols2/texteditor/+touch/texteditor.html b/examples/quickcontrols/texteditor/+touch/texteditor.html index b5f03f258e..b5f03f258e 100644 --- a/examples/quickcontrols2/texteditor/+touch/texteditor.html +++ b/examples/quickcontrols/texteditor/+touch/texteditor.html diff --git a/examples/quickcontrols2/texteditor/CMakeLists.txt b/examples/quickcontrols/texteditor/CMakeLists.txt index d978d82fce..d978d82fce 100644 --- a/examples/quickcontrols2/texteditor/CMakeLists.txt +++ b/examples/quickcontrols/texteditor/CMakeLists.txt diff --git a/examples/quickcontrols2/texteditor/creatorKateHighlighter.png b/examples/quickcontrols/texteditor/creatorKateHighlighter.png Binary files differindex 7dd819507f..7dd819507f 100644 --- a/examples/quickcontrols2/texteditor/creatorKateHighlighter.png +++ b/examples/quickcontrols/texteditor/creatorKateHighlighter.png diff --git a/examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg b/examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg Binary files differindex 259e0e8b07..259e0e8b07 100644 --- a/examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg +++ b/examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-desktop.jpg diff --git a/examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg b/examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg Binary files differindex 6a924cdf52..6a924cdf52 100644 --- a/examples/quickcontrols2/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg +++ b/examples/quickcontrols/texteditor/doc/images/qtquickcontrols2-texteditor-touch.jpg diff --git a/examples/quickcontrols2/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc index d626a6a04e..d626a6a04e 100644 --- a/examples/quickcontrols2/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc +++ b/examples/quickcontrols/texteditor/doc/src/qtquickcontrols2-texteditor.qdoc diff --git a/examples/quickcontrols2/texteditor/documenthandler.cpp b/examples/quickcontrols/texteditor/documenthandler.cpp index 9571aa03ba..9571aa03ba 100644 --- a/examples/quickcontrols2/texteditor/documenthandler.cpp +++ b/examples/quickcontrols/texteditor/documenthandler.cpp diff --git a/examples/quickcontrols2/texteditor/documenthandler.h b/examples/quickcontrols/texteditor/documenthandler.h index b750997885..b750997885 100644 --- a/examples/quickcontrols2/texteditor/documenthandler.h +++ b/examples/quickcontrols/texteditor/documenthandler.h diff --git a/examples/quickcontrols2/texteditor/einstein.png b/examples/quickcontrols/texteditor/einstein.png Binary files differindex 3611284df4..3611284df4 100644 --- a/examples/quickcontrols2/texteditor/einstein.png +++ b/examples/quickcontrols/texteditor/einstein.png diff --git a/examples/quickcontrols2/texteditor/example.md b/examples/quickcontrols/texteditor/example.md index e385227e3b..e385227e3b 100644 --- a/examples/quickcontrols2/texteditor/example.md +++ b/examples/quickcontrols/texteditor/example.md diff --git a/examples/quickcontrols2/texteditor/fonts/fontello.ttf b/examples/quickcontrols/texteditor/fonts/fontello.ttf Binary files differindex f02b44ec12..f02b44ec12 100644 --- a/examples/quickcontrols2/texteditor/fonts/fontello.ttf +++ b/examples/quickcontrols/texteditor/fonts/fontello.ttf diff --git a/examples/quickcontrols2/texteditor/images/qt-logo.png b/examples/quickcontrols/texteditor/images/qt-logo.png Binary files differindex 2ebc01aafa..2ebc01aafa 100644 --- a/examples/quickcontrols2/texteditor/images/qt-logo.png +++ b/examples/quickcontrols/texteditor/images/qt-logo.png diff --git a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml b/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml index 2a0d9f117f..2a0d9f117f 100644 --- a/examples/quickcontrols2/texteditor/qml/+touch/texteditor.qml +++ b/examples/quickcontrols/texteditor/qml/+touch/texteditor.qml diff --git a/examples/quickcontrols2/texteditor/qml/texteditor.qml b/examples/quickcontrols/texteditor/qml/texteditor.qml index decf0801e4..decf0801e4 100644 --- a/examples/quickcontrols2/texteditor/qml/texteditor.qml +++ b/examples/quickcontrols/texteditor/qml/texteditor.qml diff --git a/examples/quickcontrols2/texteditor/red.png b/examples/quickcontrols/texteditor/red.png Binary files differindex 9038fef784..9038fef784 100644 --- a/examples/quickcontrols2/texteditor/red.png +++ b/examples/quickcontrols/texteditor/red.png diff --git a/examples/quickcontrols2/texteditor/texteditor.cpp b/examples/quickcontrols/texteditor/texteditor.cpp index 79cd6d8071..79cd6d8071 100644 --- a/examples/quickcontrols2/texteditor/texteditor.cpp +++ b/examples/quickcontrols/texteditor/texteditor.cpp diff --git a/examples/quickcontrols2/texteditor/texteditor.html b/examples/quickcontrols/texteditor/texteditor.html index 3c59a053c5..3c59a053c5 100644 --- a/examples/quickcontrols2/texteditor/texteditor.html +++ b/examples/quickcontrols/texteditor/texteditor.html diff --git a/examples/quickcontrols2/texteditor/texteditor.pro b/examples/quickcontrols/texteditor/texteditor.pro index deb2457615..deb2457615 100644 --- a/examples/quickcontrols2/texteditor/texteditor.pro +++ b/examples/quickcontrols/texteditor/texteditor.pro diff --git a/examples/quickcontrols2/texteditor/texteditor.qrc b/examples/quickcontrols/texteditor/texteditor.qrc index cdb7225a39..cdb7225a39 100644 --- a/examples/quickcontrols2/texteditor/texteditor.qrc +++ b/examples/quickcontrols/texteditor/texteditor.qrc diff --git a/examples/quickcontrols2/wearable/CMakeLists.txt b/examples/quickcontrols/wearable/CMakeLists.txt index b61064d5d9..b61064d5d9 100644 --- a/examples/quickcontrols2/wearable/CMakeLists.txt +++ b/examples/quickcontrols/wearable/CMakeLists.txt diff --git a/examples/quickcontrols2/wearable/doc/images/qtquickcontrols2-wearable.png b/examples/quickcontrols/wearable/doc/images/qtquickcontrols2-wearable.png Binary files differindex c61055340c..c61055340c 100644 --- a/examples/quickcontrols2/wearable/doc/images/qtquickcontrols2-wearable.png +++ b/examples/quickcontrols/wearable/doc/images/qtquickcontrols2-wearable.png diff --git a/examples/quickcontrols2/wearable/doc/src/qtquickcontrols2-wearable.qdoc b/examples/quickcontrols/wearable/doc/src/qtquickcontrols2-wearable.qdoc index 8a1e021663..8a1e021663 100644 --- a/examples/quickcontrols2/wearable/doc/src/qtquickcontrols2-wearable.qdoc +++ b/examples/quickcontrols/wearable/doc/src/qtquickcontrols2-wearable.qdoc diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/alarms.png b/examples/quickcontrols/wearable/icons/wearable/36x36/alarms.png Binary files differindex 252dcf938f..252dcf938f 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/alarms.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/alarms.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/fitness.png b/examples/quickcontrols/wearable/icons/wearable/36x36/fitness.png Binary files differindex 4b0679e271..4b0679e271 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/fitness.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/fitness.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/navigation.png b/examples/quickcontrols/wearable/icons/wearable/36x36/navigation.png Binary files differindex 08e73005fd..08e73005fd 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/navigation.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/navigation.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/notifications.png b/examples/quickcontrols/wearable/icons/wearable/36x36/notifications.png Binary files differindex 6309312122..6309312122 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/notifications.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/notifications.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/settings.png b/examples/quickcontrols/wearable/icons/wearable/36x36/settings.png Binary files differindex c1552fb360..c1552fb360 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/settings.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/settings.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/weather.png b/examples/quickcontrols/wearable/icons/wearable/36x36/weather.png Binary files differindex 61be79a24f..61be79a24f 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/weather.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/weather.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36/worldclock.png b/examples/quickcontrols/wearable/icons/wearable/36x36/worldclock.png Binary files differindex d23e32e512..d23e32e512 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36/worldclock.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36/worldclock.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/alarms.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/alarms.png Binary files differindex 6047e231fc..6047e231fc 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/alarms.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/alarms.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/fitness.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/fitness.png Binary files differindex 1d2caa3385..1d2caa3385 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/fitness.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/fitness.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/navigation.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/navigation.png Binary files differindex 7d4a62b9e1..7d4a62b9e1 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/navigation.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/navigation.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/notifications.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/notifications.png Binary files differindex 8d3b333350..8d3b333350 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/notifications.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/notifications.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/settings.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/settings.png Binary files differindex e89188743d..e89188743d 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/settings.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/settings.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/weather.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/weather.png Binary files differindex 0a2ae7d54e..0a2ae7d54e 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/weather.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/weather.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/worldclock.png b/examples/quickcontrols/wearable/icons/wearable/36x36@2/worldclock.png Binary files differindex ca6eb879e1..ca6eb879e1 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/36x36@2/worldclock.png +++ b/examples/quickcontrols/wearable/icons/wearable/36x36@2/worldclock.png diff --git a/examples/quickcontrols2/wearable/icons/wearable/index.theme b/examples/quickcontrols/wearable/icons/wearable/index.theme index da702d4a92..da702d4a92 100644 --- a/examples/quickcontrols2/wearable/icons/wearable/index.theme +++ b/examples/quickcontrols/wearable/icons/wearable/index.theme diff --git a/examples/quickcontrols2/wearable/images/back.png b/examples/quickcontrols/wearable/images/back.png Binary files differindex cf80aa65f5..cf80aa65f5 100644 --- a/examples/quickcontrols2/wearable/images/back.png +++ b/examples/quickcontrols/wearable/images/back.png diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex 02f27981e0..02f27981e0 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex 6d2d6cf120..6d2d6cf120 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex 03193681b1..03193681b1 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/images/background-dark.png b/examples/quickcontrols/wearable/images/background-dark.png Binary files differindex 6a8c0761aa..6a8c0761aa 100644 --- a/examples/quickcontrols2/wearable/images/background-dark.png +++ b/examples/quickcontrols/wearable/images/background-dark.png diff --git a/examples/quickcontrols2/wearable/images/background-light.png b/examples/quickcontrols/wearable/images/background-light.png Binary files differindex 913befab82..913befab82 100644 --- a/examples/quickcontrols2/wearable/images/background-light.png +++ b/examples/quickcontrols/wearable/images/background-light.png diff --git a/examples/quickcontrols2/wearable/images/home.png b/examples/quickcontrols/wearable/images/home.png Binary files differindex b6ee1459f7..b6ee1459f7 100644 --- a/examples/quickcontrols2/wearable/images/home.png +++ b/examples/quickcontrols/wearable/images/home.png diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex d5595b2378..d5595b2378 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex 9a5188d22b..9a5188d22b 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/images/[email protected] b/examples/quickcontrols/wearable/images/[email protected] Binary files differindex c4d2eb515a..c4d2eb515a 100644 --- a/examples/quickcontrols2/wearable/images/[email protected] +++ b/examples/quickcontrols/wearable/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Alarms/AlarmsPage.qml b/examples/quickcontrols/wearable/qml/Alarms/AlarmsPage.qml index 65b34b83cb..65b34b83cb 100644 --- a/examples/quickcontrols2/wearable/qml/Alarms/AlarmsPage.qml +++ b/examples/quickcontrols/wearable/qml/Alarms/AlarmsPage.qml diff --git a/examples/quickcontrols2/wearable/qml/DemoMode.qml b/examples/quickcontrols/wearable/qml/DemoMode.qml index d7d4b6e61f..d7d4b6e61f 100644 --- a/examples/quickcontrols2/wearable/qml/DemoMode.qml +++ b/examples/quickcontrols/wearable/qml/DemoMode.qml diff --git a/examples/quickcontrols2/wearable/qml/DemoModeIndicator.qml b/examples/quickcontrols/wearable/qml/DemoModeIndicator.qml index 977c600653..977c600653 100644 --- a/examples/quickcontrols2/wearable/qml/DemoModeIndicator.qml +++ b/examples/quickcontrols/wearable/qml/DemoModeIndicator.qml diff --git a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml b/examples/quickcontrols/wearable/qml/Fitness/FitnessPage.qml index c1047de9aa..c1047de9aa 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml +++ b/examples/quickcontrols/wearable/qml/Fitness/FitnessPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Fitness/fitness.js b/examples/quickcontrols/wearable/qml/Fitness/fitness.js index 95ce06cdc1..95ce06cdc1 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/fitness.js +++ b/examples/quickcontrols/wearable/qml/Fitness/fitness.js diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/man-running-dark.png b/examples/quickcontrols/wearable/qml/Fitness/images/man-running-dark.png Binary files differindex 6c791d6170..6c791d6170 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/man-running-dark.png +++ b/examples/quickcontrols/wearable/qml/Fitness/images/man-running-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] Binary files differindex e9abae9de4..e9abae9de4 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/man-running-light.png b/examples/quickcontrols/wearable/qml/Fitness/images/man-running-light.png Binary files differindex e7eef12cb3..e7eef12cb3 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/man-running-light.png +++ b/examples/quickcontrols/wearable/qml/Fitness/images/man-running-light.png diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] Binary files differindex 79861f5718..79861f5718 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-dark.png b/examples/quickcontrols/wearable/qml/Fitness/images/man-walking-dark.png Binary files differindex 6d455b4925..6d455b4925 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-dark.png +++ b/examples/quickcontrols/wearable/qml/Fitness/images/man-walking-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] Binary files differindex a3ac08baf3..a3ac08baf3 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-light.png b/examples/quickcontrols/wearable/qml/Fitness/images/man-walking-light.png Binary files differindex f963f8897b..f963f8897b 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/man-walking-light.png +++ b/examples/quickcontrols/wearable/qml/Fitness/images/man-walking-light.png diff --git a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] Binary files differindex 1b4d7592d6..1b4d7592d6 100644 --- a/examples/quickcontrols2/wearable/qml/Fitness/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Fitness/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/LauncherPage.qml b/examples/quickcontrols/wearable/qml/LauncherPage.qml index 4017a81c57..4017a81c57 100644 --- a/examples/quickcontrols2/wearable/qml/LauncherPage.qml +++ b/examples/quickcontrols/wearable/qml/LauncherPage.qml diff --git a/examples/quickcontrols2/wearable/qml/NaviButton.qml b/examples/quickcontrols/wearable/qml/NaviButton.qml index 3c1c30fb7f..3c1c30fb7f 100644 --- a/examples/quickcontrols2/wearable/qml/NaviButton.qml +++ b/examples/quickcontrols/wearable/qml/NaviButton.qml diff --git a/examples/quickcontrols2/wearable/qml/Navigation/NavigationPage.qml b/examples/quickcontrols/wearable/qml/Navigation/NavigationPage.qml index f9fdd61b47..f9fdd61b47 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/NavigationPage.qml +++ b/examples/quickcontrols/wearable/qml/Navigation/NavigationPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml b/examples/quickcontrols/wearable/qml/Navigation/RouteElement.qml index dd4aebbb2f..dd4aebbb2f 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/RouteElement.qml +++ b/examples/quickcontrols/wearable/qml/Navigation/RouteElement.qml diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/end.png b/examples/quickcontrols/wearable/qml/Navigation/images/end.png Binary files differindex 4805ad8207..4805ad8207 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/end.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/end.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex e91d537465..e91d537465 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-dark.png b/examples/quickcontrols/wearable/qml/Navigation/images/leftturn-dark.png Binary files differindex 66d258f5ac..66d258f5ac 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-dark.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/leftturn-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 639deb81cf..639deb81cf 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-light.png b/examples/quickcontrols/wearable/qml/Navigation/images/leftturn-light.png Binary files differindex 1346e8eaff..1346e8eaff 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/leftturn-light.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/leftturn-light.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 268a6283f9..268a6283f9 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/marker.png b/examples/quickcontrols/wearable/qml/Navigation/images/marker.png Binary files differindex 4805ad8207..4805ad8207 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/marker.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/marker.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/navigation-dark.png b/examples/quickcontrols/wearable/qml/Navigation/images/navigation-dark.png Binary files differindex b80b7b610f..b80b7b610f 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/navigation-dark.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/navigation-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex b198aa3d9a..b198aa3d9a 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/navigation-light.png b/examples/quickcontrols/wearable/qml/Navigation/images/navigation-light.png Binary files differindex 08e73005fd..08e73005fd 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/navigation-light.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/navigation-light.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 7d4a62b9e1..7d4a62b9e1 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-dark.png b/examples/quickcontrols/wearable/qml/Navigation/images/rightturn-dark.png Binary files differindex 6a779dadc4..6a779dadc4 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-dark.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/rightturn-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 13143c2e2c..13143c2e2c 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-light.png b/examples/quickcontrols/wearable/qml/Navigation/images/rightturn-light.png Binary files differindex a6be08c1a1..a6be08c1a1 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/rightturn-light.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/rightturn-light.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 58f04b5052..58f04b5052 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/start.png b/examples/quickcontrols/wearable/qml/Navigation/images/start.png Binary files differindex 41de60e60c..41de60e60c 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/start.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/start.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 6fe3ba9dbd..6fe3ba9dbd 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-dark.png b/examples/quickcontrols/wearable/qml/Navigation/images/straight-dark.png Binary files differindex 3f4ab66430..3f4ab66430 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-dark.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/straight-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex f5baa6da42..f5baa6da42 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png b/examples/quickcontrols/wearable/qml/Navigation/images/straight-light.png Binary files differindex 1321b97aa5..1321b97aa5 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/straight-light.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/straight-light.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex a2d3c4c2ab..a2d3c4c2ab 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/uturn.png b/examples/quickcontrols/wearable/qml/Navigation/images/uturn.png Binary files differindex 596046ca9a..596046ca9a 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/uturn.png +++ b/examples/quickcontrols/wearable/qml/Navigation/images/uturn.png diff --git a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] Binary files differindex 659f103573..659f103573 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Navigation/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Navigation/navigation.js b/examples/quickcontrols/wearable/qml/Navigation/navigation.js index e82cccbea5..e82cccbea5 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/navigation.js +++ b/examples/quickcontrols/wearable/qml/Navigation/navigation.js diff --git a/examples/quickcontrols2/wearable/qml/Navigation/walk_route.json b/examples/quickcontrols/wearable/qml/Navigation/walk_route.json index e69b5cc187..e69b5cc187 100644 --- a/examples/quickcontrols2/wearable/qml/Navigation/walk_route.json +++ b/examples/quickcontrols/wearable/qml/Navigation/walk_route.json diff --git a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml b/examples/quickcontrols/wearable/qml/Notifications/NotificationsPage.qml index 6cbf2d92cf..6cbf2d92cf 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml +++ b/examples/quickcontrols/wearable/qml/Notifications/NotificationsPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-dark.png b/examples/quickcontrols/wearable/qml/Notifications/images/avatarf-dark.png Binary files differindex 37bc1f291b..37bc1f291b 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-dark.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/avatarf-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex efcd7cba74..efcd7cba74 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-light.png b/examples/quickcontrols/wearable/qml/Notifications/images/avatarf-light.png Binary files differindex e38b260724..e38b260724 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarf-light.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/avatarf-light.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex 1f28beac6c..1f28beac6c 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-dark.png b/examples/quickcontrols/wearable/qml/Notifications/images/avatarm-dark.png Binary files differindex 5a2a394d8c..5a2a394d8c 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-dark.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/avatarm-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex 1a19b0fc8e..1a19b0fc8e 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-light.png b/examples/quickcontrols/wearable/qml/Notifications/images/avatarm-light.png Binary files differindex f0fc7a9606..f0fc7a9606 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/avatarm-light.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/avatarm-light.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex 64a0f1f9ac..64a0f1f9ac 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-dark.png b/examples/quickcontrols/wearable/qml/Notifications/images/missedcall-dark.png Binary files differindex 26bcf98ad3..26bcf98ad3 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-dark.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/missedcall-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex 5eb54ce809..5eb54ce809 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-light.png b/examples/quickcontrols/wearable/qml/Notifications/images/missedcall-light.png Binary files differindex 641e1f0c43..641e1f0c43 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/missedcall-light.png +++ b/examples/quickcontrols/wearable/qml/Notifications/images/missedcall-light.png diff --git a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] Binary files differindex e8d2d81c9a..e8d2d81c9a 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Notifications/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Notifications/notifications.js b/examples/quickcontrols/wearable/qml/Notifications/notifications.js index 62f46e0a0b..62f46e0a0b 100644 --- a/examples/quickcontrols2/wearable/qml/Notifications/notifications.js +++ b/examples/quickcontrols/wearable/qml/Notifications/notifications.js diff --git a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml b/examples/quickcontrols/wearable/qml/Settings/SettingsPage.qml index 68fb17990d..68fb17990d 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/SettingsPage.qml +++ b/examples/quickcontrols/wearable/qml/Settings/SettingsPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-dark.png b/examples/quickcontrols/wearable/qml/Settings/images/bluetooth-dark.png Binary files differindex 0f1f4d0a54..0f1f4d0a54 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-dark.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/bluetooth-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 7496fc5685..7496fc5685 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-light.png b/examples/quickcontrols/wearable/qml/Settings/images/bluetooth-light.png Binary files differindex 6e297cfab3..6e297cfab3 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/bluetooth-light.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/bluetooth-light.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 62d084032f..62d084032f 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/brightness-dark.png b/examples/quickcontrols/wearable/qml/Settings/images/brightness-dark.png Binary files differindex f9eb07b583..f9eb07b583 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/brightness-dark.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/brightness-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 3efc5a6c4b..3efc5a6c4b 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/brightness-light.png b/examples/quickcontrols/wearable/qml/Settings/images/brightness-light.png Binary files differindex ce3023b565..ce3023b565 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/brightness-light.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/brightness-light.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex dc01aae1fd..dc01aae1fd 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-dark.png b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-dark.png Binary files differindex e93c417d79..e93c417d79 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-dark.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex faa1bf6d11..faa1bf6d11 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-light.png b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-light.png Binary files differindex c38d146d37..c38d146d37 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-light.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-light.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex b9d6409cbc..b9d6409cbc 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-white.png b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-white.png Binary files differindex aac8ef3f6c..aac8ef3f6c 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode-white.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode-white.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex b4d8954f5d..b4d8954f5d 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode.svg b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode.svg index ad1ce44873..ad1ce44873 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/demo-mode.svg +++ b/examples/quickcontrols/wearable/qml/Settings/images/demo-mode.svg diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/theme-dark.png b/examples/quickcontrols/wearable/qml/Settings/images/theme-dark.png Binary files differindex d4c4a8c094..d4c4a8c094 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/theme-dark.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/theme-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 30d8c6de28..30d8c6de28 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/theme-light.png b/examples/quickcontrols/wearable/qml/Settings/images/theme-light.png Binary files differindex e7a0771b94..e7a0771b94 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/theme-light.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/theme-light.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 83bc878b03..83bc878b03 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/theme.svg b/examples/quickcontrols/wearable/qml/Settings/images/theme.svg index bf3f1e57d7..bf3f1e57d7 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/theme.svg +++ b/examples/quickcontrols/wearable/qml/Settings/images/theme.svg diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/wifi-dark.png b/examples/quickcontrols/wearable/qml/Settings/images/wifi-dark.png Binary files differindex 14bfe8f5c8..14bfe8f5c8 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/wifi-dark.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/wifi-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex b70d04290b..b70d04290b 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/wifi-light.png b/examples/quickcontrols/wearable/qml/Settings/images/wifi-light.png Binary files differindex 2de34118a7..2de34118a7 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/wifi-light.png +++ b/examples/quickcontrols/wearable/qml/Settings/images/wifi-light.png diff --git a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] Binary files differindex 64b5f1725c..64b5f1725c 100644 --- a/examples/quickcontrols2/wearable/qml/Settings/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Settings/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml b/examples/quickcontrols/wearable/qml/Style/PageIndicator.qml index 593b50afb5..593b50afb5 100644 --- a/examples/quickcontrols2/wearable/qml/Style/PageIndicator.qml +++ b/examples/quickcontrols/wearable/qml/Style/PageIndicator.qml diff --git a/examples/quickcontrols2/wearable/qml/Style/Slider.qml b/examples/quickcontrols/wearable/qml/Style/Slider.qml index 79c664280f..79c664280f 100644 --- a/examples/quickcontrols2/wearable/qml/Style/Slider.qml +++ b/examples/quickcontrols/wearable/qml/Style/Slider.qml diff --git a/examples/quickcontrols2/wearable/qml/Style/Switch.qml b/examples/quickcontrols/wearable/qml/Style/Switch.qml index 6219bf231e..6219bf231e 100644 --- a/examples/quickcontrols2/wearable/qml/Style/Switch.qml +++ b/examples/quickcontrols/wearable/qml/Style/Switch.qml diff --git a/examples/quickcontrols2/wearable/qml/Style/UIStyle.qml b/examples/quickcontrols/wearable/qml/Style/UIStyle.qml index 524b8394f5..524b8394f5 100644 --- a/examples/quickcontrols2/wearable/qml/Style/UIStyle.qml +++ b/examples/quickcontrols/wearable/qml/Style/UIStyle.qml diff --git a/examples/quickcontrols2/wearable/qml/Style/qmldir b/examples/quickcontrols/wearable/qml/Style/qmldir index a04072bed6..a04072bed6 100644 --- a/examples/quickcontrols2/wearable/qml/Style/qmldir +++ b/examples/quickcontrols/wearable/qml/Style/qmldir diff --git a/examples/quickcontrols2/wearable/qml/SwipeViewPage.qml b/examples/quickcontrols/wearable/qml/SwipeViewPage.qml index 1f005363dc..1f005363dc 100644 --- a/examples/quickcontrols2/wearable/qml/SwipeViewPage.qml +++ b/examples/quickcontrols/wearable/qml/SwipeViewPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml b/examples/quickcontrols/wearable/qml/Weather/WeatherPage.qml index d110fabdf9..d110fabdf9 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/WeatherPage.qml +++ b/examples/quickcontrols/wearable/qml/Weather/WeatherPage.qml diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/humidity-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/humidity-dark.png Binary files differindex 5d82238cdb..5d82238cdb 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/humidity-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/humidity-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex d83bb4f00c..d83bb4f00c 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/humidity-light.png b/examples/quickcontrols/wearable/qml/Weather/images/humidity-light.png Binary files differindex 5f3bf714e6..5f3bf714e6 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/humidity-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/humidity-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex a23364c52c..a23364c52c 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/pressure-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/pressure-dark.png Binary files differindex b2870a55a6..b2870a55a6 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/pressure-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/pressure-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 061f9b8266..061f9b8266 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/pressure-light.png b/examples/quickcontrols/wearable/qml/Weather/images/pressure-light.png Binary files differindex 7b1b158734..7b1b158734 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/pressure-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/pressure-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 1a40c6422a..1a40c6422a 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/sunrise-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/sunrise-dark.png Binary files differindex 9cac22e1e1..9cac22e1e1 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/sunrise-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/sunrise-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex fe32682386b..fe32682386b 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/sunrise-light.png b/examples/quickcontrols/wearable/qml/Weather/images/sunrise-light.png Binary files differindex f67a5dff34..f67a5dff34 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/sunrise-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/sunrise-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 86f5483761..86f5483761 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/sunset-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/sunset-dark.png Binary files differindex 0068d30539..0068d30539 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/sunset-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/sunset-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex e515bcc37c..e515bcc37c 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/sunset-light.png b/examples/quickcontrols/wearable/qml/Weather/images/sunset-light.png Binary files differindex 495f78a786..495f78a786 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/sunset-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/sunset-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex d220e829d1..d220e829d1 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/temperature-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/temperature-dark.png Binary files differindex a207d9440d..a207d9440d 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/temperature-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/temperature-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex c0e4ef39bf..c0e4ef39bf 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/temperature-light.png b/examples/quickcontrols/wearable/qml/Weather/images/temperature-light.png Binary files differindex c4f7b61c2e..c4f7b61c2e 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/temperature-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/temperature-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 50d4f4c43c..50d4f4c43c 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/wind-dark.png b/examples/quickcontrols/wearable/qml/Weather/images/wind-dark.png Binary files differindex 6a530491af..6a530491af 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/wind-dark.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/wind-dark.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 487e3e78a3..487e3e78a3 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png b/examples/quickcontrols/wearable/qml/Weather/images/wind-light.png Binary files differindex 97824bee8f..97824bee8f 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/wind-light.png +++ b/examples/quickcontrols/wearable/qml/Weather/images/wind-light.png diff --git a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] Binary files differindex 7f94bd8542..7f94bd8542 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/Weather/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/Weather/weather.js b/examples/quickcontrols/wearable/qml/Weather/weather.js index c08fd96e9e..c08fd96e9e 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/weather.js +++ b/examples/quickcontrols/wearable/qml/Weather/weather.js diff --git a/examples/quickcontrols2/wearable/qml/Weather/weather.json b/examples/quickcontrols/wearable/qml/Weather/weather.json index 2cce95c60b..2cce95c60b 100644 --- a/examples/quickcontrols2/wearable/qml/Weather/weather.json +++ b/examples/quickcontrols/wearable/qml/Weather/weather.json diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml b/examples/quickcontrols/wearable/qml/WorldClock/Clock.qml index e89489b045..e89489b045 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml +++ b/examples/quickcontrols/wearable/qml/WorldClock/Clock.qml diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml b/examples/quickcontrols/wearable/qml/WorldClock/WorldClockPage.qml index 34a51da5cf..34a51da5cf 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml +++ b/examples/quickcontrols/wearable/qml/WorldClock/WorldClockPage.qml diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/center.png b/examples/quickcontrols/wearable/qml/WorldClock/images/center.png Binary files differindex 0dec43a0aa..0dec43a0aa 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/center.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/center.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex dffc5d60e4..dffc5d60e4 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/clock-night.png b/examples/quickcontrols/wearable/qml/WorldClock/images/clock-night.png Binary files differindex 2de330243a..2de330243a 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/clock-night.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/clock-night.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex f675acea69..f675acea69 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/clock.png b/examples/quickcontrols/wearable/qml/WorldClock/images/clock.png Binary files differindex 686fb8c2f7..686fb8c2f7 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/clock.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/clock.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/second.png b/examples/quickcontrols/wearable/qml/WorldClock/images/second.png Binary files differindex 1e64f357df..1e64f357df 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/second.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/second.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex cebc1deb06..cebc1deb06 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdaydial.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdaydial.png Binary files differindex 0e6321537a..0e6321537a 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdaydial.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdaydial.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex ed5de8c646..ed5de8c646 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayhour.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdayhour.png Binary files differindex 4a835ac3f0..4a835ac3f0 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayhour.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdayhour.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex 70f3fa0eee..70f3fa0eee 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayminute.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdayminute.png Binary files differindex 048acc7b3f..048acc7b3f 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissdayminute.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissdayminute.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex 4cc6ce64b4..4cc6ce64b4 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightdial.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnightdial.png Binary files differindex ee5a15bb9b..ee5a15bb9b 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightdial.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnightdial.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex ec7e5c77dc..ec7e5c77dc 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnighthour.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnighthour.png Binary files differindex c5b41cb043..c5b41cb043 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnighthour.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnighthour.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex bbbc36f1d7..bbbc36f1d7 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnightminute.png Binary files differindex 026c742446..026c742446 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissnightminute.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissnightminute.png diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] Binary files differindex 8ad69047a4..8ad69047a4 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/[email protected] +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/[email protected] diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissseconds.png b/examples/quickcontrols/wearable/qml/WorldClock/images/swissseconds.png Binary files differindex 06446ac0fe..06446ac0fe 100644 --- a/examples/quickcontrols2/wearable/qml/WorldClock/images/swissseconds.png +++ b/examples/quickcontrols/wearable/qml/WorldClock/images/swissseconds.png diff --git a/examples/quickcontrols2/wearable/wearable.cpp b/examples/quickcontrols/wearable/wearable.cpp index 861d4b7610..861d4b7610 100644 --- a/examples/quickcontrols2/wearable/wearable.cpp +++ b/examples/quickcontrols/wearable/wearable.cpp diff --git a/examples/quickcontrols2/wearable/wearable.pro b/examples/quickcontrols/wearable/wearable.pro index 8d55e44eaa..8d55e44eaa 100644 --- a/examples/quickcontrols2/wearable/wearable.pro +++ b/examples/quickcontrols/wearable/wearable.pro diff --git a/examples/quickcontrols2/wearable/wearable.qml b/examples/quickcontrols/wearable/wearable.qml index 27887354dc..27887354dc 100644 --- a/examples/quickcontrols2/wearable/wearable.qml +++ b/examples/quickcontrols/wearable/wearable.qml diff --git a/examples/quickcontrols2/wearable/wearable.qrc b/examples/quickcontrols/wearable/wearable.qrc index db59d038f6..db59d038f6 100644 --- a/examples/quickcontrols2/wearable/wearable.qrc +++ b/examples/quickcontrols/wearable/wearable.qrc |