QLayout.addWidget

adds a widget, and makes space for it

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

Meta