Change proportions of listWidgets
This commit is contained in:
parent
f57e1afe76
commit
4775c10a0e
15
form.ui
15
form.ui
@ -45,7 +45,20 @@
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QListWidget" name="groupslistWidget"/>
|
||||
<widget class="QListWidget" name="groupslistWidget">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>130</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>130</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QListWidget" name="stationslistWidget"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user