summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/iOS/iOS.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@gmail.com>2014-09-01 15:01:23 +0200
committerRichard Moe Gustavsen <richard.gustavsen@digia.com>2014-09-18 15:57:09 +0200
commit5578b07cc65a3e7cf1cc8fe7d6232844f98202b1 (patch)
treee661dbe4b2342f3ab66f479883a37d6ce82ebf10 /src/controls/Styles/iOS/iOS.pro
parent9328e5260f7864fec0624937a91c5dd45b754b9c (diff)
Add iOS style stub (NOTE: cherry-pick of faa5f59)
The current look and feel on iOS (with the default Base style) is terrible. This commit alone doesn't change anything, but it allows us to do minor iOS-specific tweaks that will greatly improve the usability on iOS already in Qt 5.4. Change-Id: I86764dd92bdfaae8170a8cd6709177a9a064cda8 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'src/controls/Styles/iOS/iOS.pro')
-rw-r--r--src/controls/Styles/iOS/iOS.pro29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/controls/Styles/iOS/iOS.pro b/src/controls/Styles/iOS/iOS.pro
new file mode 100644
index 000000000..7d095ab61
--- /dev/null
+++ b/src/controls/Styles/iOS/iOS.pro
@@ -0,0 +1,29 @@
+TARGETPATH = QtQuick/Controls/Styles/iOS
+IMPORT_VERSION = 1.0
+
+QML_FILES += \
+ $$PWD/ApplicationWindowStyle.qml \
+ $$PWD/BusyIndicatorStyle.qml \
+ $$PWD/ButtonStyle.qml \
+ $$PWD/CalendarStyle.qml \
+ $$PWD/CheckBoxStyle.qml \
+ $$PWD/ComboBoxStyle.qml \
+ $$PWD/FocusFrameStyle.qml \
+ $$PWD/GroupBoxStyle.qml \
+ $$PWD/MenuBarStyle.qml \
+ $$PWD/MenuStyle.qml \
+ $$PWD/ProgressBarStyle.qml \
+ $$PWD/RadioButtonStyle.qml \
+ $$PWD/ScrollViewStyle.qml\
+ $$PWD/SliderStyle.qml \
+ $$PWD/SpinBoxStyle.qml \
+ $$PWD/StatusBarStyle.qml \
+ $$PWD/SwitchStyle.qml \
+ $$PWD/TableViewStyle.qml \
+ $$PWD/TabViewStyle.qml \
+ $$PWD/TextAreaStyle.qml \
+ $$PWD/TextFieldStyle.qml \
+ $$PWD/ToolBarStyle.qml \
+ $$PWD/ToolButtonStyle.qml
+
+load(qml_module)