Elaztek Developer Hub
Blamite Game Engine - Keystone  00390.07.02.23.1947.blamite
A library that enables the use of Qt in Blamite's editing tools.
qtdemo.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QMainWindow>
4 #include "ui_qtdemo.h"
5 
11 class qtdemo : public QMainWindow
12 {
13  Q_OBJECT
14 
15 public:
16  qtdemo(QWidget *parent = Q_NULLPTR);
17  ~qtdemo();
18 
19 private:
20  Ui::qtdemo ui;
21 
22 private slots:
23  void btn_midnight_Click();
24  void btn_nostyle_Click();
25  void menu_dialogs_errordialog_Click();
26 };
error_dialog.h
qtdemo
Early test dialog.
Definition: qtdemo.h:11
qtdemo::~qtdemo
~qtdemo()
Definition: qtdemo.cpp:14
qtdemo.h
qtdemo::qtdemo
qtdemo(QWidget *parent=Q_NULLPTR)
Definition: qtdemo.cpp:5
ErrorDialog
GUI for the Qt-based error dialog box.
Definition: error_dialog.h:12