The PySide.QtGui.QWidgetItem class is a layout item that represents a widget.
Normally, you don’t need to use this class directly. Qt’s built-in layout managers provide the following functions for manipulating widgets in layouts:
Parameters: | w – PySide.QtGui.QWidget |
---|
Creates an item containing the given widget .