summaryrefslogtreecommitdiff
path: root/schulung_tools/leds/leds.ui
diff options
context:
space:
mode:
Diffstat (limited to 'schulung_tools/leds/leds.ui')
-rw-r--r--schulung_tools/leds/leds.ui100
1 files changed, 100 insertions, 0 deletions
diff --git a/schulung_tools/leds/leds.ui b/schulung_tools/leds/leds.ui
new file mode 100644
index 0000000..5518af3
--- /dev/null
+++ b/schulung_tools/leds/leds.ui
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Leds</class>
+ <widget class="QMainWindow" name="Leds">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>224</width>
+ <height>140</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Leds</string>
+ </property>
+ <widget class="QWidget" name="centralWidget">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <widget class="QRadioButton" name="radioButton_1">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>20</y>
+ <width>102</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Heartbeat</string>
+ </property>
+ <property name="autoExclusive">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QRadioButton" name="radioButton_2">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>50</y>
+ <width>102</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Net</string>
+ </property>
+ <property name="autoExclusive">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QRadioButton" name="radioButton_3">
+ <property name="geometry">
+ <rect>
+ <x>20</x>
+ <y>80</y>
+ <width>102</width>
+ <height>20</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Disk</string>
+ </property>
+ <property name="autoExclusive">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QLabel" name="label">
+ <property name="geometry">
+ <rect>
+ <x>150</x>
+ <y>-10</y>
+ <width>59</width>
+ <height>71</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <family>Source Code Pro</family>
+ <pointsize>12</pointsize>
+ <weight>75</weight>
+ <bold>true</bold>
+ </font>
+ </property>
+ <property name="text">
+ <string>LEDS</string>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::AutoText</enum>
+ </property>
+ </widget>
+ </widget>
+ </widget>
+ <layoutdefault spacing="6" margin="11"/>
+ <resources/>
+ <connections/>
+</ui>