Uses of Enum
io.qt.core.Qt.AnchorPoint
Packages that use Qt.AnchorPoint
-
Uses of Qt.AnchorPoint in io.qt.core
Methods in io.qt.core that return Qt.AnchorPointModifier and TypeMethodDescriptionstatic Qt.AnchorPoint
Qt.AnchorPoint.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.AnchorPoint
Returns the enum constant of this type with the specified name.static Qt.AnchorPoint[]
Qt.AnchorPoint.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.AnchorPoint in io.qt.widgets
Methods in io.qt.widgets with parameters of type Qt.AnchorPointModifier and TypeMethodDescriptionfinal QGraphicsAnchor
QGraphicsAnchorLayout.addAnchor
(QGraphicsLayoutItem firstItem, Qt.AnchorPoint firstEdge, QGraphicsLayoutItem secondItem, Qt.AnchorPoint secondEdge) final QGraphicsAnchor
QGraphicsAnchorLayout.anchor
(QGraphicsLayoutItem firstItem, Qt.AnchorPoint firstEdge, QGraphicsLayoutItem secondItem, Qt.AnchorPoint secondEdge)