mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 22:07:58 +03:00
Imported Upstream version 0.26.0
This commit is contained in:
commit
9a2b6c69b6
1398 changed files with 212217 additions and 0 deletions
29
extern/shiny/Editor/AddPropertyDialog.hpp
vendored
Normal file
29
extern/shiny/Editor/AddPropertyDialog.hpp
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
#ifndef ADDPROPERTYDIALOG_H
|
||||
#define ADDPROPERTYDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class AddPropertyDialog;
|
||||
}
|
||||
|
||||
class AddPropertyDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AddPropertyDialog(QWidget *parent = 0);
|
||||
~AddPropertyDialog();
|
||||
|
||||
int mType;
|
||||
QString mName;
|
||||
|
||||
public slots:
|
||||
void accepted();
|
||||
void rejected();
|
||||
|
||||
private:
|
||||
Ui::AddPropertyDialog *ui;
|
||||
};
|
||||
|
||||
#endif // ADDPROPERTYDIALOG_H
|
Loading…
Add table
Add a link
Reference in a new issue