S-meter fixed sizes.

creator-widgets
Elliott Liggett 2024-02-03 13:40:02 -08:00
rodzic 09cc775094
commit 30eff79f13
1 zmienionych plików z 13 dodań i 1 usunięć

Wyświetl plik

@ -90,19 +90,31 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
<height>60</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="meter" name="meter2Widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>280</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>60</height>
</size>
</property>
</widget>
</item>
</layout>