aboutsummaryrefslogtreecommitdiffstats
path: root/examples/charts/chartthemes/README.md
blob: e11fa93c550cba7ca39d3e7cfa9b4fc6cfb88567 (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:

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

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