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.
project_settings.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_project_settings.h"
5
6
class
project_settings
:
public
QDialog
7
{
8
Q_OBJECT
9
10
private
slots:
11
12
13
private
:
14
Ui::project_settings ui;
15
16
public
:
17
project_settings
(QWidget *parent = Q_NULLPTR);
18
~project_settings
();
19
};
project_settings::project_settings
project_settings(QWidget *parent=Q_NULLPTR)
Definition:
project_settings.cpp:3
project_settings::~project_settings
~project_settings()
Definition:
project_settings.cpp:8
project_settings
Definition:
project_settings.h:6
keystone
components
ui
foundry
windows
project_settings
project_settings.h
Generated on Sun Jun 27 2021 04:36:43 for Blamite Game Engine - Keystone by
1.8.17