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:
| 参数: | w – PySide.QtGui.QWidget |
|---|
创建项包含给定 widget .