From 7991f7d20656d2212efad21cb1cc2b49907f8ce9 Mon Sep 17 00:00:00 2001
From: Paul Beuchat <beuchatp@control.ee.ethz.ch>
Date: Mon, 17 Sep 2018 07:11:52 +0200
Subject: [PATCH] Added squat button to the Picker GUI

---
 pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
index 130272d4..0674fe5f 100644
--- a/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
+++ b/pps_ws/src/d_fall_pps/GUI_Qt/studentGUI/src/MainWindow.ui
@@ -1128,6 +1128,13 @@
                   </property>
                  </widget>
                 </item>
+                <item>
+                 <widget class="QPushButton" name="picker_squat_button">
+                  <property name="text">
+                   <string>Squat</string>
+                  </property>
+                 </widget>
+                </item>
                 <item>
                  <widget class="QPushButton" name="picker_disconnect_button">
                   <property name="text">
-- 
GitLab