Uses of Class
io.qt.core.Qt.ToolButtonStyle
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.ToolButtonStyle in io.qt.core
Methods in io.qt.core that return Qt.ToolButtonStyle Modifier and Type Method Description static Qt.ToolButtonStyle
Qt.ToolButtonStyle. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.ToolButtonStyle
Qt.ToolButtonStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.ToolButtonStyle[]
Qt.ToolButtonStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.ToolButtonStyle in io.qt.widgets
Fields in io.qt.widgets with type parameters of type Qt.ToolButtonStyle Modifier and Type Field Description QObject.Signal1<Qt.ToolButtonStyle>
QMainWindow. toolButtonStyleChanged
QObject.Signal1<Qt.ToolButtonStyle>
QToolBar. toolButtonStyleChanged
Methods in io.qt.widgets that return Qt.ToolButtonStyle Modifier and Type Method Description Qt.ToolButtonStyle
QMainWindow. toolButtonStyle()
Qt.ToolButtonStyle
QStyleOptionToolButton. toolButtonStyle()
Qt::ToolButtonStyle value describing the appearance of the tool buttonQt.ToolButtonStyle
QToolBar. toolButtonStyle()
Qt.ToolButtonStyle
QToolButton. toolButtonStyle()
Methods in io.qt.widgets with parameters of type Qt.ToolButtonStyle Modifier and Type Method Description void
QMainWindow. setToolButtonStyle(Qt.ToolButtonStyle toolButtonStyle)
void
QStyleOptionToolButton. setToolButtonStyle(Qt.ToolButtonStyle toolButtonStyle)
Qt::ToolButtonStyle value describing the appearance of the tool buttonvoid
QToolBar. setToolButtonStyle(Qt.ToolButtonStyle toolButtonStyle)
void
QToolButton. setToolButtonStyle(Qt.ToolButtonStyle style)