Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Nils bc893200cc Better configure checks and logs vor 1 Jahr
..
calfbox forward python logger settings across lss programs vor 1 Jahr
documentation Add preview image to lilypond properties and metadata vor 2 Jahren
engine Add custom key signature command to build a free scale on any root vor 2 Jahren
pySmartDL New cbox vor 2 Jahren
qtgui add initial area for signatures vor 2 Jahren
LICENSE Use some magic that looks like static files as template vor 4 Jahren
Makefile.in Remove cbox from build system vor 2 Jahren
README.md Use some magic that looks like static files as template vor 4 Jahren
__init__.py Use some magic that looks like static files as template vor 4 Jahren
configure.template Better configure checks and logs vor 1 Jahr
gitignore.template replace nuitka with python builtin zipapp, removing one unreliable dependency vor 3 Jahren
helper.py update template vor 2 Jahren
launcher.template symlinks for the two starter files vor 3 Jahren
main.py.template symlinks for the two starter files vor 3 Jahren
mypy.ini typehints vor 2 Jahren
start.py forward python logger settings across lss programs vor 1 Jahr

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