added basic tabs and buttons

This commit is contained in:
fourtf 2016-12-30 12:19:31 +01:00
parent 936aeda484
commit cfda4798d4
2 changed files with 17 additions and 0 deletions

6
notebookbutton.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "notebookbutton.h"
NotebookButton::NotebookButton()
{
}

11
notebookbutton.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef NOTEBOOKBUTTON_H
#define NOTEBOOKBUTTON_H
class NotebookButton
{
public:
NotebookButton();
};
#endif // NOTEBOOKBUTTON_H