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.
about_guerilla.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QDialog>
4 #include "ui_about_guerilla.h"
5 
9 class about_guerilla : public QDialog
10 {
11  Q_OBJECT
12 
13 private slots:
17  void lbl_version_Click();
18 
22  void btn_ok_Click();
23 
27  void btn_blamite_Click();
28 
29 private:
30  Ui::about_guerilla ui;
31 
35  void resizeEvent(QResizeEvent* event);
36 
40  void showEvent(QShowEvent* event);
41 
45  void mousePressEvent(QMouseEvent* event);
46 
47 public:
51  about_guerilla(QWidget *parent = Q_NULLPTR);
52 
57 };
about_guerilla::~about_guerilla
~about_guerilla()
Destroys the about box.
Definition: about_guerilla.cpp:42
about_guerilla::about_guerilla
about_guerilla(QWidget *parent=Q_NULLPTR)
Constructs the about box.
Definition: about_guerilla.cpp:13
about_guerilla
The Guerilla about dialog.
Definition: about_guerilla.h:9