org.kde.qt
public class QWidgetItem extends QLayoutItem
Constructor Summary | |
---|---|
protected | QWidgetItem(Class dummy) |
QWidgetItem(QWidget w) |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | expanding() |
protected void | finalize() Deletes the wrapped C++ instance |
QRect | geometry() |
boolean | hasHeightForWidth() |
int | heightForWidth(int arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEmpty() |
QSize | maximumSize() |
QSize | minimumSize() |
void | setGeometry(QRect arg1) |
QSize | sizeHint() |
QWidget | widget() |