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

View File

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