mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Ref T417, flight plan follow ups
* fixed eventfilter, only allow ASCII values, disable in read only mode * set remarks values "from external" * set SELCAL value
This commit is contained in:
@@ -100,6 +100,9 @@ namespace BlackGui
|
||||
//! Find best match in comboBox
|
||||
static bool setComboBoxValueByStartingString(QComboBox *box, const QString &candidate, const QString &unspecified = QString());
|
||||
|
||||
//! Find best match in comboBox
|
||||
static bool setComboBoxValueByContainingString(QComboBox *box, const QString &candidate, const QString &unspecified = QString());
|
||||
|
||||
//! Mime data with swift type
|
||||
static bool hasSwiftVariantMimeType(const QMimeData *mime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user