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
00402.09.29.23.0627.blamite
A library that enables the use of Qt in Blamite's editing tools.
about_qt.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_about_qt.h"
5
11
class
about_qt
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
about_qt
(QWidget *parent = Q_NULLPTR);
17
~about_qt
();
18
19
private
:
20
Ui::about_qt ui;
21
22
QGraphicsScene* scene;
23
QGraphicsPixmapItem* pixmap_item;
24
25
void
resizeEvent(QResizeEvent* event);
26
void
showEvent(QShowEvent* event);
27
28
private
slots:
29
void
btn_ok_Click();
30
};
about_qt::about_qt
about_qt(QWidget *parent=Q_NULLPTR)
Definition:
about_qt.cpp:10
themes.h
about_qt
Old custom Qt about dialog.
Definition:
about_qt.h:11
about_qt.h
about_qt::~about_qt
~about_qt()
Definition:
about_qt.cpp:41
BlamKeystone::Themes::GetActiveTheme
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition:
themes.cpp:335
keystone
components
ui
shared
dialogs
about_qt
about_qt.h
Generated on Fri Sep 29 2023 10:04:23 for Blamite Game Engine - Keystone by
1.8.17