diff 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
line wrap: on
line diff
--- a/src/mainwindow.ui	Wed Aug 23 14:11:27 2017 +0300
+++ b/src/mainwindow.ui	Wed Aug 23 16:53:05 2017 +0300
@@ -50,6 +50,31 @@
         </widget>
        </item>
        <item>
+        <layout class="QHBoxLayout" name="horizontalLayout_7">
+         <item>
+          <widget class="QLabel" name="label_TotalBalanceText">
+           <property name="text">
+            <string>Kokonaistase:</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="label_TotalBalanceValue">
+           <property name="text">
+            <string>12345</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QLabel" name="label_EUR2">
+           <property name="text">
+            <string>EUR</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </item>
+       <item>
         <layout class="QHBoxLayout" name="horizontalLayout">
          <item>
           <widget class="QPushButton" name="button_DeletePerson">