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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/chartthemes/README.md b/examples/charts/chartthemes/README.md
index e11fa93c5..806e391d2 100644
--- a/examples/charts/chartthemes/README.md
+++ b/examples/charts/chartthemes/README.md
@@ -3,7 +3,7 @@
To generated the file `ui_themewidget.py`, the following
command need to be executed:
-`pyside2-uic themewidget.ui > ui_themewidget.py`
+`pyside6-uic themewidget.ui > ui_themewidget.py`
Also, if you modify the UI file, then you would need
to run the previous command again.