From 46b0848b8d7990b33334eb535db9fc466ada8050 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Tue, 2 Mar 2010 17:36:11 +0100
Subject: [PATCH] QmlDesigner.propertyEditor: add disabled style for combobox

---
 .../qmldesigner/propertyeditor/Qt/propertyEditor.css          | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
index e92f306a206..f26903c9c77 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css
@@ -276,6 +276,10 @@ QComboBox[editable="true"]::down-arrow:on {
     left: 1px;
 }
 
+QComboBox::disabled {
+	color: gray;
+}
+
  QRadioButton {
     spacing: 5px;
 }
-- 
GitLab