java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.widgets.QStyleOption
io.qt.widgets.QStyleOptionDockWidget
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Used to describe the parameters for drawing a dock widget
Java wrapper for Qt's class QStyleOptionDockWidget
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final boolean
closable()
Whether the dock window is closablefinal boolean
Whether the dock window is floatablefinal boolean
movable()
Whether the dock window is movablefinal void
set
(QStyleOptionDockWidget arg__1) final void
setClosable
(boolean closable) Whether the dock window is closablefinal void
setFloatable
(boolean floatable) Whether the dock window is floatablefinal void
setMovable
(boolean movable) Whether the dock window is movablefinal void
The title of the dock windowfinal void
setVerticalTitleBar
(boolean verticalTitleBar) final String
title()
The title of the dock windowfinal boolean
Methods inherited from class io.qt.widgets.QStyleOption
direction, fontMetrics, init, initFrom, palette, rect, set, setDirection, setFontMetrics, setPalette, setRect, setState, setState, setStyleObject, state, styleObject, toString
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QStyleOptionDockWidget
public QStyleOptionDockWidget() -
QStyleOptionDockWidget
-
QStyleOptionDockWidget
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
set
-
setClosable
Whether the dock window is closable
-
closable
Whether the dock window is closable
-
setFloatable
Whether the dock window is floatable
-
floatable
Whether the dock window is floatable
-
setMovable
Whether the dock window is movable
-
movable
Whether the dock window is movable
-
setTitle
The title of the dock window
-
title
The title of the dock window
-
setVerticalTitleBar
-
verticalTitleBar
-
clone
- Overrides:
clone
in classQStyleOption
-