Skip to content
Snippets Groups Projects
Commit 26caf3b2 authored by con's avatar con
Browse files

Minimum size for Qt version list.

parent 452c2cfb
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>577</width> <width>577</width>
<height>477</height> <height>507</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
...@@ -133,6 +133,12 @@ p, li { white-space: pre-wrap; } ...@@ -133,6 +133,12 @@ p, li { white-space: pre-wrap; }
</item> </item>
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QTreeWidget" name="qtdirList"> <widget class="QTreeWidget" name="qtdirList">
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
<property name="uniformRowHeights"> <property name="uniformRowHeights">
<bool>true</bool> <bool>true</bool>
</property> </property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment