Elaztek Developer Hub
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);
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