1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LC_DeviceOptions</class>
4 <widget class="QFrame" name="LC_DeviceOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>234</width>
10    <height>114</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Device</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout">
23      <item row="0" column="0">
24       <widget class="QComboBox" name="device_combobox">
25        <item>
26         <property name="text">
27          <string notr="true">Mouse</string>
28         </property>
29        </item>
30        <item>
31         <property name="text">
32          <string notr="true">Tablet</string>
33         </property>
34        </item>
35        <item>
36         <property name="text">
37          <string notr="true">Trackpad</string>
38         </property>
39        </item>
40        <item>
41         <property name="text">
42          <string notr="true">Touchscreen</string>
43         </property>
44        </item>
45       </widget>
46      </item>
47     </layout>
48    </widget>
49   </item>
50   <item alignment="Qt::AlignHCenter|Qt::AlignBottom">
51    <widget class="QPushButton" name="save_button">
52     <property name="text">
53      <string>Save</string>
54     </property>
55    </widget>
56   </item>
57  </layout>
58 </widget>
59 <resources/>
60 <connections/>
61</ui>
62