- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QBoxLayout
,QFormLayout
,QGridLayout
,QHBoxLayout
,QLayout
,QLayoutItem.Impl
,QSpacerItem
,QStackedLayout
,QVBoxLayout
,QWidgetItem
public interface QLayoutItem extends QtObjectInterface
Abstract item that a QLayout manipulates
Java wrapper for Qt class QLayoutItem
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QLayoutItem.Impl
Implementor class for interfaceQLayoutItem
static class
QLayoutItem.MemberAccess
-
Method Summary
Modifier and Type Method Description default Qt.Alignment
alignment()
default QSizePolicy.ControlTypes
controlTypes()
Qt.Orientations
expandingDirections()
QRect
geometry()
default boolean
hasHeightForWidth()
default int
heightForWidth(int arg__1)
default void
invalidate()
boolean
isEmpty()
default QLayout
layout()
QSize
maximumSize()
default int
minimumHeightForWidth(int arg__1)
QSize
minimumSize()
default void
setAlignment(Qt.Alignment a)
default void
setAlignment(Qt.AlignmentFlag... a)
Overloaded function forsetAlignment(io.qt.core.Qt.Alignment)
.void
setGeometry(QRect arg__1)
QSize
sizeHint()
default QSpacerItem
spacerItem()
default QWidget
widget()