QLayout.addWidget

adds a widget

allowScrollControl specifies if the widget will be able to make scrolling requests

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

Meta