Opensim Control Panel BRIGADOON-0013
This program provides a control panel for an Open Simulator Instance
Loading...
Searching...
No Matches
untitled/mainwindow.cpp
Go to the documentation of this file.
1#include "mainwindow.h"
2#include "./ui_mainwindow.h"
3
4MainWindow::MainWindow (QWidget *parent)
5 : QMainWindow (parent), ui (new Ui::MainWindow)
6{
7 ui->setupUi (this);
8}
9
10MainWindow::~MainWindow () { delete ui; }
Ui::MainWindow * ui
Definition mainwindow.h:37
MainWindow(QWidget *parent=nullptr)
Definition mainwindow.cpp:5