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

/scripts/kconfig/
H A Dqconf.cc59 Q3Action *ConfigMainWindow::saveAction; member in class:ConfigMainWindow
1326 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this);
1327 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
1329 // Set saveAction's initial state
1396 saveAction->addTo(toolBar);
1406 saveAction->addTo(config);
1712 if (saveAction)
1713 saveAction->setEnabled(conf_get_changed());
H A Dqconf.h304 static Q3Action *saveAction; member in class:ConfigMainWindow

Completed in 5 milliseconds