aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/README.md
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-07-05 15:54:18 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-07-13 07:08:52 +0000
commit5571597b4bdcfb9fbfbdbbf69665491a089fe847 (patch)
tree41eccc6ee3519ea2e39c1627978ae6036993ecd0 /examples/charts/chartthemes/README.md
parenteb19b7190b1038bdb511ec3ffb6f0a217b58d3b8 (diff)
Add chart themes example
Task-number: PYSIDE-738 Change-Id: I9567eeb3350ab39656f13ee9218f535ec3782a87 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/charts/chartthemes/README.md')
-rw-r--r--examples/charts/chartthemes/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/charts/chartthemes/README.md b/examples/charts/chartthemes/README.md
new file mode 100644
index 000000000..e11fa93c5
--- /dev/null
+++ b/examples/charts/chartthemes/README.md
@@ -0,0 +1,9 @@
+# Chart themes
+
+To generated the file `ui_themewidget.py`, the following
+command need to be executed:
+
+`pyside2-uic themewidget.ui > ui_themewidget.py`
+
+Also, if you modify the UI file, then you would need
+to run the previous command again.