mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-17 23:29:58 +02:00
L'application verifie desormais les fenetres cachees avant de quitter lors de la fermeture de la derniere fenetre visible
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@155 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
4
qetapp.h
4
qetapp.h
@@ -64,9 +64,11 @@ class QETApp : public QApplication {
|
||||
void restoreElementEditors();
|
||||
void newDiagramEditor();
|
||||
void newElementEditor();
|
||||
void closeEveryEditor();
|
||||
bool closeEveryEditor();
|
||||
void setMainWindowVisible(QMainWindow *, bool);
|
||||
void invertMainWindowVisibility(QWidget *);
|
||||
void quitQET();
|
||||
void checkRemainingWindows();
|
||||
|
||||
// methodes privees
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user