comparison src/mainwindow.ui @ 130:10c6bd84eb32

Add "total balance" information in the UI, which displays the total sum balance of all people.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 16:53:05 +0300
parents a5c8741b8662
children 9f3c0a99bcb1
comparison
equal deleted inserted replaced
129:f6685c2eb75d 130:10c6bd84eb32
48 <enum>QAbstractItemView::SelectRows</enum> 48 <enum>QAbstractItemView::SelectRows</enum>
49 </property> 49 </property>
50 </widget> 50 </widget>
51 </item> 51 </item>
52 <item> 52 <item>
53 <layout class="QHBoxLayout" name="horizontalLayout_7">
54 <item>
55 <widget class="QLabel" name="label_TotalBalanceText">
56 <property name="text">
57 <string>Kokonaistase:</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QLabel" name="label_TotalBalanceValue">
63 <property name="text">
64 <string>12345</string>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QLabel" name="label_EUR2">
70 <property name="text">
71 <string>EUR</string>
72 </property>
73 </widget>
74 </item>
75 </layout>
76 </item>
77 <item>
53 <layout class="QHBoxLayout" name="horizontalLayout"> 78 <layout class="QHBoxLayout" name="horizontalLayout">
54 <item> 79 <item>
55 <widget class="QPushButton" name="button_DeletePerson"> 80 <widget class="QPushButton" name="button_DeletePerson">
56 <property name="text"> 81 <property name="text">
57 <string>Poista henkilö</string> 82 <string>Poista henkilö</string>