Lines Matching refs:QAction

45 QAction *ConfigMainWindow::saveAction;
883 QAction *action; in contextMenuEvent()
886 action = new QAction(_("Show Name"), this); in contextMenuEvent()
894 action = new QAction(_("Show Range"), this); in contextMenuEvent()
902 action = new QAction(_("Show Data"), this); in contextMenuEvent()
918 QAction *ConfigView::showNormalAction;
919 QAction *ConfigView::showAllAction;
920 QAction *ConfigView::showPromptAction;
951 void ConfigView::setOptionMode(QAction *act) in setOptionMode()
1237 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu()
1390 backAction = new QAction(QPixmap(xpm_back), _("Back"), this); in ConfigMainWindow()
1393 QAction *quitAction = new QAction(_("&Quit"), this); in ConfigMainWindow()
1396 QAction *loadAction = new QAction(QPixmap(xpm_load), _("&Load"), this); in ConfigMainWindow()
1399 saveAction = new QAction(QPixmap(xpm_save), _("&Save"), this); in ConfigMainWindow()
1405 QAction *saveAsAction = new QAction(_("Save &As..."), this); in ConfigMainWindow()
1407 QAction *searchAction = new QAction(_("&Find"), this); in ConfigMainWindow()
1410 singleViewAction = new QAction(QPixmap(xpm_single_view), _("Single View"), this); in ConfigMainWindow()
1413 splitViewAction = new QAction(QPixmap(xpm_split_view), _("Split View"), this); in ConfigMainWindow()
1416 fullViewAction = new QAction(QPixmap(xpm_tree_view), _("Full View"), this); in ConfigMainWindow()
1420 QAction *showNameAction = new QAction(_("Show Name"), this); in ConfigMainWindow()
1424 QAction *showRangeAction = new QAction(_("Show Range"), this); in ConfigMainWindow()
1427 QAction *showDataAction = new QAction(_("Show Data"), this); in ConfigMainWindow()
1433 connect(optGroup, SIGNAL(triggered(QAction*)), configView, in ConfigMainWindow()
1434 SLOT(setOptionMode(QAction *))); in ConfigMainWindow()
1435 connect(optGroup, SIGNAL(triggered(QAction *)), menuView, in ConfigMainWindow()
1436 SLOT(setOptionMode(QAction *))); in ConfigMainWindow()
1438 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1440 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1445 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); in ConfigMainWindow()
1450 QAction *showIntroAction = new QAction( _("Introduction"), this); in ConfigMainWindow()
1452 QAction *showAboutAction = new QAction( _("About"), this); in ConfigMainWindow()