Skip to content
Snippets Groups Projects
Commit f4d371d2 authored by Vincent Texier's avatar Vincent Texier
Browse files

Total balance is rather useless (only applicable in quantitative units) so put it at the bottom

parent 8f49e3b9
No related branches found
No related tags found
No related merge requests found
......@@ -43,37 +43,6 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout_balance">
<item>
<widget class="QLabel" name="label_payment">
<property name="text">
<string>Payment:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_deposit">
<property name="text">
<string>Deposit:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_balance">
<property name="text">
<string>Balance:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QProgressBar" name="progressbar">
<property name="maximum">
......@@ -106,6 +75,37 @@
</attribute>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="layout_balance">
<item>
<widget class="QLabel" name="label_payment">
<property name="text">
<string>Payment:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_deposit">
<property name="text">
<string>Deposit:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_balance">
<property name="text">
<string>Balance:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
......
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