Searched refs:showAllAction (Results 1 – 7 of 7) sorted by relevance
113 static QAction *showNormalAction, *showAllAction, *showPromptAction; variable
363 else if (action == showAllAction) in setOptionMode()915 QAction *ConfigList::showAllAction; member in ConfigList1419 ConfigList::showAllAction = new QAction("Show All Options", optGroup); in ConfigMainWindow()1420 ConfigList::showAllAction->setCheckable(true); in ConfigMainWindow()
237 static QAction *showAllAction; variable
919 QAction *ConfigView::showAllAction; member in ConfigView955 else if (act == showAllAction) in setOptionMode()1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()1442 configView->showAllAction->setCheckable(true); in ConfigMainWindow()
623 QAction *showAllAction = new QAction(tr("Show All History"), this); in postPopulated() local624 connect(showAllAction, SIGNAL(triggered()), this, SLOT(showHistoryDialog())); in postPopulated()625 addAction(showAllAction); in postPopulated()