org.kde.qt
public interface QLayoutItemInterface
| Method Summary | |
|---|---|
| int | alignment() |
| int | expanding() |
| QRect | geometry() |
| boolean | hasHeightForWidth() |
| int | heightForWidth(int arg1) |
| void | invalidate() |
| boolean | isEmpty() |
| QLayout | layout() |
| QSize | maximumSize() |
| QSize | minimumSize() |
| void | setAlignment(int a) |
| void | setGeometry(QRect arg1) |
| QSize | sizeHint() |
| QSpacerItem | spacerItem() |
| QWidget | widget() |