summaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/chartthemes.pro
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@qt.io>2017-09-01 13:21:51 +0300
committerTitta Heikkala <titta.heikkala@qt.io>2017-09-04 07:15:06 +0000
commit5082ca305b14be3dde25862d0ce4fd32d688d985 (patch)
tree614508ac5f92eb466e446b7ed4708ea0a6e717ae /examples/charts/chartthemes/chartthemes.pro
parentf64bd90920b80be63c318fed7613c87ff70cce1b (diff)
Add Qt Designer UI file to Chart Themes Example
Add a UI file to Chart Themes Example. The UI file includes widgets to change chart options along with signal slot connections. Change-Id: I194624e23ebb785271a054cf1b2891d134fd2656 Task-number: QTBUG-60662 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'examples/charts/chartthemes/chartthemes.pro')
-rw-r--r--examples/charts/chartthemes/chartthemes.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/charts/chartthemes/chartthemes.pro b/examples/charts/chartthemes/chartthemes.pro
index 5985f55c..193dc4e6 100644
--- a/examples/charts/chartthemes/chartthemes.pro
+++ b/examples/charts/chartthemes/chartthemes.pro
@@ -9,3 +9,6 @@ SOURCES += \
target.path = $$[QT_INSTALL_EXAMPLES]/charts/chartthemes
INSTALLS += target
+
+FORMS += \
+ themewidget.ui