FlowWidget Class
The Flow Widget is a container that enables flow layout for special widgets like the Node Container More...
Header: | #include <CDPBaseWidgets/FlowWidget.h> |
Properties
|
|
Public Functions
FlowWidget(QWidget *parent = nullptr) | |
void | addWidget(QWidget *widget) |
int | bottomMargin() const |
int | horizontalSpacing() const |
int | leftMargin() const |
int | rightMargin() const |
void | setBottomMargin(int margin) |
void | setHorizontalSpacing(int spacing) |
void | setLeftMargin(int margin) |
void | setRightMargin(int margin) |
void | setTopMargin(int margin) |
void | setVerticalSpacing(int spacing) |
int | topMargin() const |
int | verticalSpacing() const |
Detailed Description
The Flow Widget is a container that enables flow layout for special widgets like the Node Container
The Flow Widget does not support stand-alone use and can't have children added in the CDP Studio Design mode using ordinary drag-and-drop. To add child widgets, the container must be used within a widget like the Node Container - widgets that support adding widgets to the layout of a specified target child.
Property Documentation
bottomMargin : int
Access functions:
int | bottomMargin() const |
void | setBottomMargin(int margin) |
horizontalSpacing : int
Access functions:
int | horizontalSpacing() const |
void | setHorizontalSpacing(int spacing) |
leftMargin : int
Access functions:
int | leftMargin() const |
void | setLeftMargin(int margin) |
rightMargin : int
Access functions:
int | rightMargin() const |
void | setRightMargin(int margin) |
topMargin : int
Access functions:
int | topMargin() const |
void | setTopMargin(int margin) |
verticalSpacing : int
Access functions:
int | verticalSpacing() const |
void | setVerticalSpacing(int spacing) |
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.