Searched refs:Q3Action (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/ |
D | qconf.cc | 59 Q3Action *ConfigMainWindow::saveAction; 825 Q3Action *action; in contextMenuEvent() 828 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent() 836 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent() 844 action = new Q3Action(NULL, _("Show Data"), 0, this); in contextMenuEvent() 1167 Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup); in createPopupMenu() 1319 backAction = new Q3Action("Back", QPixmap(xpm_back), _("Back"), 0, this); in ConfigMainWindow() 1322 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow() 1324 …Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow() 1326 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow() [all …]
|
D | qconf.h | 21 #define Q3Action QAction macro 304 static Q3Action *saveAction; 334 Q3Action *backAction;
|