mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 22:17:56 +00:00
Lots of foundational work for Amuse editor
This commit is contained in:
14
Editor/EditorWidget.hpp
Normal file
14
Editor/EditorWidget.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef AMUSE_EDITOR_WIDGET_HPP
|
||||
#define AMUSE_EDITOR_WIDGET_HPP
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class EditorWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EditorWidget(QWidget* parent = Q_NULLPTR);
|
||||
};
|
||||
|
||||
|
||||
#endif //AMUSE_EDITOR_WIDGET_HPP
|
||||
Reference in New Issue
Block a user