MainWindow: integrated new WelcomeScreen widget

Initial integration of (not yet fully functional) WelcomeScreen.
This commit is contained in:
Tobias Doerffel
2009-08-21 19:12:36 +02:00
parent 34a20ba610
commit 0404cc760f
3 changed files with 24 additions and 5 deletions

View File

@@ -69,6 +69,9 @@ public:
return m_toolBar;
}
// show MainWidget or WelcomeScreen
void setMainWidgetVisible( bool _visible );
//int addWidgetToToolBar( QWidget * _w, int _row = -1, int _col = -1 );
//void addSpacingToToolBar( int _size );
@@ -158,6 +161,9 @@ private:
void toggleWindow( QWidget * _w );
QWidget * m_mainWidget;
QWidget * m_welcomeScreen;
QMdiArea * m_workspace;
QWidget * m_toolBar;