amuse/Editor/SampleEditor.hpp

15 lines
238 B
C++
Raw Normal View History

#ifndef AMUSE_SAMPLE_EDITOR_HPP
#define AMUSE_SAMPLE_EDITOR_HPP
#include <QWidget>
class SampleEditor : public QWidget
{
Q_OBJECT
public:
explicit SampleEditor(QWidget* parent = Q_NULLPTR);
};
#endif //AMUSE_SAMPLE_EDITOR_HPP