added custom window frame to the emote popup
This commit is contained in:
@@ -21,7 +21,7 @@ class Notebook2 : public BaseWidget
|
||||
public:
|
||||
explicit Notebook2(QWidget *parent);
|
||||
|
||||
NotebookTab2 *addPage(QWidget *page, bool select = false);
|
||||
NotebookTab2 *addPage(QWidget *page, QString title = QString(), bool select = false);
|
||||
void removePage(QWidget *page);
|
||||
void removeCurrentPage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user