Elaztek Developer Hub
Blamite Game Engine - Keystone  00307.01.26.21.0804.blamite
A library that enables the use of Qt in Blamite's editing tools.
sapien_run_command.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QWidget>
4 #include "ui_sapien_run_command.h"
5 
6 class sapien_run_command : public QWidget
7 {
8  Q_OBJECT
9 
10 public:
11  sapien_run_command(QWidget *parent = Q_NULLPTR);
13 
14 private:
15  Ui::sapien_run_command ui;
16 };
sapien_run_command::sapien_run_command
sapien_run_command(QWidget *parent=Q_NULLPTR)
Definition: sapien_run_command.cpp:3
sapien_run_command::~sapien_run_command
~sapien_run_command()
Definition: sapien_run_command.cpp:9
sapien_run_command
Definition: sapien_run_command.h:6