Lines Matching refs:_
37 #ifdef _
38 # undef _
39 # define _ qgettext macro
130 prompt = _(menu_get_prompt(menu)); in updateMenu()
219 prompt += _(" (NEW)"); in updateMenu()
330 setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value")); in ConfigList()
886 action = new QAction(_("Show Name"), this); in contextMenuEvent()
894 action = new QAction(_("Show Range"), this); in contextMenuEvent()
902 action = new QAction(_("Show Data"), this); in contextMenuEvent()
1089 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1120 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1155 debug += print_filter(_(prop->text)); in debug_info()
1237 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu()
1264 layout2->addWidget(new QLabel(_("Find:"), this)); in ConfigSearchWindow()
1268 searchButton = new QPushButton(_("Search"), this); in ConfigSearchWindow()
1390 backAction = new QAction(QPixmap(xpm_back), _("Back"), this); in ConfigMainWindow()
1393 QAction *quitAction = new QAction(_("&Quit"), this); in ConfigMainWindow()
1396 QAction *loadAction = new QAction(QPixmap(xpm_load), _("&Load"), this); in ConfigMainWindow()
1399 saveAction = new QAction(QPixmap(xpm_save), _("&Save"), this); in ConfigMainWindow()
1405 QAction *saveAsAction = new QAction(_("Save &As..."), this); in ConfigMainWindow()
1407 QAction *searchAction = new QAction(_("&Find"), this); in ConfigMainWindow()
1410 singleViewAction = new QAction(QPixmap(xpm_single_view), _("Single View"), this); in ConfigMainWindow()
1413 splitViewAction = new QAction(QPixmap(xpm_split_view), _("Split View"), this); in ConfigMainWindow()
1416 fullViewAction = new QAction(QPixmap(xpm_tree_view), _("Full View"), this); in ConfigMainWindow()
1420 QAction *showNameAction = new QAction(_("Show Name"), this); in ConfigMainWindow()
1424 QAction *showRangeAction = new QAction(_("Show Range"), this); in ConfigMainWindow()
1427 QAction *showDataAction = new QAction(_("Show Data"), this); in ConfigMainWindow()
1438 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1439 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1440 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1445 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); in ConfigMainWindow()
1450 QAction *showIntroAction = new QAction( _("Introduction"), this); in ConfigMainWindow()
1452 QAction *showAboutAction = new QAction( _("About"), this); in ConfigMainWindow()
1466 QMenu* config = menu->addMenu(_("&File")); in ConfigMainWindow()
1474 QMenu* editMenu = menu->addMenu(_("&Edit")); in ConfigMainWindow()
1478 QMenu* optionMenu = menu->addMenu(_("&Option")); in ConfigMainWindow()
1489 QMenu* helpMenu = menu->addMenu(_("&Help")); in ConfigMainWindow()
1537 QMessageBox::information(this, "qconf", _("Unable to load configuration!")); in loadConfig()
1544 QMessageBox::information(this, "qconf", _("Unable to save configuration!")); in saveConfig()
1726 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent()
1728 mb.setButtonText(QMessageBox::Yes, _("&Save Changes")); in closeEvent()
1729 mb.setButtonText(QMessageBox::No, _("&Discard Changes")); in closeEvent()
1730 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit")); in closeEvent()
1749 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro()
1766 static const QString str = _("qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout()
1829 printf(_("%s [-s] <config>\n").toLatin1().constData(), progname); in usage()