The base-application for Laborejo, Fluajho, Patroneo, Vico etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils d4753dee18 Better configure checks and logs преди 2 години
..
calfbox forward python logger settings across lss programs преди 2 години
documentation Add qt svg and GL modules to dependencies преди 2 години
engine ticksToLilypond преди 2 години
pySmartDL new template functions преди 2 години
qtgui more descriptive key checks преди 2 години
LICENSE Init преди 4 години
Makefile.in remove calfbox from build system преди 2 години
README.md Init преди 4 години
__init__.py Init преди 4 години
configure.template Better configure checks and logs преди 2 години
gitignore.template replace nuitka with python builtin zipapp, removing one unreliable dependency преди 3 години
helper.py helper to compare two dicts by value преди 2 години
launcher.template symlinks for the two starter files преди 3 години
main.py.template symlinks for the two starter files преди 3 години
mypy.ini type hinting преди 2 години
start.py forward python logger settings across lss programs преди 2 години

README.md

File Structure, Description and How to Update the Template

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.

Copied files from 3rd party libs that need to be updated manually.

  • For Calfbox copy the whole source directory into template/calfbox and delete its .git
  • nsmclient.py from pynsm2 into qtgui.

Menu

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