Add transparent overlay window (#4746)
This commit is contained in:
@@ -18,6 +18,7 @@ class UpdateDialog;
|
||||
class NotebookButton;
|
||||
class NotebookTab;
|
||||
class SplitContainer;
|
||||
class Split;
|
||||
|
||||
enum NotebookTabLocation { Top = 0, Left = 1, Right = 2, Bottom = 3 };
|
||||
|
||||
@@ -229,6 +230,8 @@ public:
|
||||
|
||||
void addNotebookActionsToMenu(QMenu *menu) override;
|
||||
|
||||
void forEachSplit(const std::function<void(Split *)> &cb);
|
||||
|
||||
/**
|
||||
* Toggles between the "Show all tabs" and "Hide all tabs" tab visibility states
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user