QStyleHints

PyQt5.QtGui.QStyleHints

Inherits from QObject.

Description

The QStyleHints class contains platform specific hints and settings.

An object of this class, obtained from QGuiApplication, provides access to certain global user interface parameters of the current platform.

Access is read only; typically the platform itself provides the user a way to tune these parameters.

Access to these parameters are useful when implementing custom user interface components, in that they allow the components to exhibit the same behaviour and feel as other components.

See also

styleHints().

Methods

cursorFlashTime() → int

TODO


fontSmoothingGamma() → float

TODO


keyboardAutoRepeatRate() → int

TODO


keyboardInputInterval() → int

TODO


mouseDoubleClickDistance() → int

TODO


mouseDoubleClickInterval() → int

TODO


mousePressAndHoldInterval() → int

TODO


mouseQuickSelectionThreshold() → int

TODO


passwordMaskCharacter() → str

TODO


passwordMaskDelay() → int

TODO


setFocusOnTouchRelease() → bool

TODO


setShowShortcutsInContextMenus(bool)

TODO


setUseHoverEffects(bool)

See also

useHoverEffects().


showIsFullScreen() → bool

TODO


showIsMaximized() → bool

TODO


showShortcutsInContextMenus() → bool

TODO


singleClickActivation() → bool

TODO


startDragDistance() → int

TODO


startDragTime() → int

TODO


startDragVelocity() → int

TODO


tabFocusBehavior() → TabFocusBehavior

TODO


touchDoubleTapDistance() → int

TODO


useHoverEffects() → bool

useRtlExtensions() → bool

TODO


wheelScrollLines() → int

TODO

Signals

cursorFlashTimeChanged(int)

TODO


keyboardInputIntervalChanged(int)

TODO


mouseDoubleClickIntervalChanged(int)

TODO


mousePressAndHoldIntervalChanged(int)

TODO


mouseQuickSelectionThresholdChanged(int)

TODO


showShortcutsInContextMenusChanged(bool)

TODO


startDragDistanceChanged(int)

TODO


startDragTimeChanged(int)

TODO


tabFocusBehaviorChanged(TabFocusBehavior)

TODO


useHoverEffectsChanged(bool)

TODO


wheelScrollLinesChanged(int)

TODO