1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShortcutWidget</class>
4 <widget class="QWidget" name="ShortcutWidget">
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  <layout class="QGridLayout">
14   <item row="0" column="0">
15    <widget class="QRadioButton" name="noKey">
16     <property name="text">
17      <string>&amp;No Key</string>
18     </property>
19    </widget>
20   </item>
21   <item row="1" column="0">
22    <widget class="QRadioButton" name="userDef">
23     <property name="text">
24      <string>&amp;User Defined Key</string>
25     </property>
26    </widget>
27   </item>
28   <item row="1" column="1">
29    <widget class="QPushButton" name="setKeyButton">
30     <property name="text">
31      <string>Set &amp;Key</string>
32     </property>
33    </widget>
34   </item>
35   <item row="1" column="2">
36    <spacer>
37     <property name="orientation">
38      <enum>Qt::Horizontal</enum>
39     </property>
40     <property name="sizeHint">
41      <size>
42       <width>40</width>
43       <height>20</height>
44      </size>
45     </property>
46    </spacer>
47   </item>
48   <item row="2" column="0" colspan="2">
49    <widget class="QLabel" name="keyDisplay">
50     <property name="minimumSize">
51      <size>
52       <width>0</width>
53       <height>40</height>
54      </size>
55     </property>
56     <property name="frameShape">
57      <enum>QFrame::Panel</enum>
58     </property>
59     <property name="frameShadow">
60      <enum>QFrame::Sunken</enum>
61     </property>
62     <property name="lineWidth">
63      <number>2</number>
64     </property>
65     <property name="text">
66      <string/>
67     </property>
68     <property name="alignment">
69      <set>Qt::AlignCenter</set>
70     </property>
71    </widget>
72   </item>
73   <item row="3" column="0">
74    <spacer>
75     <property name="orientation">
76      <enum>Qt::Vertical</enum>
77     </property>
78     <property name="sizeHint">
79      <size>
80       <width>20</width>
81       <height>40</height>
82      </size>
83     </property>
84    </spacer>
85   </item>
86  </layout>
87 </widget>
88 <resources/>
89 <connections/>
90</ui>
91