QLayout.addWidget

adds (appends) widgets to the widgetList, and makes space for them

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

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

Meta