1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

Added build info in the about dialog box

This commit is contained in:
f4exb 2018-01-07 03:36:47 +01:00
parent 2bb579fb4b
commit 9fda9804e3
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,7 @@ AboutDialog::AboutDialog(QWidget* parent) :
{
ui->setupUi(this);
ui->version->setText(QString("Version %1 - Copyright (C) 2015-2018 Edouard Griffiths, F4EXB.").arg(qApp->applicationVersion()));
ui->build->setText(QString("Build info: Qt %1 %2 bits").arg(QT_VERSION_STR).arg(QT_POINTER_SIZE*8));
}
AboutDialog::~AboutDialog()

View File

@ -88,6 +88,13 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="build">
<property name="text">
<string>Here goes the build info</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="info">
<property name="text">