first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "QWidget"
|
||||
#include "notebook.h"
|
||||
#include "notebookpage.h"
|
||||
|
||||
Notebook::Notebook(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
NotebookPage
|
||||
Notebook::AddPage()
|
||||
{
|
||||
return new NotebookPage(this);
|
||||
}
|
||||
Reference in New Issue
Block a user