Searched refs:showPromptAction (Results 1 – 2 of 2) sorted by relevance
868 QAction *ConfigView::showPromptAction; member in ConfigView1374 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()1378 configView->showPromptAction = new QAction(_("Show Prompt Options"), 0, optGroup); in ConfigMainWindow()1384 configView->showPromptAction->setToggleAction(TRUE); in ConfigMainWindow()1385 configView->showPromptAction->setOn(configList->optMode == promptOpt); in ConfigMainWindow()
249 static QAction *showPromptAction; variable