mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-17 16:59:59 +01:00
* Option Compile-Time pour definir le chemin du dossier des fichiers de traduction : QET_LANG_PATH
* Option Compile-Time pour definir le chemin du dossier des elements communs : QET_COMMON_COLLECTION_PATH * Option Run-Time pour definir le chemin de la collection principale : --common-elements-dir=/path/to/elements/ * Option Compile-Time pour autoriser ou non l'utilisation de l'option Run-Time precedente : QET_ALLOW_OVERRIDE_CED_OPTION Les options Compile-Time sont a definir dans le fichier .pro git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@158 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
9
qetapp.h
9
qetapp.h
@@ -27,8 +27,13 @@ class QETApp : public QApplication {
|
||||
static QString customElementsDir();
|
||||
static QString configDir();
|
||||
static QString languagesPath();
|
||||
static QString realPath(QString &);
|
||||
static QString symbolicPath(QString &);
|
||||
static QString realPath(const QString &);
|
||||
static QString symbolicPath(const QString &);
|
||||
#ifdef QET_ALLOW_OVERRIDE_CED_OPTION
|
||||
static void overrideCommonElementsDir(const QString &);
|
||||
private:
|
||||
static QString common_elements_dir;
|
||||
#endif
|
||||
|
||||
// attributs
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user