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.
about_qt.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QDialog>
4 #include "ui_about_qt.h"
5 
11 class about_qt : public QDialog
12 {
13  Q_OBJECT
14 
15 public:
16  about_qt(QWidget *parent = Q_NULLPTR);
17  ~about_qt();
18 
19 private:
20  Ui::about_qt ui;
21 
22  QGraphicsScene* scene;
23  QGraphicsPixmapItem* pixmap_item;
24 
25  void resizeEvent(QResizeEvent* event);
26  void showEvent(QShowEvent* event);
27 
28 private slots:
29  void btn_ok_Click();
30 };
about_qt::about_qt
about_qt(QWidget *parent=Q_NULLPTR)
Definition: about_qt.cpp:10
themes.h
about_qt
Old custom Qt about dialog.
Definition: about_qt.h:11
about_qt.h
about_qt::~about_qt
~about_qt()
Definition: about_qt.cpp:41
BlamKeystone::Themes::GetActiveTheme
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335