![]() |
2 months ago | |
---|---|---|
.. | ||
calfbox | 3 months ago | |
documentation | 2 months ago | |
engine | 2 months ago | |
qtgui | 2 months ago | |
.gitignore | 3 months ago | |
LICENSE | 1 year ago | |
Makefile.in | 3 months ago | |
README.md | 1 year ago | |
__init__.py | 1 year ago | |
configure.template | 3 months ago | |
gitignore.template | 3 months ago | |
helper.py | 3 months ago | |
launcher.template | 3 months ago | |
main.py.template | 3 months ago | |
start.py | 3 months ago |
The principle of this program is that it can be used in a self-contained “all in one directory” version but also in a compiled version with files all over the system, following the linux file hirarchy.
For that reason that are some processes that must be done manually and which will create generated but static files (not at compile or runtime) that are included in git. For example the qt resources and translation or documentation html files from asciidoctor sources.
There is a menu in the example MainWindow but it is emtpy. Some default menu entries will be added dynamically by the template.
You can merge template and client menus. But there are some naming conventions you must uphold:
menuFile
menuEdit
menuHelp
menuDebug
These menuActions are standard and can only be hidden, deactivated or rerouted. But you can’t create them on your own in QtDesigner
actionUndo
actionRedo
actionAbout
actionUser_Manual