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
+4 -2
View File
@@ -28,12 +28,14 @@ SOURCES += main.cpp\
chatwidget.cpp \
notebook.cpp \
notebooktab.cpp \
notebookpage.cpp
notebookpage.cpp \
notebookbutton.cpp
HEADERS += mainwindow.h \
chatwidget.h \
notebook.h \
notebooktab.h \
notebookpage.h
notebookpage.h \
notebookbutton.h
FORMS += mainwindow.ui