[UI] Internals page

* changed to callsign completer (combobox too long)
* allow to display own parts
This commit is contained in:
Klaus Basan
2020-04-17 11:22:36 +02:00
committed by Mat Sutcliffe
parent ea4a8f2462
commit 000d0da92a
6 changed files with 95 additions and 35 deletions

View File

@@ -30,6 +30,8 @@ namespace BlackGui
namespace Components
{
//! Select a remote aircraft
//! \deprecated list gets too long with many aircraft
//! \remark CCallsignCompleter as a better alternative
class BLACKGUI_EXPORT CRemoteAircraftSelector : public QFrame
{
Q_OBJECT
@@ -39,7 +41,7 @@ namespace BlackGui
explicit CRemoteAircraftSelector(QWidget *parent = nullptr);
//! Destructor
virtual ~CRemoteAircraftSelector();
virtual ~CRemoteAircraftSelector() override;
//! Selected callsign
BlackMisc::Aviation::CCallsign getSelectedCallsign() const;