QLayout.addWidget

adds a widget, and makes space for it

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

Meta