12 lines
162 B
C++
12 lines
162 B
C++
|
|
#include "QtWindComputer.h"
|
||
|
|
|
||
|
|
QtWindComputer::QtWindComputer(QWidget *parent)
|
||
|
|
: QMainWindow(parent)
|
||
|
|
{
|
||
|
|
ui.setupUi(this);
|
||
|
|
}
|
||
|
|
|
||
|
|
QtWindComputer::~QtWindComputer()
|
||
|
|
{}
|
||
|
|
|