c++ Programming Glossary: deletewidgets
Removing widgets from QGridLayout http://stackoverflow.com/questions/5395266/removing-widgets-from-qgridlayout which either span the given @a row or @a column. If @a deleteWidgets is true all concerned child widgets become not only removed.. void remove QGridLayout layout int row int column bool deleteWidgets We avoid usage of QGridLayout itemAtPosition here to improve.. subject to deletion. QLayoutItem item layout takeAt i if deleteWidgets deleteChildWidgets item delete item Helper function. Deletes..
|