The base-application for Laborejo, Fluajho, Patroneo, Vico etc.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Nils d4753dee18 Better configure checks and logs 1 år sedan
..
calfbox forward python logger settings across lss programs 1 år sedan
documentation Add qt svg and GL modules to dependencies 2 år sedan
engine ticksToLilypond 2 år sedan
pySmartDL new template functions 2 år sedan
qtgui more descriptive key checks 2 år sedan
LICENSE Init 4 år sedan
Makefile.in remove calfbox from build system 2 år sedan
README.md Init 4 år sedan
__init__.py Init 4 år sedan
configure.template Better configure checks and logs 1 år sedan
gitignore.template replace nuitka with python builtin zipapp, removing one unreliable dependency 3 år sedan
helper.py helper to compare two dicts by value 2 år sedan
launcher.template symlinks for the two starter files 3 år sedan
main.py.template symlinks for the two starter files 3 år sedan
mypy.ini type hinting 2 år sedan
start.py forward python logger settings across lss programs 1 år sedan

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