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
4
MainWindow::MainWindow
(QWidget *parent)
5
: QMainWindow (parent), ui (new
Ui
::
MainWindow
)
6
{
7
ui->setupUi (
this
);
8
}
9
10
MainWindow::~MainWindow
() {
delete
ui
; }
MainWindow
Definition
mainwindow.h:19
MainWindow::ui
Ui::MainWindow * ui
Definition
mainwindow.h:37
MainWindow::MainWindow
MainWindow(QWidget *parent=nullptr)
Definition
mainwindow.cpp:5
MainWindow::~MainWindow
~MainWindow()
Definition
mainwindow.cpp:80
Ui
Definition
mainwindow.h:13
mainwindow.h
untitled
mainwindow.cpp
Generated by
1.14.0