Qt project for usb relay hid library with simple GUI client (#13)
[usb-relay-hid.git] / qt / QUsbRelayGui / widget.ui
CommitLineData
b647ee2a
S
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Widget</class>
4 <widget class="QWidget" name="Widget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>UsbRelayGui</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="resources.qrc">
18 <normaloff>:/images/device_and_hardware_w.ico</normaloff>:/images/device_and_hardware_w.ico</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <widget class="QListWidget" name="listWidget"/>
23 </item>
24 </layout>
25 </widget>
26 <layoutdefault spacing="6" margin="11"/>
27 <resources>
28 <include location="resources.qrc"/>
29 </resources>
30 <connections/>
31</ui>