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.
foundry_editor_settings.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
#include "ui_foundry_editor_settings.h"
5
6
#include "
components/ui/shared/dialogs/style_editor/qt_style_editor.h
"
7
11
class
foundry_editor_settings
:
public
QWidget
12
{
13
Q_OBJECT
14
15
private
slots:
16
void
btn_theme_editor_Click();
17
void
cbox_appearance_theme_IndexChanged(
int
index);
18
void
cbox_theme_variant_IndexChanged(
int
index);
19
20
private
:
21
Ui::foundry_editor_settings ui;
22
23
qt_style_editor
style_editor;
24
25
public
:
26
foundry_editor_settings
(QWidget *parent = Q_NULLPTR);
27
~foundry_editor_settings
();
28
};
foundry_editor_settings::foundry_editor_settings
foundry_editor_settings(QWidget *parent=Q_NULLPTR)
Definition:
foundry_editor_settings.cpp:6
foundry_editor_settings::~foundry_editor_settings
~foundry_editor_settings()
Definition:
foundry_editor_settings.cpp:24
foundry_editor_settings
The Foundry settings dialog.
Definition:
foundry_editor_settings.h:11
qt_style_editor
A style editing window.
Definition:
qt_style_editor.h:15
qt_style_editor.h
keystone
components
ui
foundry
windows
editor_settings
foundry_editor_settings.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17