aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-03-16 14:59:15 +0100
committerCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-03-16 16:38:54 +0100
commitd8c628599d1145dd5b871b325f38f7990f7383ed (patch)
tree2bcdb8e4f198ed1f4717ed44ff00f27e8f1c684d /examples
parentbe64f1cc97875b99811f8205e44265cafd846837 (diff)
doc: adjust usage of -uic and -rcc tools
We encourage people to use the option '-o' rather than '>' to avoid having output messages inside the generated file. Change-Id: Ie45303265c8f391c4e54e0e2af9d7e810a0797aa Pick-to: 6.2 6.4 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Diffstat (limited to 'examples')
-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 806e391d2..1b1ab51f7 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:
-`pyside6-uic themewidget.ui > ui_themewidget.py`
+`pyside6-uic themewidget.ui -o ui_themewidget.py`
Also, if you modify the UI file, then you would need
to run the previous command again.