Lines Matching refs:_
51 #ifdef _
52 # undef _
53 # define _ qgettext macro
132 prompt = _(menu_get_prompt(menu)); in updateMenu()
224 prompt += _(" (NEW)"); in updateMenu()
362 addColumn(promptColIdx, _("Option")); in ConfigList()
387 addColumn(nameColIdx, _("Name")); in reinit()
394 addColumn(dataColIdx, _("Value")); in reinit()
828 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent()
836 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent()
844 action = new Q3Action(NULL, _("Show Data"), 0, this); in contextMenuEvent()
1019 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1050 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1085 debug += print_filter(_(prop->text)); in debug_info()
1167 Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup); in createPopupMenu()
1189 layout2->addWidget(new QLabel(_("Find:"), this)); in ConfigSearchWindow()
1193 searchButton = new QPushButton(_("Search"), this); in ConfigSearchWindow()
1319 backAction = new Q3Action("Back", QPixmap(xpm_back), _("Back"), 0, this); in ConfigMainWindow()
1322 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow()
1324 …Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow()
1326 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow()
1331 Q3Action *saveAsAction = new Q3Action("Save As...", _("Save &As..."), 0, this); in ConfigMainWindow()
1333 Q3Action *searchAction = new Q3Action("Find", _("&Find"), Qt::CTRL + Qt::Key_F, this); in ConfigMainWindow()
1335 …Q3Action *singleViewAction = new Q3Action("Single View", QPixmap(xpm_single_view), _("Single View"… in ConfigMainWindow()
1337 …Q3Action *splitViewAction = new Q3Action("Split View", QPixmap(xpm_split_view), _("Split View"), 0… in ConfigMainWindow()
1339 …Q3Action *fullViewAction = new Q3Action("Full View", QPixmap(xpm_tree_view), _("Full View"), 0, th… in ConfigMainWindow()
1342 Q3Action *showNameAction = new Q3Action(NULL, _("Show Name"), 0, this); in ConfigMainWindow()
1347 Q3Action *showRangeAction = new Q3Action(NULL, _("Show Range"), 0, this); in ConfigMainWindow()
1352 Q3Action *showDataAction = new Q3Action(NULL, _("Show Data"), 0, this); in ConfigMainWindow()
1366 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1367 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1368 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1370 configView->showNormalAction = new QAction(_("Show Normal Options"), 0, optGroup); in ConfigMainWindow()
1371 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()
1372 configView->showPromptAction = new QAction(_("Show Prompt Options"), 0, optGroup); in ConfigMainWindow()
1381 Q3Action *showDebugAction = new Q3Action(NULL, _("Show Debug Info"), 0, this); in ConfigMainWindow()
1387 Q3Action *showIntroAction = new Q3Action(NULL, _("Introduction"), 0, this); in ConfigMainWindow()
1389 Q3Action *showAboutAction = new Q3Action(NULL, _("About"), 0, this); in ConfigMainWindow()
1404 menu->insertItem(_("&File"), config); in ConfigMainWindow()
1413 menu->insertItem(_("&Edit"), editMenu); in ConfigMainWindow()
1418 menu->insertItem(_("&Option"), optionMenu); in ConfigMainWindow()
1429 menu->insertItem(_("&Help"), helpMenu); in ConfigMainWindow()
1477 QMessageBox::information(this, "qconf", _("Unable to load configuration!")); in loadConfig()
1484 QMessageBox::information(this, "qconf", _("Unable to save configuration!")); in saveConfig()
1638 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent()
1640 mb.setButtonText(QMessageBox::Yes, _("&Save Changes")); in closeEvent()
1641 mb.setButtonText(QMessageBox::No, _("&Discard Changes")); in closeEvent()
1642 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit")); in closeEvent()
1657 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro()
1674 …static const QString str = _("qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\… in showAbout()
1736 printf(_("%s <config>\n"), progname); in usage()