mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
Multi device support: added Qt version in main window status bar
This commit is contained in:
parent
4027b00675
commit
5dacda7f59
@ -348,7 +348,8 @@ void MainWindow::savePresetSettings(Preset* preset)
|
||||
|
||||
void MainWindow::createStatusBar()
|
||||
{
|
||||
m_showSystemWidget = new QLabel("SDRangel v2.0.0 " + QSysInfo::prettyProductName(), this);
|
||||
QString qtVersionStr = QString("Qt %1 ").arg(QT_VERSION_STR);
|
||||
m_showSystemWidget = new QLabel("SDRangel v2.0.0 " + qtVersionStr + QSysInfo::prettyProductName(), this);
|
||||
statusBar()->addPermanentWidget(m_showSystemWidget);
|
||||
|
||||
m_dateTimeWidget = new QLabel(tr("Date"), this);
|
||||
|
Loading…
Reference in New Issue
Block a user