|
|
|
@ -58,7 +58,7 @@ void set_splash_status( const TQString &txt )
|
|
|
|
|
splash->message( splashText, TQt::AlignRight|TQt::AlignTop );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
DesignerApplication::DesignerApplication( int &argc, char **argv )
|
|
|
|
|
Q_EXPORT DesignerApplication::DesignerApplication( int &argc, char **argv )
|
|
|
|
|
: TQApplication( argc, argv )
|
|
|
|
|
{
|
|
|
|
|
#if defined(Q_WS_WIN)
|
|
|
|
@ -69,7 +69,7 @@ DesignerApplication::DesignerApplication( int &argc, char **argv )
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
TQSplashScreen *DesignerApplication::showSplash()
|
|
|
|
|
Q_EXPORT TQSplashScreen *DesignerApplication::showSplash()
|
|
|
|
|
{
|
|
|
|
|
TQRect screen = TQApplication::desktop()->screenGeometry();
|
|
|
|
|
TQSettings config;
|
|
|
|
@ -101,7 +101,7 @@ void DesignerApplication::closeSplash()
|
|
|
|
|
static TQString *settings_key = 0;
|
|
|
|
|
static TQString *old_settings_key = 0;
|
|
|
|
|
|
|
|
|
|
TQString DesignerApplication::settingsKey()
|
|
|
|
|
Q_EXPORT TQString DesignerApplication::settingsKey()
|
|
|
|
|
{
|
|
|
|
|
if ( !settings_key )
|
|
|
|
|
settings_key = new TQString( "/TQt Designer/" +
|
|
|
|
|