Work on amuse GUI, use C++ linking for audio decoders

This commit is contained in:
Jack Andersen
2018-07-09 11:05:31 -07:00
parent 1e8ce19b16
commit cdc720b8a7
46 changed files with 1822 additions and 56 deletions

14
Editor/SampleEditor.hpp Normal file
View File

@@ -0,0 +1,14 @@
#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