Elaztek Developer Hub
Blamite Game Engine - Keystone  00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
default.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QtWidgets/QMainWindow>
4 #include "ui_default.h"
5 
11 class keystone : public QMainWindow
12 {
13  Q_OBJECT
14 
15 public:
16  keystone(QWidget *parent = Q_NULLPTR);
17 
18 private:
19  Ui::keystoneClass ui;
20 };
keystone::keystone
keystone(QWidget *parent=Q_NULLPTR)
Definition: default.cpp:3
keystone
Early test dialog.
Definition: default.h:11
default.h