Q3Action 60 scripts/kconfig/qconf.cc Q3Action *ConfigMainWindow::saveAction; Q3Action 831 scripts/kconfig/qconf.cc Q3Action *action; Q3Action 834 scripts/kconfig/qconf.cc action = new Q3Action(NULL, _("Show Name"), 0, this); Q3Action 842 scripts/kconfig/qconf.cc action = new Q3Action(NULL, _("Show Range"), 0, this); Q3Action 850 scripts/kconfig/qconf.cc action = new Q3Action(NULL, _("Show Data"), 0, this); Q3Action 1173 scripts/kconfig/qconf.cc Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup); Q3Action 1325 scripts/kconfig/qconf.cc backAction = new Q3Action("Back", QPixmap(xpm_back), _("Back"), 0, this); Q3Action 1328 scripts/kconfig/qconf.cc Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); Q3Action 1330 scripts/kconfig/qconf.cc Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, this); Q3Action 1332 scripts/kconfig/qconf.cc saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); Q3Action 1337 scripts/kconfig/qconf.cc Q3Action *saveAsAction = new Q3Action("Save As...", _("Save &As..."), 0, this); Q3Action 1339 scripts/kconfig/qconf.cc Q3Action *searchAction = new Q3Action("Find", _("&Find"), Qt::CTRL + Qt::Key_F, this); Q3Action 1341 scripts/kconfig/qconf.cc Q3Action *singleViewAction = new Q3Action("Single View", QPixmap(xpm_single_view), _("Single View"), 0, this); Q3Action 1343 scripts/kconfig/qconf.cc Q3Action *splitViewAction = new Q3Action("Split View", QPixmap(xpm_split_view), _("Split View"), 0, this); Q3Action 1345 scripts/kconfig/qconf.cc Q3Action *fullViewAction = new Q3Action("Full View", QPixmap(xpm_tree_view), _("Full View"), 0, this); Q3Action 1348 scripts/kconfig/qconf.cc Q3Action *showNameAction = new Q3Action(NULL, _("Show Name"), 0, this); Q3Action 1353 scripts/kconfig/qconf.cc Q3Action *showRangeAction = new Q3Action(NULL, _("Show Range"), 0, this); Q3Action 1358 scripts/kconfig/qconf.cc Q3Action *showDataAction = new Q3Action(NULL, _("Show Data"), 0, this); Q3Action 1387 scripts/kconfig/qconf.cc Q3Action *showDebugAction = new Q3Action(NULL, _("Show Debug Info"), 0, this); Q3Action 1393 scripts/kconfig/qconf.cc Q3Action *showIntroAction = new Q3Action(NULL, _("Introduction"), 0, this); Q3Action 1395 scripts/kconfig/qconf.cc Q3Action *showAboutAction = new Q3Action(NULL, _("About"), 0, this); Q3Action 305 scripts/kconfig/qconf.h static Q3Action *saveAction; Q3Action 335 scripts/kconfig/qconf.h Q3Action *backAction;