|
VAPOR3 3.9.4
|
#include <VContainer.h>
Public Member Functions | |
| VContainer (QWidget *w) | |
| void | AddBottomStretch () |
| void | SetPadding (int left, int top, int right, int bottom) |
| QLayout * | layout () const =delete |
| void | setLayout (QLayout *)=delete |
A simple wrapper class for one or more VWidgets. Sets a standard layout and margin policy, and protects against unwanted mouse scroll whell events.
Definition at line 5 of file VContainer.h.
| VContainer::VContainer | ( | QWidget * | w | ) |
| void VContainer::AddBottomStretch | ( | ) |
|
delete |
|
delete |
| void VContainer::SetPadding | ( | int | left, |
| int | top, | ||
| int | right, | ||
| int | bottom | ||
| ) |