QWidgetItem¶
The
QWidgetItem
class is a layout item that represents a widget. More…
Detailed Description¶
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:
Class
Functions
addWidget()
,insertWidget()
,currentWidget()
,setCurrentWidget()
,widget()
See also
- class PySide2.QtWidgets.QWidgetItem(w)¶
- param w:
Creates an item containing the given
widget
.
- PySide2.QtWidgets.QWidgetItem.wid¶
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.