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