qtbase (version 1.1.0)

qsetStyleSheet: Access style sheets

Description

Convenience functions for defining style sheets in Qt.

Usage

qsetStyleSheet(..., what = "*", widget = NULL, append = TRUE)
qstyleSheet(widget = NULL)

Arguments

...
Optionally named arguments specifying style sheet parameters.
what
The entity to which the parameters apply.
widget
Widget containing the style sheet. If NULL, it applies application-wide.
append
Whether the rules should be appended to the existing rules.

Value

  • For qstyleSheet, the style sheet in textual form.