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.
FeedbackDialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include "ui_FeedbackDialog.h"
5
6
class
FeedbackDialog
:
public
QDialog
7
{
8
Q_OBJECT
9
10
public
:
11
FeedbackDialog
(QWidget *parent = Q_NULLPTR);
12
~FeedbackDialog
();
13
14
private
:
15
Ui::FeedbackDialog ui;
16
};
FeedbackDialog
Definition:
FeedbackDialog.h:6
FeedbackDialog::FeedbackDialog
FeedbackDialog(QWidget *parent=Q_NULLPTR)
Definition:
FeedbackDialog.cpp:5
FeedbackDialog.h
FeedbackDialog::~FeedbackDialog
~FeedbackDialog()
Definition:
FeedbackDialog.cpp:12
keystone
components
ui
shared
dialogs
feedback
FeedbackDialog.h
Generated on Fri Sep 29 2023 10:04:23 for Blamite Game Engine - Keystone by
1.8.17