added basic tabs

This commit is contained in:
fourtf
2016-12-30 12:20:26 +01:00
parent cfda4798d4
commit 2ce96a05bc
11 changed files with 240 additions and 27 deletions
+3 -2
View File
@@ -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;
}