Lines Matching refs:_

37 #ifdef _
38 # undef _
39 # define _ qgettext macro
122 prompt = _(menu_get_prompt(menu)); in updateMenu()
211 prompt += _(" (NEW)"); in updateMenu()
322 setHeaderLabels(QStringList() << _("Option") << _("Name") << "N" << "M" << "Y" << _("Value")); in ConfigList()
878 action = new QAction(_("Show Name"), this); in contextMenuEvent()
886 action = new QAction(_("Show Range"), this); in contextMenuEvent()
894 action = new QAction(_("Show Data"), this); in contextMenuEvent()
1081 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1112 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1147 debug += print_filter(_(prop->text)); in debug_info()
1229 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu()
1256 layout2->addWidget(new QLabel(_("Find:"), this)); in ConfigSearchWindow()
1260 searchButton = new QPushButton(_("Search"), this); in ConfigSearchWindow()
1382 backAction = new QAction(QPixmap(xpm_back), _("Back"), this); in ConfigMainWindow()
1385 QAction *quitAction = new QAction(_("&Quit"), this); in ConfigMainWindow()
1388 QAction *loadAction = new QAction(QPixmap(xpm_load), _("&Load"), this); in ConfigMainWindow()
1391 saveAction = new QAction(QPixmap(xpm_save), _("&Save"), this); in ConfigMainWindow()
1397 QAction *saveAsAction = new QAction(_("Save &As..."), this); in ConfigMainWindow()
1399 QAction *searchAction = new QAction(_("&Find"), this); in ConfigMainWindow()
1402 singleViewAction = new QAction(QPixmap(xpm_single_view), _("Single View"), this); in ConfigMainWindow()
1405 splitViewAction = new QAction(QPixmap(xpm_split_view), _("Split View"), this); in ConfigMainWindow()
1408 fullViewAction = new QAction(QPixmap(xpm_tree_view), _("Full View"), this); in ConfigMainWindow()
1412 QAction *showNameAction = new QAction(_("Show Name"), this); in ConfigMainWindow()
1416 QAction *showRangeAction = new QAction(_("Show Range"), this); in ConfigMainWindow()
1419 QAction *showDataAction = new QAction(_("Show Data"), this); in ConfigMainWindow()
1430 configView->showNormalAction = new QAction(_("Show Normal Options"), optGroup); in ConfigMainWindow()
1431 configView->showAllAction = new QAction(_("Show All Options"), optGroup); in ConfigMainWindow()
1432 configView->showPromptAction = new QAction(_("Show Prompt Options"), optGroup); in ConfigMainWindow()
1437 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); in ConfigMainWindow()
1442 QAction *showIntroAction = new QAction( _("Introduction"), this); in ConfigMainWindow()
1444 QAction *showAboutAction = new QAction( _("About"), this); in ConfigMainWindow()
1458 QMenu* config = menu->addMenu(_("&File")); in ConfigMainWindow()
1466 QMenu* editMenu = menu->addMenu(_("&Edit")); in ConfigMainWindow()
1470 QMenu* optionMenu = menu->addMenu(_("&Option")); in ConfigMainWindow()
1480 QMenu* helpMenu = menu->addMenu(_("&Help")); in ConfigMainWindow()
1528 QMessageBox::information(this, "qconf", _("Unable to load configuration!")); in loadConfig()
1535 QMessageBox::information(this, "qconf", _("Unable to save configuration!")); in saveConfig()
1717 QMessageBox mb("qconf", _("Save configuration?"), QMessageBox::Warning, in closeEvent()
1719 mb.setButtonText(QMessageBox::Yes, _("&Save Changes")); in closeEvent()
1720 mb.setButtonText(QMessageBox::No, _("&Discard Changes")); in closeEvent()
1721 mb.setButtonText(QMessageBox::Cancel, _("Cancel Exit")); in closeEvent()
1740 static const QString str = _("Welcome to the qconf graphical configuration tool.\n\n" in showIntro()
1757 static const QString str = _("qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n" in showAbout()
1820 printf(_("%s [-s] <config>\n").toLatin1().constData(), progname); in usage()