QLayout.addWidget

adds a widget

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

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

Meta