BornAgain  1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
LayoutUtils.h File Reference

Defines LayoutUtils namespace. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines LayoutUtils namespace.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file LayoutUtils.h.