15#if QT_CONFIG(cssparser)
16#include "private/qcssparser_p.h"
19#ifndef QT_NO_STYLE_STYLESHEET
30#define SET_ELEMENT_NAME(x) \
31 bSelector.elementName = (x)
42#define ADD_PSEUDO(x, y) \
45 bSelector.pseudos << pseudo
51#define ADD_ATTRIBUTE_SELECTOR(x, y, z) \
54 attr.valueMatchCriterium = (z); \
55 bSelector.attributeSelectors << attr
60#define ADD_BASIC_SELECTOR \
61 selector.basicSelectors << bSelector; \
62 bSelector.ids.clear(); \
63 bSelector.pseudos.clear(); \
64 bSelector.attributeSelectors.clear()
70 styleRule.selectors << selector; \
71 selector.basicSelectors.clear()
77#define SET_PROPERTY(x, y) \
78 decl.d->property = (x); \
79 decl.d->propertyId = (y)
90#define ADD_VALUE(x, y) \
92 value.variant = (y); \
93 decl.d->values << value
99#define ADD_DECLARATION \
100 styleRule.declarations << decl; \
102 decl.d->values.clear()
107#define ADD_STYLE_RULE \
108 sheet.styleRules << styleRule; \
109 styleRule.selectors.clear(); \
110 styleRule.declarations.clear()
112StyleSheet QStyleSheetStyle::getDefaultStyleSheet()
const
261 if (!styleIsPixmapBased) {
287 if (!styleIsPixmapBased) {
363 if (!styleIsPixmapBased) {
411 if (!styleIsPixmapBased) {
bool inherits(const char *classname) const
Returns true if this object is an instance of a class that inherits className or a QObject subclass t...
static QString fromLatin1(QByteArrayView ba)
This is an overloaded member function, provided for convenience. It differs from the above function o...
QStyle * baseStyle() const
const quint64 PseudoClass_Unknown
const quint64 PseudoClass_Frameless
@ StyleSheetOrigin_UserAgent
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
#define ADD_ATTRIBUTE_SELECTOR(x, y, z)
#define SET_ELEMENT_NAME(x)
#define SET_PROPERTY(x, y)
#define ADD_BASIC_SELECTOR
QFileSelector selector
[1]
Q_GUI_EXPORT void buildIndexes(Qt::CaseSensitivity nameCaseSensitivity=Qt::CaseSensitive)