Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
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);
21
~tool_gui_window
();
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
keystone
components
ui
tool
main_window
tool_gui_window.h
Generated on Sat Jan 23 2021 05:04:50 for Blamite Game Engine - Keystone by
1.8.17