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.
theme_changing_dialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_theme_changing_dialog.h"
5
14
class
theme_changing_dialog
:
public
QDialog
15
{
16
Q_OBJECT
17
18
public
:
19
theme_changing_dialog
(QString new_theme_name, QWidget *parent = Q_NULLPTR);
20
~theme_changing_dialog
();
21
22
private
:
23
Ui::theme_changing_dialog ui;
24
};
theme_changing_dialog::theme_changing_dialog
theme_changing_dialog(QString new_theme_name, QWidget *parent=Q_NULLPTR)
Definition:
theme_changing_dialog.cpp:7
theme_changing_dialog
A theme changing notice dialog.
Definition:
theme_changing_dialog.h:14
theme_changing_dialog::~theme_changing_dialog
~theme_changing_dialog()
Definition:
theme_changing_dialog.cpp:20
keystone
components
ui
shared
dialogs
theme_changing
theme_changing_dialog.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17