Home
last modified time | relevance | path

Searched refs:Q3Action (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dqconf.cc60 Q3Action *ConfigMainWindow::saveAction;
831 Q3Action *action; in contextMenuEvent()
834 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent()
842 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent()
850 action = new Q3Action(NULL, _("Show Data"), 0, this); in contextMenuEvent()
1173 Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup); in createPopupMenu()
1325 backAction = new Q3Action("Back", QPixmap(xpm_back), _("Back"), 0, this); in ConfigMainWindow()
1328 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow()
1330Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow()
1332 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow()
[all …]
Dqconf.h21 #define Q3Action QAction macro
305 static Q3Action *saveAction;
335 Q3Action *backAction;