1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

XTRX: GUI cosmetic changes

This commit is contained in:
f4exb
2019-01-03 13:07:17 +01:00
parent 7a6ecc41bc
commit 3b648609db
2 changed files with 1 additions and 7 deletions
@@ -66,9 +66,6 @@ XTRXInputGUI::XTRXInputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
ui->channelNumberText->setText(tr("#%1").arg(m_XTRXInput->getChannelIndex()));
ui->hwDecimLabel->setText(QString::fromUtf8("H\u2193"));
ui->swDecimLabel->setText(QString::fromUtf8("S\u2193"));
connect(&m_updateTimer, SIGNAL(timeout()), this, SLOT(updateHardware()));
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));
m_statusTimer.start(500);