42 #ifndef QDECLARATIVESYSTEMPALETTE_H 43 #define QDECLARATIVESYSTEMPALETTE_H 47 #include <QtCore/qobject.h> 90 QColor alternateBase()
const;
102 QColor highlightedText()
const;
108 void paletteChanged();
122 #endif // QDECLARATIVESYSTEMPALETTE_H The QColor class provides colors based on RGB, HSV or CMYK values.
#define QT_END_NAMESPACE
This macro expands to.
#define QML_DECLARE_TYPE(TYPE)
The QObject class is the base class of all Qt objects.
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
#define QT_BEGIN_NAMESPACE
This macro expands to.
virtual bool eventFilter(QObject *, QEvent *)
Filters events if this object has been installed as an event filter for the watched object...
#define Q_AUTOTEST_EXPORT
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.