mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Nicer about box and some more image tweaks.
This commit is contained in:
parent
4c909224f3
commit
e3f2f08d24
3 changed files with 4 additions and 1 deletions
|
@ -1544,7 +1544,10 @@ void MainWindow::about()
|
|||
aboutStr.append(tr("Version %1, %3").arg(C9X_VERSION).arg(__DATE__));
|
||||
aboutStr.append("<br/><br/>");
|
||||
aboutStr.append(tr("Copyright") + " Bertrand Songis & Romolo Manfredini<br/>© 2011-2014<br/>");
|
||||
QMessageBox::about(this, tr("About Companion"), aboutStr);
|
||||
QMessageBox msgBox(this);
|
||||
msgBox.setWindowTitle(tr("About Companion"));
|
||||
msgBox.setText(aboutStr);
|
||||
msgBox.exec();
|
||||
}
|
||||
|
||||
void MainWindow::updateMenus()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue