1<ui version="4.0" >
2 <class>KeyboardConfigPage</class>
3 <widget class="QWidget" name="KeyboardConfigPage" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>290</width>
9    <height>293</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Form</string>
14  </property>
15  <layout class="QVBoxLayout" >
16   <item>
17    <widget class="QGroupBox" name="groupBox" >
18     <property name="title" >
19      <string>Configure Keyboard</string>
20     </property>
21     <layout class="QVBoxLayout" >
22      <item>
23       <layout class="QHBoxLayout" >
24        <property name="spacing" >
25         <number>6</number>
26        </property>
27        <property name="margin" >
28         <number>0</number>
29        </property>
30        <item>
31         <widget class="QLabel" name="label" >
32          <property name="toolTip" >
33           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
34p, li { white-space: pre-wrap; }
35&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
36&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Double fact timeout:&lt;/span>&lt;/p>
37&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The maximum time in miliseconds between 2 key presses &lt;/p>
38&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to determine if the 2 key presses are a double fact ( &amp;lt;&amp;lt; K &amp;gt;&amp;gt; or &amp;lt;&amp;lt; KK &amp;gt;&amp;gt;)&lt;/p>
39&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> or 2 individual key presses ( a &amp;lt; K &amp;gt; and &amp;lt; K &amp;gt; action, &lt;/p>
40&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">or &amp;lt; KK &amp;gt; and &amp;lt; KK &amp;gt; action for example).&lt;/p>
41&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
42&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Experienced users can set this value as low as 150 ms, &lt;/p>
43&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if you don't have much experience yet, please leave the default of 180 ms.&lt;/p>
44&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
45&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information, see chapter 7: Key Actions. of the User Manual&lt;/p>&lt;/body>&lt;/html></string>
46          </property>
47          <property name="text" >
48           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double fact timeout (ms)&lt;/p>&lt;/body>&lt;/html></string>
49          </property>
50         </widget>
51        </item>
52        <item>
53         <widget class="QSpinBox" name="doubleFactTimeoutSpinBox" >
54          <property name="maximumSize" >
55           <size>
56            <width>100</width>
57            <height>16777215</height>
58           </size>
59          </property>
60          <property name="minimum" >
61           <number>100</number>
62          </property>
63          <property name="maximum" >
64           <number>300</number>
65          </property>
66          <property name="value" >
67           <number>200</number>
68          </property>
69         </widget>
70        </item>
71       </layout>
72      </item>
73      <item>
74       <layout class="QHBoxLayout" >
75        <property name="spacing" >
76         <number>6</number>
77        </property>
78        <property name="margin" >
79         <number>0</number>
80        </property>
81        <item>
82         <widget class="QLabel" name="label_3" >
83          <property name="toolTip" >
84           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
85p, li { white-space: pre-wrap; }
86&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
87&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Hold timeout:&lt;/span>&lt;/p>
88&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The maximum time to consider a pressed key a hold key fact, &lt;/p>
89&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">like [ K ] or [ KK ].&lt;/p>
90&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
91&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The shorter this time, the sooner a pressed key will be &lt;/p>
92&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">detected as a hold action. &lt;/p>
93&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
94&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Experienced users can set this value as low as 110 ms, &lt;/p>
95&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">if you don't have much experience yet, please leave the default of 150 ms.&lt;/p>
96&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
97&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">For more information, see chapter 7: "Key Actions" of the User Manual.&lt;/p>&lt;/body>&lt;/html></string>
98          </property>
99          <property name="text" >
100           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Bitstream Vera Sans; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hold timeout (ms)&lt;/p>&lt;/body>&lt;/html></string>
101          </property>
102         </widget>
103        </item>
104        <item>
105         <widget class="QSpinBox" name="holdTimeoutSpinBox" >
106          <property name="maximumSize" >
107           <size>
108            <width>100</width>
109            <height>16777215</height>
110           </size>
111          </property>
112          <property name="minimum" >
113           <number>100</number>
114          </property>
115          <property name="maximum" >
116           <number>300</number>
117          </property>
118          <property name="value" >
119           <number>200</number>
120          </property>
121         </widget>
122        </item>
123       </layout>
124      </item>
125     </layout>
126    </widget>
127   </item>
128   <item>
129    <widget class="QGroupBox" name="groupBox_2" >
130     <property name="title" >
131      <string>Keymap</string>
132     </property>
133     <layout class="QVBoxLayout" >
134      <item>
135       <layout class="QHBoxLayout" >
136        <property name="spacing" >
137         <number>6</number>
138        </property>
139        <property name="margin" >
140         <number>0</number>
141        </property>
142        <item>
143         <widget class="QLabel" name="label_2" >
144          <property name="text" >
145           <string>Select keymap</string>
146          </property>
147         </widget>
148        </item>
149        <item>
150         <widget class="QComboBox" name="keymapComboBox" />
151        </item>
152       </layout>
153      </item>
154      <item>
155       <widget class="QTextEdit" name="descriptionTextEdit" >
156        <property name="enabled" >
157         <bool>false</bool>
158        </property>
159        <property name="sizePolicy" >
160         <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
161          <horstretch>0</horstretch>
162          <verstretch>0</verstretch>
163         </sizepolicy>
164        </property>
165        <property name="acceptDrops" >
166         <bool>false</bool>
167        </property>
168        <property name="frameShape" >
169         <enum>QFrame::NoFrame</enum>
170        </property>
171        <property name="horizontalScrollBarPolicy" >
172         <enum>Qt::ScrollBarAlwaysOff</enum>
173        </property>
174        <property name="undoRedoEnabled" >
175         <bool>false</bool>
176        </property>
177        <property name="textInteractionFlags" >
178         <set>Qt::NoTextInteraction</set>
179        </property>
180       </widget>
181      </item>
182      <item>
183       <layout class="QHBoxLayout" >
184        <property name="spacing" >
185         <number>6</number>
186        </property>
187        <property name="margin" >
188         <number>0</number>
189        </property>
190        <item>
191         <spacer>
192          <property name="orientation" >
193           <enum>Qt::Horizontal</enum>
194          </property>
195          <property name="sizeHint" stdset="0" >
196           <size>
197            <width>40</width>
198            <height>20</height>
199           </size>
200          </property>
201         </spacer>
202        </item>
203        <item>
204         <widget class="QPushButton" name="exportButton" >
205          <property name="text" >
206           <string>Export Keymap</string>
207          </property>
208         </widget>
209        </item>
210        <item>
211         <widget class="QPushButton" name="printButton" >
212          <property name="text" >
213           <string>Print Keymap</string>
214          </property>
215         </widget>
216        </item>
217       </layout>
218      </item>
219     </layout>
220    </widget>
221   </item>
222   <item>
223    <spacer>
224     <property name="orientation" >
225      <enum>Qt::Vertical</enum>
226     </property>
227     <property name="sizeHint" stdset="0" >
228      <size>
229       <width>236</width>
230       <height>16</height>
231      </size>
232     </property>
233    </spacer>
234   </item>
235  </layout>
236 </widget>
237 <resources/>
238 <connections/>
239</ui>
240