|
KanoopGuiQt 1.3.0
Qt GUI utility library
|
|
Utility class for converting stylesheet enums to their CSS string equivalents. More...
#include <stylesheettypes.h>
Static Public Member Functions | |
| static QString | getPropertyString (StyleSheetProperty property) |
| Return the CSS property name for a StyleSheetProperty value. | |
| static QString | getPseudoStateString (StyleSheetPseudoState pseudoState) |
| Return the CSS pseudo-state name for a StyleSheetPseudoState value. | |
Utility class for converting stylesheet enums to their CSS string equivalents.
Definition at line 170 of file stylesheettypes.h.
|
inlinestatic |
Return the CSS property name for a StyleSheetProperty value.
| property | Property enum value |
Definition at line 178 of file stylesheettypes.h.
|
inlinestatic |
Return the CSS pseudo-state name for a StyleSheetPseudoState value.
| pseudoState | Pseudo-state enum value |
Definition at line 185 of file stylesheettypes.h.