refs #335, indicator for valid SELCAL code

This commit is contained in:
Klaus Basan
2014-11-07 19:24:47 +01:00
committed by Roland Winklmeier
parent ae79af5300
commit f4e8b40bf9
3 changed files with 53 additions and 4 deletions

View File

@@ -57,8 +57,15 @@ namespace BlackGui
//! Value has been changed
void valueChanged();
private slots:
//! SELCAL changed
void ps_selcalIndexChanged();
private:
QScopedPointer<Ui::CSelcalCodeSelector> ui;
//! Set valid/invalid icon
void setValidityHint();
};
}