mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 09:33:59 +09:00
| .. | ||
| __pycache__ | ||
| chartthemes.pyproject | ||
| main.py | ||
| README.md | ||
| themewidget.ui | ||
| ui_themewidget.py | ||
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.