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:
parent
2bb579fb4b
commit
9fda9804e3
@ -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()
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user