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