Searched refs:saveAction (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc42 QAction *ConfigMainWindow::saveAction; member in class:ConfigMainWindow
1309 saveAction = new QAction("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this);
1310 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
1312 // Set saveAction's initial state
1373 saveAction->addTo(toolBar);
1383 saveAction->addTo(config);
1691 if (saveAction)
1692 saveAction->setEnabled(conf_get_changed());
H A Dqconf.h308 static QAction *saveAction; member in class:ConfigMainWindow
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc872 QAction *saveAction = new QAction("Save", QPixmap(xpm_save), "&Save", CTRL+Key_S, this); local
873 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
913 saveAction->addTo(toolBar);
923 saveAction->addTo(config);

Completed in 86 milliseconds