added basic tabs
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
#include "QWidget"
|
||||
#include "notebookpage.h"
|
||||
#include "notebooktab.h"
|
||||
|
||||
NotebookPage::NotebookPage(QWidget *parent)
|
||||
NotebookPage::NotebookPage(QWidget *parent, NotebookTab *tab)
|
||||
: QWidget(parent)
|
||||
{
|
||||
|
||||
this->tab = tab;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user