ShemeFlowPanel.h 210 B

123456789101112
  1. #ifndef SHEMEFLOWPANEL_H
  2. #define SHEMEFLOWPANEL_H
  3. #include <QWidget>
  4. class ShemeFlowPanel : public QWidget
  5. {
  6. public:
  7. explicit ShemeFlowPanel(QWidget *parent = nullptr);
  8. };
  9. #endif // SHEMEFLOWPANEL_H