changed to 80 max column
This commit is contained in:
@@ -23,7 +23,8 @@ class Notebook : public BaseWidget
|
||||
public:
|
||||
explicit Notebook(QWidget *parent);
|
||||
|
||||
NotebookTab *addPage(QWidget *page, QString title = QString(), bool select = false);
|
||||
NotebookTab *addPage(QWidget *page, QString title = QString(),
|
||||
bool select = false);
|
||||
void removePage(QWidget *page);
|
||||
void removeCurrentPage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user