Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QWidgetItem class is a layout item that represents a widget. More...
Protected Member Functions | |
QWidgetItem (System.Type dummy) | |
Protected Member Functions inherited from QtGui.QLayoutItem | |
QLayoutItem (System.Type dummy) | |
Properties | |
override QRect | Geometry [get, set] |
| |
new QWidget | Wid [get, set] |
Properties inherited from QtGui.QLayoutItem | |
new Qt.AlignmentFlag | Alignment [get, set] |
| |
abstract QRect | Geometry [get, set] |
| |
virtual System.IntPtr | SmokeObject [get, set] |
new Qt.AlignmentFlag | Align [get, set] |
Properties inherited from QtGui.IQLayoutItem | |
Qt.AlignmentFlag | Alignment [get, set] |
QRect | Geometry [get, set] |
Additional Inherited Members | |
Protected Attributes inherited from QtGui.QLayoutItem | |
SmokeInvocation | interceptor |
The 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:
ClassFunctions
QBoxLayout addWidget(), insertWidget(), setStretchFactor()
QGridLayout addWidget()
QStackedLayout addWidget(), insertWidget(), currentWidget(), setCurrentWidget(), widget()
See also QLayout, QSpacerItem, and QLayoutItem::widget().
|
protected |
QtGui.QWidgetItem.QWidgetItem | ( | QWidget | w | ) |
Creates an item containing the given widget.
|
virtual |
Reimplemented from QtGui.QLayoutItem.
Reimplemented in QtGui.QWidgetItemV2.
new void QtGui.QWidgetItem.Dispose | ( | ) |
|
virtual |
Reimplemented from QLayoutItem::expandingDirections().
Implements QtGui.QLayoutItem.
|
virtual |
Reimplemented from QLayoutItem::hasHeightForWidth().
Reimplemented from QtGui.QLayoutItem.
|
virtual |
Reimplemented from QLayoutItem::heightForWidth().
Reimplemented from QtGui.QLayoutItem.
Reimplemented in QtGui.QWidgetItemV2.
|
virtual |
Reimplemented from QLayoutItem::isEmpty().
Returns true if the widget is hidden; otherwise returns false.
See also QWidget::isHidden().
Implements QtGui.QLayoutItem.
|
virtual |
Reimplemented from QLayoutItem::maximumSize().
Implements QtGui.QLayoutItem.
Reimplemented in QtGui.QWidgetItemV2.
|
virtual |
Reimplemented from QLayoutItem::minimumSize().
Implements QtGui.QLayoutItem.
Reimplemented in QtGui.QWidgetItemV2.
|
virtual |
Reimplemented from QLayoutItem::sizeHint().
Implements QtGui.QLayoutItem.
Reimplemented in QtGui.QWidgetItemV2.
|
virtual |
Reimplemented from QLayoutItem::widget().
Returns the widget managed by this item.
Reimplemented from QtGui.QLayoutItem.
|
getset |
Reimplemented from QLayoutItem::geometry().
Reimplemented from QLayoutItem::setGeometry().
|
getsetprotected |