100 if (QColor newTextColor =
textColor(); newTextColor != oldTextColor) {
103 if (QColor newDisabledTextColor =
disabledTextColor(); newDisabledTextColor != oldDisabledTextColor) {
106 if (QColor newActiveTextColor =
activeTextColor(); newActiveTextColor != oldActiveTextColor) {
109 if (QColor newLinkColor =
linkColor(); newLinkColor != oldLinkColor) {
112 if (QColor newVisitedLinkColor =
visitedLinkColor(); newVisitedLinkColor != oldVisitedLinkColor) {
115 if (QColor newNegativeTextColor =
negativeTextColor(); newNegativeTextColor != oldNegativeTextColor) {
118 if (QColor newNeutralTextColor =
neutralTextColor(); newNeutralTextColor != oldNeutralTextColor) {
121 if (QColor newPositiveTextColor =
positiveTextColor(); newPositiveTextColor != oldPositiveTextColor) {
124 if (QColor newBackgroundColor =
backgroundColor(); newBackgroundColor != oldBackgroundColor) {
128 newActiveBackgroundColor != oldActiveBackgroundColor) {
131 if (QColor newLinkBackgroundColor =
linkBackgroundColor(); newLinkBackgroundColor != oldLinkBackgroundColor) {
135 newVisitedLinkBackgroundColor != oldVisitedLinkBackgroundColor) {
139 newNegativeBackgroundColor != oldNegativeBackgroundColor) {
143 newNeutralBackgroundColor != oldNeutralBackgroundColor) {
147 newPositiveBackgroundColor != oldPositiveBackgroundColor) {
151 newAlternateBackgroundColor != oldAlternateBackgroundColor) {
154 if (QColor newFocusColor =
focusColor(); newFocusColor != oldFocusColor) {
157 if (QColor newHoverColor =
hoverColor(); newHoverColor != oldHoverColor) {
160 if (QColor newLightShadeColor =
lightShadeColor(); newLightShadeColor != oldLightShadeColor) {
163 if (QColor newMidLightShadeColor =
midLightShadeColor(); newMidLightShadeColor != oldMidLightShadeColor) {
166 if (QColor newMidShadeColor =
midShadeColor(); newMidShadeColor != oldMidShadeColor) {
169 if (QColor newDarkShadeColor =
darkShadeColor(); newDarkShadeColor != oldDarkShadeColor) {
172 if (QColor newShadowShadeColor =
shadowShadeColor(); newShadowShadeColor != oldShadowShadeColor) {