Uses of Enum
io.qt.core.Qt.Corner
-
Uses of Qt.Corner in io.qt.core
Modifier and TypeMethodDescriptionstatic Qt.Corner
Qt.Corner.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.Corner
Returns the enum constant of this type with the specified name.static Qt.Corner[]
Qt.Corner.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.Corner in io.qt.widgets
Modifier and TypeMethodDescriptionfinal Qt.Corner
QStyleOptionSizeGrip.corner()
final Qt.Corner
QGridLayout.originCorner()
Modifier and TypeMethodDescriptionfinal void
QGraphicsAnchorLayout.addCornerAnchors
(QGraphicsLayoutItem firstItem, Qt.Corner firstCorner, QGraphicsLayoutItem secondItem, Qt.Corner secondCorner) final Qt.DockWidgetArea
final QWidget
QMenuBar.cornerWidget
(Qt.Corner corner) final QWidget
QTabWidget.cornerWidget
(Qt.Corner corner) final void
QMainWindow.setCorner
(Qt.Corner corner, Qt.DockWidgetArea area) final void
final void
QMenuBar.setCornerWidget
(QWidget w, Qt.Corner corner) final void
QTabWidget.setCornerWidget
(QWidget w, Qt.Corner corner) final void
QGridLayout.setOriginCorner
(Qt.Corner arg__1)