• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Nov-2020-

README.mdH A D11-Nov-2020241 106

chartthemes.pyprojectH A D11-Nov-202060 43

main.pyH A D11-Nov-202015.2 KiB397277

themewidget.uiH A D11-Nov-20202.6 KiB104103

ui_themewidget.pyH A D11-Nov-20203.4 KiB8549

README.md

1# Chart themes
2
3To generated the file `ui_themewidget.py`, the following
4command need to be executed:
5
6`pyside2-uic themewidget.ui > ui_themewidget.py`
7
8Also, if you modify the UI file, then you would need
9to run the previous command again.
10