Elaztek Developer Hub
Blamite Game Engine - Keystone  00305.01.23.21.0442.blamite
A library that enables the use of Qt in Blamite's editing tools.
tool_gui_window.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QMainWindow>
4 #include "ui_tool_gui_window.h"
5 
15 class tool_gui_window : public QMainWindow
16 {
17  Q_OBJECT
18 
19 public:
20  tool_gui_window(QWidget *parent = Q_NULLPTR);
22 
23 private:
24  Ui::tool_gui_window ui;
25 };
tool_gui_window::tool_gui_window
tool_gui_window(QWidget *parent=Q_NULLPTR)
Definition: tool_gui_window.cpp:3
tool_gui_window
The main window for Tool's GUI.
Definition: tool_gui_window.h:15
tool_gui_window::~tool_gui_window
~tool_gui_window()
Definition: tool_gui_window.cpp:8