added basic tabs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include "notebook.h"
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
@@ -14,6 +15,7 @@ class MainWindow : public QMainWindow
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = 0);
|
||||
~MainWindow();
|
||||
Notebook notebook;
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
Reference in New Issue
Block a user