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
00326.06.27.21.0407.blamite
A library that enables the use of Qt in Blamite's editing tools.
about_guerilla.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_about_guerilla.h"
5
9
class
about_guerilla
:
public
QDialog
10
{
11
Q_OBJECT
12
13
private
slots:
17
void
lbl_version_Click();
18
22
void
btn_ok_Click();
23
27
void
btn_blamite_Click();
28
29
private
:
30
Ui::about_guerilla ui;
31
35
void
resizeEvent(QResizeEvent* event);
36
40
void
showEvent(QShowEvent* event);
41
45
void
mousePressEvent(QMouseEvent* event);
46
47
public
:
51
about_guerilla
(QWidget *parent = Q_NULLPTR);
52
56
~about_guerilla
();
57
};
about_guerilla::~about_guerilla
~about_guerilla()
Destroys the about box.
Definition:
about_guerilla.cpp:42
about_guerilla::about_guerilla
about_guerilla(QWidget *parent=Q_NULLPTR)
Constructs the about box.
Definition:
about_guerilla.cpp:13
about_guerilla
The Guerilla about dialog.
Definition:
about_guerilla.h:9
keystone
components
ui
guerilla
windows
about
about_guerilla.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17