BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines LayoutUtils namespace. More...
Go to the source code of this file.
Namespaces | |
LayoutUtils | |
Utility functions to add/remove widgets to the layout on the fly. | |
Functions | |
void | LayoutUtils::clearGridLayout (QGridLayout *layout, bool deleteWidgets=true) |
Clear layout completely. More... | |
void | LayoutUtils::clearLayout (QLayout *layout, bool deleteWidgets=true) |
Removes content from box layout. More... | |
QWidget * | LayoutUtils::placeHolder () |
Returns empty widget to occupy place in layout. More... | |
void | LayoutUtils::removeColumn (QGridLayout *layout, int column, bool deleteWidgets=true) |
Removes column from grid layout. More... | |
void | LayoutUtils::removeRow (QGridLayout *layout, int row, bool deleteWidgets=true) |
Removes row from grid layout (important: doesn't change row count). More... | |
Defines LayoutUtils namespace.
Definition in file LayoutUtils.h.