Open Simulator Terrain Editor BRIGADOON-0007
Edit Terrain Files for Open Simulator Regions
Loading...
Searching...
No Matches
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)
6 , ui(new Ui::MainWindow)
7{
8 ui->setupUi(this);
9}
10
12{
13 delete ui;
14}
Ui::MainWindow * ui
Definition mainwindow.h:21
MainWindow(QWidget *parent=nullptr)
Definition mainwindow.cpp:4
Definition mainwindow.h:7