nodeguy/src/cpp/include/nodegui/QtWidgets/QLayout/nlayout.hpp
2019-11-12 20:49:35 +01:00

12 lines
218 B
C++

#pragma once
#include <QLayout>
#include "core/Events/eventwidget_macro.h"
class NLayout : public QLayout, public EventWidget {
public:
Q_OBJECT
EVENTWIDGET_IMPLEMENTATIONS(NLayout)
using QLayout::QLayout;
};