aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/README.md
blob: 806e391d21eef31a5b8954af641407860506f265 (plain)
1
2
3
4
5
6
7
8
9
# Chart themes

To generated the file `ui_themewidget.py`, the following
command need to be executed:

`pyside6-uic themewidget.ui > ui_themewidget.py`

Also, if you modify the UI file, then you would need
to run the previous command again.