Qt project for usb relay hid library with simple GUI client (#13)
[usb-relay-hid.git] / qt / QUsbRelayGui / device.ui
CommitLineData
b647ee2a
S
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>device</class>
4 <widget class="QWidget" name="device">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>318</width>
10 <height>227</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QGridLayout" name="gridLayout">
19 <item row="0" column="0">
20 <widget class="QLabel" name="device_name">
21 <property name="text">
22 <string>Device Name</string>
23 </property>
24 </widget>
25 </item>
26 <item row="0" column="1">
27 <widget class="QLabel" name="device_name_value">
28 <property name="text">
29 <string/>
30 </property>
31 </widget>
32 </item>
33 <item row="1" column="0">
34 <widget class="QLabel" name="device_serial_number">
35 <property name="text">
36 <string>Device Serial Number</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="1">
41 <widget class="QLabel" name="device_serial_value">
42 <property name="text">
43 <string/>
44 </property>
45 </widget>
46 </item>
47 <item row="2" column="0">
48 <widget class="QLabel" name="device_channel_count">
49 <property name="text">
50 <string>Device Channel Count</string>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="1">
55 <widget class="QLabel" name="device_channel_count_value">
56 <property name="text">
57 <string/>
58 </property>
59 </widget>
60 </item>
61 </layout>
62 </item>
63 <item>
64 <widget class="QPushButton" name="device_open_all">
65 <property name="text">
66 <string>Open All</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QPushButton" name="device_close_all">
72 <property name="text">
73 <string>Close All</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QScrollArea" name="scrollArea">
79 <property name="widgetResizable">
80 <bool>true</bool>
81 </property>
82 <widget class="QWidget" name="channels_windget">
83 <property name="geometry">
84 <rect>
85 <x>0</x>
86 <y>0</y>
87 <width>298</width>
88 <height>90</height>
89 </rect>
90 </property>
91 </widget>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 <resources/>
97 <connections/>
98</ui>