mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refs #335, indicator for valid SELCAL code
This commit is contained in:
committed by
Roland Winklmeier
parent
ae79af5300
commit
f4e8b40bf9
@@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user