QmlDesigner: Change style of connection view

Style updated according to UX specification (QDS-2201).

Change-Id: Id1bf1fec0a5f0e742c1f5146d905800b53ed5125
Fixes: QDS-2437
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Miikka Heikkinen
2020-06-29 13:35:36 +03:00
parent 85bcae2c38
commit 28c6457b8c
2 changed files with 2 additions and 15 deletions

View File

@@ -81,9 +81,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode"> <property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum> <enum>QAbstractItemView::SingleSelection</enum>
</property> </property>
@@ -128,9 +125,6 @@
</property> </property>
<item row="2" column="0" colspan="3"> <item row="2" column="0" colspan="3">
<widget class="QTableView" name="bindingView"> <widget class="QTableView" name="bindingView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode"> <property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum> <enum>QAbstractItemView::SingleSelection</enum>
</property> </property>
@@ -175,9 +169,6 @@
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTableView" name="dynamicPropertiesView"> <widget class="QTableView" name="dynamicPropertiesView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode"> <property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum> <enum>QAbstractItemView::SingleSelection</enum>
</property> </property>
@@ -222,9 +213,6 @@
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QTableView" name="backendView"> <widget class="QTableView" name="backendView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode"> <property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum> <enum>QAbstractItemView::SingleSelection</enum>
</property> </property>

View File

@@ -38,10 +38,9 @@ QTableView::item:selected
QHeaderView::section { QHeaderView::section {
background-color: #494949; background-color: #494949;
padding: 4px; border: 0px;
border: 1px solid black;
color: creatorTheme.DStextColor; color: creatorTheme.DStextColor;
margin: 2px margin-right: 1px
} }
QTableView { QTableView {