Added x-attach-split-to-window command line arg (#2411)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -64,13 +64,18 @@ protected:
|
||||
NotebookButton *getAddButton();
|
||||
NotebookButton *addCustomButton();
|
||||
|
||||
private:
|
||||
struct Item {
|
||||
NotebookTab *tab{};
|
||||
QWidget *page{};
|
||||
QWidget *selectedWidget{};
|
||||
};
|
||||
|
||||
const QList<Item> items()
|
||||
{
|
||||
return items_;
|
||||
}
|
||||
|
||||
private:
|
||||
bool containsPage(QWidget *page);
|
||||
Item &findItem(QWidget *page);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user