summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r--qt-ui/maintab.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
new file mode 100644
index 000000000..4569958c8
--- /dev/null
+++ b/qt-ui/maintab.cpp
@@ -0,0 +1,10 @@
+#include "maintab.h"
+#include "ui_maintab.h"
+
+MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
+ ui(new Ui::MainTab())
+{
+ ui->setupUi(this);
+}
+
+#include "maintab.moc"