org.kde.qt
Interface QLayoutItemInterface
- All Known Implementing Classes:
- QBoxLayout, QGridLayout, QHBoxLayout, QLayout, QLayoutItem, QSpacerItem, QVBoxLayout, QWidgetItem
public interface QLayoutItemInterface
sizeHint
QSize sizeHint()
minimumSize
QSize minimumSize()
maximumSize
QSize maximumSize()
expanding
int expanding()
setGeometry
void setGeometry(QRect arg1)
geometry
QRect geometry()
isEmpty
boolean isEmpty()
hasHeightForWidth
boolean hasHeightForWidth()
heightForWidth
int heightForWidth(int arg1)
invalidate
void invalidate()
widget
QWidget widget()
layout
QLayout layout()
spacerItem
QSpacerItem spacerItem()
alignment
int alignment()
setAlignment
void setAlignment(int a)