From 4aa296a87f6f64e157919164b17c9f4314f844b8 Mon Sep 17 00:00:00 2001 From: Christian Andreas Fiola <christian_andreas.fiola@student.reutlingen-university.de> Date: Sun, 24 Jul 2022 17:59:03 +0000 Subject: [PATCH] Delete GUI.ui --- "Code/GUI f\303\274r Studierende/GUI.ui" | 247 ----------------------- 1 file changed, 247 deletions(-) delete mode 100644 "Code/GUI f\303\274r Studierende/GUI.ui" diff --git "a/Code/GUI f\303\274r Studierende/GUI.ui" "b/Code/GUI f\303\274r Studierende/GUI.ui" deleted file mode 100644 index 86f53ed..0000000 --- "a/Code/GUI f\303\274r Studierende/GUI.ui" +++ /dev/null @@ -1,247 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>MainWindow</class> - <widget class="QMainWindow" name="MainWindow"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>761</width> - <height>336</height> - </rect> - </property> - <property name="windowTitle"> - <string>MainWindow</string> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <widget class="QWidget" name="centralwidget"> - <widget class="QLineEdit" name="lineEdit"> - <property name="geometry"> - <rect> - <x>80</x> - <y>70</y> - <width>241</width> - <height>20</height> - </rect> - </property> - </widget> - <widget class="QLabel" name="label"> - <property name="geometry"> - <rect> - <x>80</x> - <y>50</y> - <width>261</width> - <height>16</height> - </rect> - </property> - <property name="text"> - <string>Show a Massig on your scrollbot</string> - </property> - </widget> - <widget class="QPushButton" name="pushButton"> - <property name="geometry"> - <rect> - <x>80</x> - <y>90</y> - <width>75</width> - <height>23</height> - </rect> - </property> - <property name="text"> - <string>send</string> - </property> - </widget> - <widget class="QWidget" name=""> - <property name="geometry"> - <rect> - <x>370</x> - <y>60</y> - <width>254</width> - <height>254</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QPushButton" name="pushButton_2"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QPushButton" name="pushButton_3"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="0" column="2"> - <widget class="QPushButton" name="pushButton_4"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QPushButton" name="pushButton_5"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="pushButton_6"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QPushButton" name="pushButton_7"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QPushButton" name="pushButton_8"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QPushButton" name="pushButton_9"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - <item row="2" column="2"> - <widget class="QPushButton" name="pushButton_10"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - <property name="text"> - <string/> - </property> - <property name="iconSize"> - <size> - <width>80</width> - <height>80</height> - </size> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - <widget class="QStatusBar" name="statusbar"/> - </widget> - <resources/> - <connections/> -</ui> -- GitLab