mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-29 06:19:57 +01:00
Ajout d'un splash screen
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@362 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
3
qetapp.h
3
qetapp.h
@@ -84,6 +84,7 @@ class QETApp : public QETSingleApplication {
|
||||
QTranslator qtTranslator;
|
||||
QTranslator qetTranslator;
|
||||
QSystemTrayIcon *qsti;
|
||||
QSplashScreen *splash_screen_;
|
||||
QMenu *menu_systray;
|
||||
QAction *quitter_qet;
|
||||
QAction *reduce_appli;
|
||||
@@ -136,6 +137,8 @@ class QETApp : public QETSingleApplication {
|
||||
private:
|
||||
QList<QWidget *> floatingToolbarsAndDocksForMainWindow(QMainWindow *) const;
|
||||
void parseArguments();
|
||||
void initSplashScreen();
|
||||
void setSplashScreenStep(const QString & = QString());
|
||||
void initLanguage();
|
||||
void initStyle();
|
||||
void initConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user