No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Nils 36b1b28890 update template hace 4 años
..
calfbox update template hace 4 años
documentation Fix recent qt or pyqt 5.15 segfault regarding mutliple QApplications hace 4 años
engine update template hace 4 años
qtgui update template hace 4 años
.gitignore Use some magic that looks like static files as template hace 4 años
LICENSE Use some magic that looks like static files as template hace 4 años
Makefile.in Replace mkdir with install -d hace 4 años
README.md Use some magic that looks like static files as template hace 4 años
__init__.py Use some magic that looks like static files as template hace 4 años
configure.template Use some magic that looks like static files as template hace 4 años
gitignore.template Use some magic that looks like static files as template hace 4 años
helper.py update template copyright date hace 4 años
start.py Fix recent qt or pyqt 5.15 segfault regarding mutliple QApplications hace 4 años

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