Home
last modified time | relevance | path

Searched refs:normalTextColor (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorPreferences.as123 originalAttributeTextColorEditR.text = String(normalTextColor.r);
124 originalAttributeTextColorEditG.text = String(normalTextColor.g);
280 edit.text = String(normalTextColor.r);
282 edit.text = String(normalTextColor.g);
284 edit.text = String(normalTextColor.b);
293 edit.text = String(normalTextColor.r);
295 edit.text = String(normalTextColor.g);
297 edit.text = String(normalTextColor.b);
312 edit.text = String(normalTextColor.r);
314 edit.text = String(normalTextColor.g);
[all …]
H A DAttributeEditor.as21 Color normalTextColor(1.0f, 1.0f, 1.0f);
649 …cast<Text>(label).color = (editable ? (modified ? modifiedTextColor : normalTextColor) : nonEditab…
H A DEditorHierarchyWindow.as137 element.children[0].color = enable ? normalTextColor : nonEditableTextColor;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcNumberBox.cpp39 normalTextColor(palette().color(QPalette::Text)), in QcNumberBox()
77 normalTextColor = c; in setTextColor()
244 p.setColor(QPalette::Text, isReadOnly() ? normalTextColor : editedTextColor); in updateTextColor()
H A DQcNumberBox.h110 QColor normalTextColor; variable
/dports/sysutils/k3b/k3b-21.12.3/src/misc/
H A Dk3bimagewritingdialog.cpp143 QColor normalTextColor; member in K3b::ImageWritingDialog::Private
369 d->normalTextColor = colorScheme.foreground( KColorScheme::NormalText ).color(); in ImageWritingDialog()
1007 ? d->negativeTextColor : d->normalTextColor ); in toggleAll()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A DEditor.as287 …if (inspectorElem.HasAttribute("originalcolor")) normalTextColor = inspectorElem.GetColor("origina…
413 inspectorElem.SetColor("originalcolor", normalTextColor);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp2545 QColor normalTextColor = QColor(gdkText.red>>8, gdkText.green>>8, gdkText.blue>>8); in drawControl() local
2548 item.palette.setBrush(QPalette::Text, normalTextColor); in drawControl()
2549 item.palette.setBrush(QPalette::ButtonText, normalTextColor); in drawControl()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp3005 QColor normalTextColor = QColor(gdkText.red>>8, gdkText.green>>8, gdkText.blue>>8); in drawControl() local
3008 item.palette.setBrush(QPalette::Text, normalTextColor); in drawControl()
3009 item.palette.setBrush(QPalette::ButtonText, normalTextColor); in drawControl()