mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T491, prevent standard message tab from closing, search tabs from right to left
This commit is contained in:
committed by
Mat Sutcliffe
parent
7a6a822432
commit
ea7694248e
@@ -117,6 +117,9 @@ namespace BlackGui
|
||||
//! Select given tab
|
||||
void selectTabWidget(TextMessageTab tab);
|
||||
|
||||
//! Is that a closeable tab (one the user can close)
|
||||
bool isCloseableTab(const QWidget *tabWidget) const;
|
||||
|
||||
//! New message tab for given callsign
|
||||
QWidget *addNewTextMessageTab(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user