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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc868 QAction *quitAction = new QAction("Quit", "&Quit", CTRL+Key_Q, this); local
869 connect(quitAction, SIGNAL(activated()), SLOT(close()));
926 quitAction->addTo(config);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc1305 QAction *quitAction = new QAction("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); local
1306 connect(quitAction, SIGNAL(activated()), SLOT(close()));
1386 quitAction->addTo(config);

Completed in 46 milliseconds