Manual-Labeling-Tool/Manual-Labeling-Client/Manual-Label-Tool-Widget/QtWindComputer.cpp

12 lines
162 B
C++

#include "QtWindComputer.h"
QtWindComputer::QtWindComputer(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
}
QtWindComputer::~QtWindComputer()
{}