- Display piece availability average next to the bar

This commit is contained in:
Christophe Dumez
2009-11-21 20:01:09 +00:00
parent 0c617f0a03
commit cdce77962a
3 changed files with 13 additions and 5 deletions

View File

@@ -135,7 +135,7 @@
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<widget class="QLabel" name="avail_average_lbl">
<property name="maximumSize">
<size>
<width>50</width>
@@ -143,7 +143,10 @@
</size>
</property>
<property name="text">
<string notr="true"/>
<string notr="true">0.0</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>