<item>
<layout class="QVBoxLayout" name="verticalLayout_3" >
<item>
- <widget class="QCheckBox" name="automaticFix" >
+ <widget class="QTreeWidget" name="moduleTree" >
<property name="minimumSize" >
<size>
<width>175</width>
<height>16777215</height>
</size>
</property>
- <property name="text" >
- <string>Automatically fix
-dependecies</string>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
+ <column>
+ <property name="text" >
+ <string>1</string>
+ </property>
+ </column>
</widget>
</item>
<item>
- <widget class="QTreeWidget" name="moduleTree" >
+ <widget class="QCheckBox" name="automaticFix" >
<property name="minimumSize" >
<size>
<width>175</width>
<height>16777215</height>
</size>
</property>
- <column>
- <property name="text" >
- <string>1</string>
- </property>
- </column>
+ <property name="text" >
+ <string>Automatically fix
+dependecies</string>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
+ </property>
</widget>
</item>
</layout>
<property name="editTriggers" >
<set>QAbstractItemView::NoEditTriggers</set>
</property>
+ <property name="alternatingRowColors" >
+ <bool>true</bool>
+ </property>
<property name="selectionMode" >
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid" >
+ <bool>false</bool>
+ </property>
+ <property name="wordWrap" >
<bool>true</bool>
</property>
+ <property name="cornerButtonEnabled" >
+ <bool>false</bool>
+ </property>
</widget>
</item>
</layout>