![]() |
QElectroTech 0.200.1-dev
|
The QETApp class This class represents the QElectroTech application. More...
#include <qetapp.h>
Inherits QObject.

Public Slots | |
| void | systray (QSystemTrayIcon::ActivationReason) |
| QETApp::systray Manages QSystemTrayIcon related events. | |
| void | reduceEveryEditor () |
| QETApp::reduceEveryEditor Minimizes all application windows in the systray. | |
| void | restoreEveryEditor () |
| QETApp::restoreEveryEditor Restores all application windows in the systray. | |
| void | reduceDiagramEditors () |
| QETApp::reduceDiagramEditors Minimize all schema editors in the systray. | |
| void | restoreDiagramEditors () |
| QETApp::restoreDiagramEditors Restore all schema editors in the systray. | |
| void | reduceElementEditors () |
| QETApp::reduceElementEditors Minimize all element editors in systray. | |
| void | restoreElementEditors () |
| QETApp::restoreElementEditors Restore all element editors in the systray. | |
| void | reduceTitleBlockTemplateEditors () |
| QETApp::reduceTitleBlockTemplateEditors Reduce all known template editors. | |
| void | restoreTitleBlockTemplateEditors () |
| QETApp::restoreTitleBlockTemplateEditors Restore all known template editors. | |
| void | newDiagramEditor () |
| QETApp::newDiagramEditor launches a new schema editor. | |
| void | newElementEditor () |
| QETApp::newElementEditor launches a new element editor. | |
| bool | closeEveryEditor () |
| QETApp::closeEveryEditor Close all editors. | |
| void | setMainWindowVisible (QMainWindow *, bool) |
| QETApp::setMainWindowVisible Show or hide a window (schema editors / element editors). | |
| void | invertMainWindowVisibility (QWidget *) |
| QETApp::invertMainWindowVisibility Display a window (schema editors / element editors) if this is hidden or hides it if it is displayed. | |
| void | useSystemPalette (bool) |
| QETApp::useSystemPalette Change the application palette. | |
| void | quitQET () |
| QETApp::quitQET Request the closing of all windows; if the user accepts them, the application quits. | |
| void | checkRemainingWindows () |
| QETApp::checkRemainingWindows Check if there are any windows (hidden or not) and exit if there are no more. | |
| void | openFiles (const QETArguments &) |
| QETApp::openFiles Open files passed as arguments. | |
| void | openProjectFiles (const QStringList &) |
| QETApp::openProjectFiles Opens a list of files. Files are opened in the first visible schematic editor. Otherwise, the first existing schema editor becomes visible and is uses. If there is no schematic editor open, a new one is created and uses. | |
| void | openElementFiles (const QStringList &) |
| QETApp::openElementFiles Open the elements files passed in parameter. If an element is already open, the window which edits it is activated. | |
| void | openElementLocations (const QList< ElementsLocation > &) |
| QETApp::openElementLocations Open the elements whose location is passed in parameter. If an element is already open, the window which is edited is active. | |
| void | openTitleBlockTemplate (const TitleBlockTemplateLocation &, bool=false) |
| QETApp::openTitleBlockTemplate Launch a new title block template editor to edit the given template. | |
| void | openTitleBlockTemplate (const QString &) |
| QETApp::openTitleBlockTemplate Launch a new title block template editor to edit the given template. | |
| void | openTitleBlockTemplateFiles (const QStringList &) |
| QETApp::openTitleBlockTemplateFiles Open provided title block template files. If a title block template is already opened, the adequate window is activated. | |
| void | configureQET () |
| QETApp::configureQET Allows the user to configure QET by launching an appropriate dialog. | |
| void | aboutQET () |
| QETApp::aboutQET Open the dialog about qet. | |
| void | showDiagnosticsReport () |
| QETApp::showDiagnosticsReport Discussion #644, step 5: the manual "Help > Diagnostics > Save
report" action. Unlike checkCrashDump(), this is about the current, still-running session, not a previous one. | |
| void | receiveMessage (int instanceId, QByteArray message) |
| QETApp::receiveMessage openFiles from message. | |
Public Member Functions | |
| QETApp () | |
| QETApp::QETApp. | |
| ~QETApp () override | |
| QETApp::~QETApp. | |
| void | setLanguage (const QString &) |
| QETApp::setLanguage Change the language used by the application. | |
| void | switchLayout (Qt::LayoutDirection) |
Static Public Member Functions | |
| static QETApp * | instance () |
| QETApp::instance. | |
| static QString | langFromSetting () |
| QETApp::langFromSetting. | |
| static void | printHelp () |
| QETApp::printHelp Display help and usage on standard output. | |
| static void | printVersion () |
| QETApp::printVersion Print version to standard output. | |
| static void | printLicense () |
| QETApp::printLicense Display license on standard output. | |
| static ElementsCollectionCache * | collectionCache () |
| QETApp::collectionCache. | |
| static TitleBlockTemplatesFilesCollection * | commonTitleBlockTemplatesCollection () |
| QETApp::commonTitleBlockTemplatesCollection. | |
| static TitleBlockTemplatesFilesCollection * | companyTitleBlockTemplatesCollection () |
| QETApp::companyTitleBlockTemplatesCollection. | |
| static TitleBlockTemplatesFilesCollection * | customTitleBlockTemplatesCollection () |
| QETApp::customTitleBlockTemplatesCollection. | |
| static QList< TitleBlockTemplatesCollection * > | availableTitleBlockTemplatesCollections () |
| QETApp::availableTitleBlockTemplatesCollections. | |
| static TitleBlockTemplatesCollection * | titleBlockTemplatesCollection (const QString &) |
| QETApp::titleBlockTemplatesCollection. | |
| static QString | commonElementsDir () |
| QETApp::commonElementsDir. | |
| static QString | companyElementsDir () |
| QETApp::companyElementsDir. | |
| static QString | customElementsDir () |
| QETApp::customElementsDir. | |
| static QString | commonElementsDirN () |
| QETApp::commonElementsDirN like QString QETApp::commonElementsDir but without "/" at the end. | |
| static QString | companyElementsDirN () |
| QETApp::companyElementsDirN like QString QETApp::companyElementsDir but without "/" at the end. | |
| static QString | customElementsDirN () |
| QETApp::customElementsDirN like QString QETApp::customElementsDir but without "/" at the end. | |
| static void | resetCollectionsPath () |
| QETApp::resetCollectionsPath Reset the path of the user and common element collection and also the user titleblock path. Use this function when one of these three path change. | |
| static QString | commonTitleBlockTemplatesDir () |
| QETApp::commonTitleBlockTemplatesDir. | |
| static QString | companyTitleBlockTemplatesDir () |
| QETApp::companyTitleBlockTemplatesDir. | |
| static QString | customTitleBlockTemplatesDir () |
| QETApp::customTitleBlockTemplatesDir. | |
| static QString | userMacrosDir () |
| QETApp::userMacrosDir. | |
| static bool | registerProject (QETProject *) |
| QETApp::registerProject. | |
| static bool | unregisterProject (QETProject *) |
| QETApp::unregisterProject Cancel the recording of the project project. | |
| static QMap< uint, QETProject * > | registeredProjects () |
| QETApp::registeredProjects. | |
| static QETProject * | project (const uint &) |
| QETApp::project. | |
| static int | projectId (const QETProject *) |
| QETApp::projectId. | |
| static QString | configDir () |
| QETApp::configDir Return the QET configuration folder, i.e. the path to the folder in which QET will read configuration and customization information specific to the current user. This file is generally C:/Users/<USER>/AppData/Local/<APPNAME> on Windows and ~/.config/<APPNAME> under UNIX-like systems. | |
| static QString | dataDir () |
| QETApp::dataDir Return the QET data folder, i.e. the path to the folder in which QET will save log-files and elements-cache and where to find user-collections and user-titleblocks by default specific to the current user. This directory is generally C:/Users/<USER>/AppData/Roaming/<APPNAME> on Windows and ~/.local/share/<APPNAME> under UNIX-like systems. | |
| static QString | documentDir () |
| QETApp::documentDir Return the standard-folder where to save users documents This directory is generally C:/Users/<USER>/Documents on Windows and ~/Documents under UNIX-like systems. | |
| static QString | pictureDir () |
| QETApp::pictureDir Returns the standard-folder of users pictures This directory is generally C:/Users/<USER>/Pictures on Windows and ~/Pictures under UNIX-like systems. | |
| static QString | languagesPath () |
| QETApp::languagesPath. | |
| static QString | realPath (const QString &) |
| QETApp::realPath Allows you to know the absolute path of the * .elmt file corresponding to a symbolic path (of the type custom: // tools_pervers / sado_maso / contact_bizarre). | |
| static QString | symbolicPath (const QString &) |
| QETApp::symbolicPath Build the symbolic path (of the type custom: // tools_pervers / sado_maso / contact_bizarre) corresponding to a file. | |
| static QStringList | handledFileExtensions () |
| QETApp::handledFileExtensions. | |
| static QStringList | handledFiles (const QList< QUrl > &) |
| QETApp::handledFiles. | |
| static RecentFiles * | projectsRecentFiles () |
| QETApp::projectsRecentFiles. | |
| static RecentFiles * | elementsRecentFiles () |
| QETApp::elementsRecentFiles. | |
| static void | overrideLangDir (const QString &) |
| QETApp::overrideLangDir Redefines the path of the folder containing the language files. | |
| static QFont | diagramTextsFont (qreal=-1.0) |
| QETApp::diagramTextsFont The font to use By default the font is "Liberation Sans" and size 9. | |
| static QFont | diagramTextsItemFont (qreal=-1.0) |
| QETApp::diagramTextsItemFont the font to use in independent text items. | |
| static QFont | dynamicTextsItemFont (qreal=-1.0) |
| QETApp::dynamicTextsFont the default font of dynamic element text item. | |
| static QFont | indiTextsItemFont (qreal=-1.0) |
| QETApp::indiTextsItemFont The default font to use for independent text item. | |
| static QETDiagramEditor * | diagramEditorForFile (const QString &) |
| QETApp::diagramEditorForFile. | |
| static QETDiagramEditor * | diagramEditorAncestorOf (const QWidget *child) |
| QETApp::diagramEditorAncestorOf. | |
| static QList< QETDiagramEditor * > | diagramEditors () |
| QETApp::diagramEditors. | |
| static QETDiagramEditor * | diagramEditor (QETProject *project) |
| QETApp::diagramEditor. | |
| static QList< QETElementEditor * > | elementEditors () |
| QETApp::elementEditors. | |
| static QList< QETElementEditor * > | elementEditors (QETProject *) |
| QETApp::elementEditors. | |
| static QList< QETTitleBlockTemplateEditor * > | titleBlockTemplateEditors () |
| QETApp::titleBlockTemplateEditors. | |
| static QList< QETTitleBlockTemplateEditor * > | titleBlockTemplateEditors (QETProject *) |
| QETApp::titleBlockTemplateEditors. | |
| static QTextOrientationSpinBoxWidget * | createTextOrientationSpinBoxWidget () |
| QETApp::createTextOrientationSpinBoxWidget Instantiates a QTextOrientationSpinBoxWidget and configures: | |
| static TitleBlockTemplate * | defaultTitleBlockTemplate () |
| QETApp::defaultTitleBlockTemplate. | |
Static Public Attributes | |
| static QString | lang_dir = QString() |
| lang_dir Directory containing localization files. | |
Private Member Functions | |
| QETApp (const QETApp &) | |
| template<class T> | |
| QList< T * > | detectWindows () const |
| template<class T> | |
| void | setMainWindowsVisible (bool) |
| QList< QWidget * > | floatingToolbarsAndDocksForMainWindow (QMainWindow *) const |
| QETApp::floatingToolbarsAndDocksForMainWindow. | |
| void | parseArguments () |
| QETApp::parseArguments Parse the following arguments: | |
| void | initSplashScreen () |
| QETApp::initSplashScreen Initializes the splash screen if and only if the execution is interactive. Otherwise, the splash_screen_ attribute is 0. | |
| void | setSplashScreenStep (const QString &=QString()) |
| QETApp::setSplashScreenStep Changes the text of the splash screen and takes events into account. If the application is running non-interactively, this method does nothing. | |
| void | initLanguage () |
| QETApp::initLanguage Determine and apply the language to use for the application. | |
| void | initFonts () |
| QETApp::initFonts Setup the fonts to use in the application. | |
| void | initStyle () |
| QETApp::initStyle Setup the gui style. | |
| void | initConfiguration () |
| QETApp::initConfiguration Reads and takes into account the configuration of the application. This method will create, if necessary: | |
| void | initSystemTray () |
| QETApp::initSystemTray Build the icon in the systray and its menu. | |
| void | buildSystemTrayMenu () |
| QETApp::buildSystemTrayMenu builds the icon menu in the systray. | |
| void | checkBackupFiles () |
| QETApp::checkBackupFiles Check for backup files. If backup was found, open a dialog and ask user what to do. | |
| void | checkCrashDump () |
| QETApp::checkCrashDump Discussion #644, step 5: if the crash handler (step 4) left an unretrieved dump from a previous run, offer it to the user. Only called from checkBackupFiles() when there was no stale project file to recover this run, so the two prompts never both show at once. | |
| void | fetchWindowStats (const QList< QETDiagramEditor * > &, const QList< QETElementEditor * > &, const QList< QETTitleBlockTemplateEditor * > &) |
| QETApp::fetchWindowStats Updates the booleans concerning the state of the windows. | |
| template<class T> | |
| void | addWindowsListToMenu (QMenu *, const QList< T * > &) |
Static Private Member Functions | |
| static int | projectIdFromString (const QString &) |
| QETApp::projectIdFromString. | |
| static QETProject * | projectFromString (const QString &) |
| QETApp::projectFromString. | |
Private Attributes | |
| QTranslator | qtTranslator |
| QTranslator | qetTranslator |
| QSystemTrayIcon * | m_qsti |
| QSplashScreen * | m_splash_screen |
| QMenu * | menu_systray |
| QAction * | quitter_qet |
| QAction * | reduce_appli |
| QAction * | restore_appli |
| QAction * | reduce_diagrams |
| QAction * | restore_diagrams |
| QAction * | reduce_elements |
| QAction * | restore_elements |
| QAction * | reduce_templates |
| QAction * | restore_templates |
| QAction * | new_diagram |
| QAction * | new_element |
| QHash< QMainWindow *, QByteArray > | window_geometries |
| QHash< QMainWindow *, QByteArray > | window_states |
| bool | every_editor_reduced |
| bool | every_diagram_reduced |
| bool | every_diagram_visible |
| bool | every_element_reduced |
| bool | every_element_visible |
| bool | every_template_reduced |
| bool | every_template_visible |
| QSignalMapper | signal_map |
| QETArguments | qet_arguments_ |
| Command-line arguments parser. | |
| bool | non_interactive_execution_ |
| non_interactive_execution_ Whether the application will end without any user interaction | |
| QPalette | initial_palette_ |
| System color palette. | |
The QETApp class This class represents the QElectroTech application.
| QETApp::QETApp | ( | ) |


|
override |
|
private |

|
slot |
|
private |
Add a list of windows to menu. This template function assumes it will be given a QList of pointers to objects inheriting the QMainWindow class. T the class inheriting QMainWindow
| menu | the menu windows will be added to |
| windows | A list of top-level windows. |

|
static |
QETApp::availableTitleBlockTemplatesCollections.


|
private |
QETApp::buildSystemTrayMenu builds the icon menu in the systray.


|
private |
QETApp::checkBackupFiles Check for backup files. If backup was found, open a dialog and ask user what to do.


|
private |
QETApp::checkCrashDump Discussion #644, step 5: if the crash handler (step 4) left an unretrieved dump from a previous run, offer it to the user. Only called from checkBackupFiles() when there was no stale project file to recover this run, so the two prompts never both show at once.


|
slot |
QETApp::checkRemainingWindows Check if there are any windows (hidden or not) and exit if there are no more.


|
slot |
QETApp::closeEveryEditor Close all editors.


|
static |

|
static |

|
static |
QETApp::commonElementsDirN like QString QETApp::commonElementsDir but without "/" at the end.


|
static |
QETApp::commonTitleBlockTemplatesCollection.


|
static |
QETApp::commonTitleBlockTemplatesDir.

|
static |


|
static |
QETApp::companyElementsDirN like QString QETApp::companyElementsDir but without "/" at the end.


|
static |
QETApp::companyTitleBlockTemplatesCollection.


|
static |
QETApp::companyTitleBlockTemplatesDir.


|
static |
QETApp::configDir Return the QET configuration folder, i.e. the path to the folder in which QET will read configuration and customization information specific to the current user. This file is generally C:/Users/<USER>/AppData/Local/<APPNAME> on Windows and ~/.config/<APPNAME> under UNIX-like systems.

|
slot |
QETApp::configureQET Allows the user to configure QET by launching an appropriate dialog.


|
static |
QETApp::createTextOrientationSpinBoxWidget Instantiates a QTextOrientationSpinBoxWidget and configures:


|
static |


|
static |
QETApp::customElementsDirN like QString QETApp::customElementsDir but without "/" at the end.


|
static |
QETApp::customTitleBlockTemplatesCollection.


|
static |
QETApp::customTitleBlockTemplatesDir.


|
static |
QETApp::dataDir Return the QET data folder, i.e. the path to the folder in which QET will save log-files and elements-cache and where to find user-collections and user-titleblocks by default specific to the current user. This directory is generally C:/Users/<USER>/AppData/Roaming/<APPNAME> on Windows and ~/.local/share/<APPNAME> under UNIX-like systems.

|
static |
QETApp::defaultTitleBlockTemplate.


|
private |
| T | a class inheriting QMainWindow |

|
static |
| project |


|
static |
QETApp::diagramEditorAncestorOf.
| child |


|
static |
| filepath | : A file path |


|
static |


|
static |
QETApp::diagramTextsFont The font to use By default the font is "Liberation Sans" and size 9.
| size | : the size of font |

|
static |
QETApp::diagramTextsItemFont the font to use in independent text items.
| size | of font |

|
static |
QETApp::documentDir Return the standard-folder where to save users documents This directory is generally C:/Users/<USER>/Documents on Windows and ~/Documents under UNIX-like systems.

|
static |
QETApp::dynamicTextsFont the default font of dynamic element text item.
| size |


|
static |


|
static |
| project | : a project |

|
static |

|
private |
QETApp::fetchWindowStats Updates the booleans concerning the state of the windows.
| diagrams | : QList<QETDiagramEditor *> |
| elements | : QList<QETElementEditor *> |
| tbtemplates | : QList<QETTitleBlockTemplateEditor *> |

|
private |
QETApp::floatingToolbarsAndDocksForMainWindow.
| window | : window where you have to find the toolbars and floating dock |

|
static |
QETApp::handledFileExtensions.

|
static |
| urls | : URLs list |


|
static |
QETApp::indiTextsItemFont The default font to use for independent text item.
| size |


|
private |
QETApp::initConfiguration Reads and takes into account the configuration of the application. This method will create, if necessary:


|
private |
QETApp::initFonts Setup the fonts to use in the application.
"Liberation Fonts" Font Software is licensed under the SIL Open Font License, Version 1.1
See the file "fonts/liberation-fonts.LICENSE" for license information.
"osifont" Font Software is licensed under the GNU GENERAL PUBLIC LICENSE, Version 3 As a special exception, if you create a document which uses this font, and embed this font or unaltered portions of this font into the document, this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.
See the file "fonts/osifont.LICENSE" for license information.

|
private |
QETApp::initLanguage Determine and apply the language to use for the application.


|
private |
QETApp::initSplashScreen Initializes the splash screen if and only if the execution is interactive. Otherwise, the splash_screen_ attribute is 0.


|
private |
QETApp::initStyle Setup the gui style.


|
private |
QETApp::initSystemTray Build the icon in the systray and its menu.


|
static |


|
slot |
QETApp::invertMainWindowVisibility Display a window (schema editors / element editors) if this is hidden or hides it if it is displayed.
| window | : window to show / hide |


|
static |

|
static |

|
slot |
|
slot |
|
slot |
QETApp::openElementFiles Open the elements files passed in parameter. If an element is already open, the window which edits it is activated.
| files_list | : Files to open |


|
slot |
QETApp::openElementLocations Open the elements whose location is passed in parameter. If an element is already open, the window which is edited is active.
| locations_list | : Locations to open |


|
slot |
QETApp::openFiles Open files passed as arguments.
| args | : Object containing arguments; the files |


|
slot |
QETApp::openProjectFiles Opens a list of files. Files are opened in the first visible schematic editor. Otherwise, the first existing schema editor becomes visible and is uses. If there is no schematic editor open, a new one is created and uses.
| files_list | : Files to open |


|
slot |
QETApp::openTitleBlockTemplate Launch a new title block template editor to edit the given template.
| filepath | Path of the .titleblock file to be opened |
|
slot |
QETApp::openTitleBlockTemplate Launch a new title block template editor to edit the given template.
| location | location of the title block template to be edited |
| duplicate | if true, the template is opened for duplication, which means the user will be prompter for a new template name. |

|
slot |
QETApp::openTitleBlockTemplateFiles Open provided title block template files. If a title block template is already opened, the adequate window is activated.
| files_list | Files to be opened |


|
static |
QETApp::overrideLangDir Redefines the path of the folder containing the language files.
| new_ld | : New path of the folder containing the language files |

|
private |
QETApp::parseArguments Parse the following arguments:
The other arguments are normally file paths. If they exist, they are just stored in the arguments_files_ attribute. Otherwise, they are stored in the arguments_options_ attribute.


|
static |
QETApp::pictureDir Returns the standard-folder of users pictures This directory is generally C:/Users/<USER>/Pictures on Windows and ~/Pictures under UNIX-like systems.

|
static |
QETApp::printHelp Display help and usage on standard output.

|
static |
QETApp::printLicense Display license on standard output.


|
static |
QETApp::printVersion Print version to standard output.


|
static |
| id | : Id of the desired project |

|
staticprivate |
| url | The location of a collection item (title block template, element, category, ...). |


|
static |
| project | : Project whose id we want to retrieve |


|
staticprivate |
| url | The location of a collection item (title block template, element, category, ...). |

|
static |

|
slot |
QETApp::quitQET Request the closing of all windows; if the user accepts them, the application quits.


|
static |
QETApp::realPath Allows you to know the absolute path of the * .elmt file corresponding to a symbolic path (of the type custom: // tools_pervers / sado_maso / contact_bizarre).
| sym_path | Character string representing the absolute path of the file |


|
slot |
QETApp::receiveMessage openFiles from message.
| instanceId | Q_UNUSED |
| message |


|
slot |
QETApp::reduceDiagramEditors Minimize all schema editors in the systray.


|
slot |
QETApp::reduceElementEditors Minimize all element editors in systray.


|
slot |
QETApp::reduceEveryEditor Minimizes all application windows in the systray.


|
slot |
QETApp::reduceTitleBlockTemplateEditors Reduce all known template editors.


|
static |

|
static |
| project | : Project to register with the application |


|
static |
QETApp::resetCollectionsPath Reset the path of the user and common element collection and also the user titleblock path. Use this function when one of these three path change.

|
slot |
QETApp::restoreDiagramEditors Restore all schema editors in the systray.


|
slot |
QETApp::restoreElementEditors Restore all element editors in the systray.


|
slot |
QETApp::restoreEveryEditor Restores all application windows in the systray.


|
slot |
QETApp::restoreTitleBlockTemplateEditors Restore all known template editors.


| void QETApp::setLanguage | ( | const QString & | desired_language | ) |
QETApp::setLanguage Change the language used by the application.
| desired_language | : wanted language |


|
private |
T a class inheriting QMainWindow
| visible | whether detected main windows should be visible |


|
slot |
QETApp::setMainWindowVisible Show or hide a window (schema editors / element editors).
| window | : window to show / hide |
| visible | : true to display the window, false otherwise |


|
private |
QETApp::setSplashScreenStep Changes the text of the splash screen and takes events into account. If the application is running non-interactively, this method does nothing.
| message | : the text of the splash screen |

|
slot |
QETApp::showDiagnosticsReport Discussion #644, step 5: the manual "Help > Diagnostics > Save report" action. Unlike checkCrashDump(), this is about the current, still-running session, not a previous one.


| void QETApp::switchLayout | ( | Qt::LayoutDirection | direction | ) |
Switches the application to the provided layout.

|
static |
QETApp::symbolicPath Build the symbolic path (of the type custom: // tools_pervers / sado_maso / contact_bizarre) corresponding to a file.
| real_path | : Character string representing the symbolic path of the file |

|
slot |
QETApp::systray Manages QSystemTrayIcon related events.
| reason | : reason an integer representing the event on the systray |


|
static |
QETApp::titleBlockTemplateEditors.


|
static |
QETApp::titleBlockTemplateEditors.
| project | Opened project object. |

|
static |
QETApp::titleBlockTemplatesCollection.
| protocol | Protocol string |


|
static |
QETApp::unregisterProject Cancel the recording of the project project.
| project | : Project to be unregistered |


|
static |


|
slot |
QETApp::useSystemPalette Change the application palette.
| use | : true to use the system colors, false to use those of the current theme |


|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
System color palette.
|
static |
lang_dir Directory containing localization files.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
non_interactive_execution_ Whether the application will end without any user interaction
|
private |
Command-line arguments parser.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |