Lines Matching refs:_

52 #ifdef _
53 # undef _
54 # define _ qgettext macro
138 prompt = _(menu_get_prompt(menu)); in updateMenu()
230 prompt += _(" (NEW)"); in updateMenu()
368 addColumn(promptColIdx, _("Option")); in ConfigList()
393 addColumn(nameColIdx, _("Name")); in reinit()
400 addColumn(dataColIdx, _("Value")); in reinit()
834 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent()
842 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent()
850 action = new Q3Action(NULL, _("Show Data"), 0, this); in contextMenuEvent()
1025 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1056 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1091 debug += print_filter(_(prop->text)); in debug_info()
1173 Q3Action* action = new Q3Action(NULL, _("Show Debug Info"), 0, popup); in createPopupMenu()
1195 layout2->addWidget(new QLabel(_("Find:"), this)); in ConfigSearchWindow()
1199 searchButton = new QPushButton(_("Search"), this); in ConfigSearchWindow()
1325 backAction = new Q3Action("Back", QPixmap(xpm_back), _("Back"), 0, this); in ConfigMainWindow()
1328 Q3Action *quitAction = new Q3Action("Quit", _("&Quit"), Qt::CTRL + Qt::Key_Q, this); in ConfigMainWindow()
1330 …Q3Action *loadAction = new Q3Action("Load", QPixmap(xpm_load), _("&Load"), Qt::CTRL + Qt::Key_L, t… in ConfigMainWindow()
1332 saveAction = new Q3Action("Save", QPixmap(xpm_save), _("&Save"), Qt::CTRL + Qt::Key_S, this); in ConfigMainWindow()
1337 Q3Action *saveAsAction = new Q3Action("Save As...", _("Save &As..."), 0, this); in ConfigMainWindow()
1339 Q3Action *searchAction = new Q3Action("Find", _("&Find"), Qt::CTRL + Qt::Key_F, this); in ConfigMainWindow()
1341 …Q3Action *singleViewAction = new Q3Action("Single View", QPixmap(xpm_single_view), _("Single View"… in ConfigMainWindow()
1343 …Q3Action *splitViewAction = new Q3Action("Split View", QPixmap(xpm_split_view), _("Split View"), 0… in ConfigMainWindow()
1345 …Q3Action *fullViewAction = new Q3Action("Full View", QPixmap(xpm_tree_view), _("Full View"), 0, th… in ConfigMainWindow()
1348 Q3Action *showNameAction = new Q3Action(NULL, _("Show Name"), 0, this); in ConfigMainWindow()
1353 Q3Action *showRangeAction = new Q3Action(NULL, _("Show Range"), 0, this); in ConfigMainWindow()
1358 Q3Action *showDataAction = new Q3Action(NULL, _("Show Data"), 0, this); in ConfigMainWindow()
1372 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1373 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1374 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1376 configView->showNormalAction = new QAction(_("Show Normal Options"), 0, optGroup); in ConfigMainWindow()
1377 configView->showAllAction = new QAction(_("Show All Options"), 0, optGroup); in ConfigMainWindow()
1378 configView->showPromptAction = new QAction(_("Show Prompt Options"), 0, optGroup); in ConfigMainWindow()
1387 Q3Action *showDebugAction = new Q3Action(NULL, _("Show Debug Info"), 0, this); in ConfigMainWindow()
1393 Q3Action *showIntroAction = new Q3Action(NULL, _("Introduction"), 0, this); in ConfigMainWindow()
1395 Q3Action *showAboutAction = new Q3Action(NULL, _("About"), 0, this); in ConfigMainWindow()
1410 menu->insertItem(_("&File"), config); in ConfigMainWindow()
1419 menu->insertItem(_("&Edit"), editMenu); in ConfigMainWindow()
1424 menu->insertItem(_("&Option"), optionMenu); in ConfigMainWindow()
1435 menu->insertItem(_("&Help"), helpMenu); in ConfigMainWindow()
1483 QMessageBox::information(this, "qconf", _("Unable to load configuration!")); in loadConfig()
1490 QMessageBox::information(this, "qconf", _("Unable to save configuration!")); in saveConfig()
1647 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent()
1649 mb.setButtonText(QMessageBox::Yes, _("&Save Changes")); in closeEvent()
1650 mb.setButtonText(QMessageBox::No, _("&Discard Changes")); in closeEvent()
1651 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit")); in closeEvent()
1670 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro()
1687 …static const QString str = _("qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\… in showAbout()
1749 printf(_("%s [-s] <config>\n"), progname); in usage()