diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:50:06 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-02-15 12:50:06 +0106 |
| commit | e5382e43fcc8d143db24d80833a02b44b9c0b78e (patch) | |
| tree | 3057ebdfaa833808265501e4b3173ce20d39ab21 /schulung_tools/leds/leds.ui | |
| parent | e46aa51aa27833e44975b24842e8175c4a0a54da (diff) | |
schulung_tools: leds: add Qt leds application for host
The leds application runs on the host and is used to simulate
PCI hardware with 3 LEDs. See the README for information about
how to build and use it.
Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'schulung_tools/leds/leds.ui')
| -rw-r--r-- | schulung_tools/leds/leds.ui | 100 |
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> |
