@@ -14,43 +14,18 @@
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QListView {
alternate-background-color: yellow;
}
QListView {
show-decoration-selected: 1; /* make the selection span the entire width of the view */
}
QListView::item:alternate {
background: #EEEEEE;
}

QListView::item:selected {
background-color: rgba(0,0,0,0);
color: rgba(0,0,0,200);
}

QListView::item:selected:!active {
background-color: rgba(0,0,0,0);
color: rgba(0,0,0,200);
}
QListView::item:selected:active {
background-color: rgba(0,0,0,0);
color: rgba(0,0,0,200);
}

QListView::item:hover {
background-color: rgba(0,0,0,0);
color: rgba(0,0,0,200);
}
</string>
<string notr="true">QListView:focus {
border: none;
outline: none;
}</string>
</property>
<widget class="QListWidget" name="textScroll">
<property name="geometry">
<rect>
<x>0</x>
<y>100</y>
<width>1020</width>
<height>530</height>
<x>9</x>
<y>109</y>
<width>1011</width>
<height>521</height>
</rect>
</property>
<property name="sizePolicy">
@@ -59,11 +34,15 @@ QListView::item:hover {
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">
outline: none </string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="autoScroll">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerItem</enum>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.4.0, 2017-10-14T12:25:31. -->
<!-- Written by QtCreator 4.4.0, 2017-10-19T00:12:49. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>