aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
blob: 851d1aa1c1d5b46c9100fee09638014f520ba55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "mainwindow.h"
#include "ui_mainwindow.h"

#include <QVBoxLayout>

MainWindow::MainWindow() : ui(new Ui::MainWindow())
{
	ui->setupUi(this);
}

#include "mainwindow.moc"