Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Nils bc893200cc Better configure checks and logs před 1 rokem
..
calfbox forward python logger settings across lss programs před 1 rokem
documentation Add preview image to lilypond properties and metadata před 2 roky
engine Add custom key signature command to build a free scale on any root před 2 roky
pySmartDL New cbox před 2 roky
qtgui add initial area for signatures před 2 roky
LICENSE Use some magic that looks like static files as template před 4 roky
Makefile.in Remove cbox from build system před 2 roky
README.md Use some magic that looks like static files as template před 4 roky
__init__.py Use some magic that looks like static files as template před 4 roky
configure.template Better configure checks and logs před 1 rokem
gitignore.template replace nuitka with python builtin zipapp, removing one unreliable dependency před 3 roky
helper.py update template před 2 roky
launcher.template symlinks for the two starter files před 3 roky
main.py.template symlinks for the two starter files před 3 roky
mypy.ini typehints před 2 roky
start.py forward python logger settings across lss programs před 1 rokem

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