Lines Matching refs:tr
71 QMessageBox::warning(this, tr("MDB Viz"),
72 tr("Cannot read file %1:\n%2.")
106 QMenu* fileMenu = this->menuBar()->addMenu(tr("&File"));
107 QToolBar* fileToolBar = this->addToolBar(tr("File"));
110 QAction* openAct = new QAction(openIcon, tr("&Open..."), this);
112 openAct->setStatusTip(tr("Open an existing file"));
120 QAction *exitAct = fileMenu->addAction(exitIcon, tr("E&xit"), this, &QWidget::close);
122 exitAct->setStatusTip(tr("Exit the application"));
125 fViewMenu = this->menuBar()->addMenu(tr("&View"));
130 QMenu* helpMenu = this->menuBar()->addMenu(tr("&Help"));
132 QAction *aboutAct = helpMenu->addAction(tr("&About"), this, &MainWindow::about);
133 aboutAct->setStatusTip(tr("Show the application's About box"));
143 this->statusBar()->showMessage(tr("Ready"));