comparison src/mainwindow.ui @ 145:9f3c0a99bcb1

Add display for total number of people on the database.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Aug 2017 01:21:27 +0300
parents 10c6bd84eb32
children 9665df34aef8
comparison
equal deleted inserted replaced
144:75a4faa219a9 145:9f3c0a99bcb1
50 </widget> 50 </widget>
51 </item> 51 </item>
52 <item> 52 <item>
53 <layout class="QHBoxLayout" name="horizontalLayout_7"> 53 <layout class="QHBoxLayout" name="horizontalLayout_7">
54 <item> 54 <item>
55 <widget class="QLabel" name="label_NumPeopleText">
56 <property name="text">
57 <string>Henkilöitä</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QLabel" name="label_NumPeopleValue">
63 <property name="text">
64 <string>0</string>
65 </property>
66 </widget>
67 </item>
68 <item>
55 <widget class="QLabel" name="label_TotalBalanceText"> 69 <widget class="QLabel" name="label_TotalBalanceText">
56 <property name="text"> 70 <property name="text">
57 <string>Kokonaistase:</string> 71 <string>Kokonaistase:</string>
58 </property> 72 </property>
59 </widget> 73 </widget>