API Documentation
Loading...
Searching...
No Matches
ModulesDialog.h
Go to the documentation of this file.
1#pragma once
2#include <QWidget>
3#include <QGridLayout>
4namespace NDEVR
5{
6 class QCustomScrollArea;
7 class ModulesDialog : public QWidget
8 {
9 public:
10 ModulesDialog(QWidget* parent = nullptr);
11 void init();
13 QSize sizeHint() const override;
14 QSize minimumSizeHint() const override;
15 protected:
16 QGridLayout* m_layout;
18 };
19}
Definition ModulesDialog.h:8
QSize minimumSizeHint() const override
QSize sizeHint() const override
QGridLayout * m_layout
Definition ModulesDialog.h:16
ModulesDialog(QWidget *parent=nullptr)
QCustomScrollArea * m_scroll_area
Definition ModulesDialog.h:17
A scroll area is used to display the contents of a child widget within a frame. If the widget exceeds...
Definition QCustomScrollArea.h:14
Definition ACIColor.h:37