Show qt version in About screen
This commit is contained in:
@@ -284,6 +284,8 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
|
||||
QString version = QString("Version ") % QString(APP_VERSION) % " (" % QString(__DATE__) % ")";
|
||||
about.versionLabel->setText(version);
|
||||
|
||||
about.qtversion->setText( QString("QT Version ") % QString(QT_VERSION_STR) );
|
||||
|
||||
aboutDialog.exec();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user