|
|
@ -129,7 +129,7 @@ extern void set_splash_status( const TQString &txt );
|
|
|
|
extern TQObject* qwf_form_object;
|
|
|
|
extern TQObject* qwf_form_object;
|
|
|
|
extern TQString *qwf_plugin_dir;
|
|
|
|
extern TQString *qwf_plugin_dir;
|
|
|
|
|
|
|
|
|
|
|
|
MainWindow *MainWindow::self = 0;
|
|
|
|
Q_EXPORT MainWindow *MainWindow::self = 0;
|
|
|
|
|
|
|
|
|
|
|
|
TQString assistantPath()
|
|
|
|
TQString assistantPath()
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -150,7 +150,7 @@ static TQString textNoAccel( const TQString& text)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
|
|
|
|
Q_EXPORT MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
|
|
|
|
: TQMainWindow( 0, "designer_mainwindow", WType_TopLevel | (single ? 0 : WDestructiveClose) | WGroupLeader ),
|
|
|
|
: TQMainWindow( 0, "designer_mainwindow", WType_TopLevel | (single ? 0 : WDestructiveClose) | WGroupLeader ),
|
|
|
|
grd( 10, 10 ), sGrid( TRUE ), snGrid( TRUE ), restoreConfig( TRUE ), splashScreen( TRUE ),
|
|
|
|
grd( 10, 10 ), sGrid( TRUE ), snGrid( TRUE ), restoreConfig( TRUE ), splashScreen( TRUE ),
|
|
|
|
fileFilter( tr( "TQt User-Interface Files (*.ui)" ) ), client( asClient ),
|
|
|
|
fileFilter( tr( "TQt User-Interface Files (*.ui)" ) ), client( asClient ),
|
|
|
|