mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
[UI] Internals page
* changed to callsign completer (combobox too long) * allow to display own parts
This commit is contained in:
committed by
Mat Sutcliffe
parent
ea4a8f2462
commit
000d0da92a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user