mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-13 12:49:58 +01:00
Le systray reduit ou restaure desormais toutes les fenetres
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@130 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
2
qetapp.h
2
qetapp.h
@@ -47,11 +47,13 @@ class QETApp : public QApplication {
|
||||
QAction *quitter_qet;
|
||||
QHash<QMainWindow *, QByteArray> window_geometries;
|
||||
QHash<QMainWindow *, QByteArray> window_states;
|
||||
bool every_editor_reduced;
|
||||
|
||||
public slots:
|
||||
void systray(QSystemTrayIcon::ActivationReason);
|
||||
void systrayReduce();
|
||||
void systrayRestore();
|
||||
void closeEveryEditor();
|
||||
|
||||
// methodes privees
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user