Searched refs:configApp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc39 static QApplication *configApp; variable
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
946 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1217 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
1265 QDesktopWidget *d = configApp->desktop();
1586 configApp->processEvents();
1732 configApp = new QApplication(ac, av);
1755 configApp->setMainWidget(v);
1756 configApp->connect(configApp, SIGNA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc34 static QApplication *configApp; variable
819 QWidget *d = configApp->desktop();
1205 configApp->processEvents();
1399 configApp = new QApplication(ac, av);
1421 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit()));
1422 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings()));
1423 configApp->exec();

Completed in 119 milliseconds