added basic tabs and buttons
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
#include "notebookbutton.h"
|
||||||
|
|
||||||
|
NotebookButton::NotebookButton()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
#ifndef NOTEBOOKBUTTON_H
|
||||||
|
#define NOTEBOOKBUTTON_H
|
||||||
|
|
||||||
|
|
||||||
|
class NotebookButton
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
NotebookButton();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // NOTEBOOKBUTTON_H
|
||||||
Reference in New Issue
Block a user