mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Work on amuse GUI, use C++ linking for audio decoders
This commit is contained in:
14
Editor/StatusBarWidget.hpp
Normal file
14
Editor/StatusBarWidget.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef AMUSE_STATUSBAR_WIDGET_HPP
|
||||
#define AMUSE_STATUSBAR_WIDGET_HPP
|
||||
|
||||
#include <QStatusBar>
|
||||
|
||||
class StatusBarWidget : public QStatusBar
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit StatusBarWidget(QWidget* parent = Q_NULLPTR);
|
||||
};
|
||||
|
||||
|
||||
#endif //AMUSE_STATUSBAR_WIDGET_HPP
|
||||
Reference in New Issue
Block a user