mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
This commit is contained in:
@@ -154,7 +154,7 @@ namespace BlackGui
|
||||
{
|
||||
if (count > 0)
|
||||
{
|
||||
QCompleter *c = new QCompleter(this->getAircraftIcaoCodes().toCompleterStrings(), this);
|
||||
QCompleter *c = new QCompleter(this->getAircraftIcaoCodes().toCompleterStrings(true, true), this);
|
||||
c->setCaseSensitivity(Qt::CaseInsensitive);
|
||||
c->setCompletionMode(QCompleter::PopupCompletion);
|
||||
c->setMaxVisibleItems(10);
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
/*!
|
||||
* Distributor selector
|
||||
* Aircraft ICAO selector
|
||||
*/
|
||||
class BLACKGUI_EXPORT CDbAircraftIcaoSelectorComponent :
|
||||
public QFrame,
|
||||
|
||||
Reference in New Issue
Block a user