aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/README.md
diff options
context:
space:
mode:
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.