From b8aa2469d5ba652ef4c9d86e8a79871e2a1d5bca Mon Sep 17 00:00:00 2001 From: Philipp Pister <philipp.pister@stud.h-da.de> Date: Thu, 20 Jul 2023 14:51:50 +0000 Subject: [PATCH] Upload New File --- Calculator_Update/calculator.ui | 428 ++++++++++++++++++++++++++++++++ 1 file changed, 428 insertions(+) create mode 100644 Calculator_Update/calculator.ui diff --git a/Calculator_Update/calculator.ui b/Calculator_Update/calculator.ui new file mode 100644 index 0000000..6be0161 --- /dev/null +++ b/Calculator_Update/calculator.ui @@ -0,0 +1,428 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Calculator</class> + <widget class="QMainWindow" name="Calculator"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>293</width> + <height>355</height> + </rect> + </property> + <property name="windowTitle"> + <string>Calculator</string> + </property> + <widget class="QWidget" name="centralwidget"> + <widget class="QPushButton" name="buttonReset"> + <property name="geometry"> + <rect> + <x>190</x> + <y>220</y> + <width>83</width> + <height>25</height> + </rect> + </property> + <property name="text"> + <string>reset</string> + </property> + </widget> + <widget class="QPushButton" name="button1"> + <property name="geometry"> + <rect> + <x>20</x> + <y>150</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>1</string> + </property> + </widget> + <widget class="QPushButton" name="button2"> + <property name="geometry"> + <rect> + <x>120</x> + <y>150</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>2</string> + </property> + </widget> + <widget class="QPushButton" name="button3"> + <property name="geometry"> + <rect> + <x>70</x> + <y>150</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>3</string> + </property> + </widget> + <widget class="QPushButton" name="button4"> + <property name="geometry"> + <rect> + <x>20</x> + <y>120</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>4</string> + </property> + </widget> + <widget class="QPushButton" name="button5"> + <property name="geometry"> + <rect> + <x>70</x> + <y>120</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>5</string> + </property> + </widget> + <widget class="QPushButton" name="button6"> + <property name="geometry"> + <rect> + <x>120</x> + <y>120</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>6</string> + </property> + </widget> + <widget class="QPushButton" name="button7"> + <property name="geometry"> + <rect> + <x>20</x> + <y>90</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>7</string> + </property> + </widget> + <widget class="QPushButton" name="button8"> + <property name="geometry"> + <rect> + <x>70</x> + <y>90</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>8</string> + </property> + </widget> + <widget class="QPushButton" name="button9"> + <property name="geometry"> + <rect> + <x>120</x> + <y>90</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>9</string> + </property> + </widget> + <widget class="QPushButton" name="button0"> + <property name="geometry"> + <rect> + <x>20</x> + <y>180</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>0</string> + </property> + </widget> + <widget class="QPushButton" name="buttonMinus"> + <property name="geometry"> + <rect> + <x>170</x> + <y>150</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>-</string> + </property> + </widget> + <widget class="QPushButton" name="buttonPlus"> + <property name="geometry"> + <rect> + <x>170</x> + <y>180</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>+</string> + </property> + </widget> + <widget class="QPushButton" name="buttonMultiplication"> + <property name="geometry"> + <rect> + <x>170</x> + <y>120</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>*</string> + </property> + </widget> + <widget class="QPushButton" name="buttonDevide"> + <property name="geometry"> + <rect> + <x>170</x> + <y>90</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>/</string> + </property> + </widget> + <widget class="QPushButton" name="buttonEquals"> + <property name="geometry"> + <rect> + <x>220</x> + <y>180</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>=</string> + </property> + </widget> + <widget class="QPushButton" name="buttonKlammern1"> + <property name="geometry"> + <rect> + <x>220</x> + <y>90</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>(</string> + </property> + </widget> + <widget class="QPushButton" name="buttonKlammern2"> + <property name="geometry"> + <rect> + <x>220</x> + <y>120</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>)</string> + </property> + </widget> + <widget class="QPushButton" name="buttonKomma"> + <property name="geometry"> + <rect> + <x>70</x> + <y>180</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>.</string> + </property> + </widget> + <widget class="QLabel" name="AnswerLabel"> + <property name="geometry"> + <rect> + <x>10</x> + <y>50</y> + <width>51</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>Answer</string> + </property> + </widget> + <widget class="QPushButton" name="buttonBackspace"> + <property name="geometry"> + <rect> + <x>220</x> + <y>150</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>⌫</string> + </property> + </widget> + <widget class="QPushButton" name="buttonRad"> + <property name="geometry"> + <rect> + <x>70</x> + <y>260</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Rad</string> + </property> + </widget> + <widget class="QPushButton" name="buttonGon"> + <property name="geometry"> + <rect> + <x>120</x> + <y>260</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Gon</string> + </property> + </widget> + <widget class="QPushButton" name="buttonGrad"> + <property name="geometry"> + <rect> + <x>20</x> + <y>260</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Grad</string> + </property> + </widget> + <widget class="QPushButton" name="buttonSin"> + <property name="geometry"> + <rect> + <x>70</x> + <y>220</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Sin</string> + </property> + </widget> + <widget class="QPushButton" name="buttonPi"> + <property name="geometry"> + <rect> + <x>20</x> + <y>220</y> + <width>41</width> + <height>32</height> + </rect> + </property> + <property name="text"> + <string>Pi</string> + </property> + </widget> + <widget class="QLabel" name="label_5"> + <property name="geometry"> + <rect> + <x>180</x> + <y>270</y> + <width>71</width> + <height>21</height> + </rect> + </property> + <property name="text"> + <string/> + </property> + </widget> + <widget class="QLabel" name="label_3"> + <property name="geometry"> + <rect> + <x>10</x> + <y>20</y> + <width>47</width> + <height>13</height> + </rect> + </property> + <property name="text"> + <string>Eingabe:</string> + </property> + </widget> + <widget class="QTextBrowser" name="textBrowser_2"> + <property name="geometry"> + <rect> + <x>60</x> + <y>50</y> + <width>151</width> + <height>21</height> + </rect> + </property> + </widget> + <widget class="QLineEdit" name="lineEdit"> + <property name="geometry"> + <rect> + <x>60</x> + <y>20</y> + <width>161</width> + <height>21</height> + </rect> + </property> + </widget> + </widget> + <widget class="QMenuBar" name="menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>293</width> + <height>20</height> + </rect> + </property> + <widget class="QMenu" name="menuCalculator"> + <property name="title"> + <string>Calculator</string> + </property> + <addaction name="actionThank_you"/> + </widget> + <addaction name="menuCalculator"/> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <action name="actionThank_you"> + <property name="text"> + <string>Thank you</string> + </property> + </action> + </widget> + <resources/> + <connections/> +</ui> -- GitLab