mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-14 21:49:57 +01:00
Centralisation du nom de la police a utiliser pour le rendu de texte
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@242 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
3
qetapp.h
3
qetapp.h
@@ -62,6 +62,8 @@ class QETApp : public QApplication {
|
||||
private:
|
||||
static QString config_dir; ///< Dossier contenant la configuration et la collection d'elements de l'utilisateur
|
||||
#endif
|
||||
public:
|
||||
static QString diagramTextsFont();
|
||||
|
||||
protected:
|
||||
bool event(QEvent *);
|
||||
@@ -90,6 +92,7 @@ class QETApp : public QApplication {
|
||||
bool every_element_visible;
|
||||
QSignalMapper signal_map;
|
||||
QSettings *qet_settings;
|
||||
static QString diagram_texts_font;
|
||||
|
||||
public slots:
|
||||
void systray(QSystemTrayIcon::ActivationReason);
|
||||
|
||||
Reference in New Issue
Block a user