Lines Matching refs:configApp
29 static QApplication *configApp;
321 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
939 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1270 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1317 QDesktopWidget *d = configApp->desktop();
1694 configApp->processEvents();
1874 configApp = new QApplication(ac, av);
1881 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
1882 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));
1884 configApp->exec();
1889 delete configApp;