QLayout.addWidget

adds (appends) a widget to the widgetList, and makes space for it

If there a widget is too large, it's marked as not visible

  1. void addWidget(QWidget widget)
    class QLayout
    void
    addWidget
  2. void addWidget(QWidget[] widgets)

Meta