1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QProjectMConfigDialog</class>
4 <widget class="QDialog" name="QProjectMConfigDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>683</width>
10    <height>409</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>projectM Settings</string>
15  </property>
16  <widget class="QWidget" name="layoutWidget">
17   <property name="geometry">
18    <rect>
19     <x>8</x>
20     <y>8</y>
21     <width>662</width>
22     <height>385</height>
23    </rect>
24   </property>
25   <layout class="QGridLayout">
26    <item row="0" column="0">
27     <widget class="QLabel" name="label_2">
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="minimumSize">
35       <size>
36        <width>50</width>
37        <height>0</height>
38       </size>
39      </property>
40      <property name="text">
41       <string>Playlist Directory</string>
42      </property>
43     </widget>
44    </item>
45    <item row="0" column="1" colspan="6">
46     <widget class="QLineEdit" name="startupPlaylistDirectoryLineEdit">
47      <property name="sizePolicy">
48       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
49        <horstretch>2</horstretch>
50        <verstretch>0</verstretch>
51       </sizepolicy>
52      </property>
53      <property name="toolTip">
54       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
55p, li { white-space: pre-wrap; }
56&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
57&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;This sets the default preset playlist directory when projectM starts up. Every valid preset file in the specified directory will be loaded into the playlist upon initialization. &lt;span style=&quot; font-weight:600;&quot;&gt;NOTE:&lt;/span&gt; This option is overridden by a non empty value of the &lt;span style=&quot; font-style:italic;&quot;&gt;Playlist File &lt;/span&gt;option.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
58      </property>
59     </widget>
60    </item>
61    <item row="0" column="7">
62     <widget class="QToolButton" name="startupPlaylistDirectoryToolButton">
63      <property name="text">
64       <string>...</string>
65      </property>
66     </widget>
67    </item>
68    <item row="1" column="0">
69     <widget class="QLabel" name="label_14">
70      <property name="sizePolicy">
71       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
72        <horstretch>0</horstretch>
73        <verstretch>0</verstretch>
74       </sizepolicy>
75      </property>
76      <property name="minimumSize">
77       <size>
78        <width>50</width>
79        <height>0</height>
80       </size>
81      </property>
82      <property name="text">
83       <string>Playlist File</string>
84      </property>
85     </widget>
86    </item>
87    <item row="1" column="1" colspan="6">
88     <widget class="QLineEdit" name="startupPlaylistFileLineEdit">
89      <property name="sizePolicy">
90       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
91        <horstretch>2</horstretch>
92        <verstretch>0</verstretch>
93       </sizepolicy>
94      </property>
95      <property name="toolTip">
96       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
97p, li { white-space: pre-wrap; }
98&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
99&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;This sets the default preset playlist file when projectM starts up. The file must be a valid preset playlist (of type *.ppl). If specified, this overrides the &lt;span style=&quot; font-style:italic;&quot;&gt;Playlist Directory&lt;/span&gt; value on startup. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
100      </property>
101     </widget>
102    </item>
103    <item row="1" column="7">
104     <widget class="QToolButton" name="startupPlaylistFileToolButton">
105      <property name="text">
106       <string>...</string>
107      </property>
108     </widget>
109    </item>
110    <item row="2" column="0">
111     <widget class="QLabel" name="label">
112      <property name="sizePolicy">
113       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
114        <horstretch>0</horstretch>
115        <verstretch>0</verstretch>
116       </sizepolicy>
117      </property>
118      <property name="minimumSize">
119       <size>
120        <width>50</width>
121        <height>0</height>
122       </size>
123      </property>
124      <property name="text">
125       <string>Menu Font Path</string>
126      </property>
127     </widget>
128    </item>
129    <item row="2" column="1" colspan="6">
130     <widget class="QLineEdit" name="menuFontPathLineEdit">
131      <property name="sizePolicy">
132       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
133        <horstretch>2</horstretch>
134        <verstretch>0</verstretch>
135       </sizepolicy>
136      </property>
137      <property name="toolTip">
138       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
139p, li { white-space: pre-wrap; }
140&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
141&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This changes the font projectM will use for its opengl rendered menus&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
142      </property>
143     </widget>
144    </item>
145    <item row="2" column="7">
146     <widget class="QToolButton" name="menuFontPathToolButton">
147      <property name="text">
148       <string>...</string>
149      </property>
150     </widget>
151    </item>
152    <item row="3" column="0">
153     <widget class="QLabel" name="label_9">
154      <property name="sizePolicy">
155       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
156        <horstretch>0</horstretch>
157        <verstretch>0</verstretch>
158       </sizepolicy>
159      </property>
160      <property name="minimumSize">
161       <size>
162        <width>50</width>
163        <height>0</height>
164       </size>
165      </property>
166      <property name="text">
167       <string>Title Font Path</string>
168      </property>
169     </widget>
170    </item>
171    <item row="3" column="1" colspan="6">
172     <widget class="QLineEdit" name="titleFontPathLineEdit">
173      <property name="sizePolicy">
174       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
175        <horstretch>2</horstretch>
176        <verstretch>0</verstretch>
177       </sizepolicy>
178      </property>
179      <property name="toolTip">
180       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
181p, li { white-space: pre-wrap; }
182&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
183&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Changes the font projectM will use for rendering the song title&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
184      </property>
185     </widget>
186    </item>
187    <item row="3" column="7">
188     <widget class="QToolButton" name="titleFontPathToolButton">
189      <property name="text">
190       <string>...</string>
191      </property>
192     </widget>
193    </item>
194    <item row="4" column="0" colspan="2">
195     <widget class="QLabel" name="label_3">
196      <property name="text">
197       <string>Preset Duration (s)</string>
198      </property>
199     </widget>
200    </item>
201    <item row="4" column="2">
202     <widget class="QSpinBox" name="presetDurationSpinBox">
203      <property name="toolTip">
204       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
205p, li { white-space: pre-wrap; }
206&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
207&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Sets how long a preset should be played in seconds before projectM automatically switches to another in the playlist&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
208      </property>
209      <property name="minimum">
210       <number>1</number>
211      </property>
212      <property name="maximum">
213       <number>100000</number>
214      </property>
215     </widget>
216    </item>
217    <item row="4" column="3" colspan="2">
218     <widget class="QLabel" name="label_4">
219      <property name="text">
220       <string>Smooth Preset Duration (s)</string>
221      </property>
222     </widget>
223    </item>
224    <item row="4" column="5" colspan="3">
225     <widget class="QSpinBox" name="smoothPresetDurationSpinBox">
226      <property name="toolTip">
227       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
228p, li { white-space: pre-wrap; }
229&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
230&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Sets how long a transition occurs in seconds when smooth preset switching&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
231      </property>
232      <property name="minimum">
233       <number>1</number>
234      </property>
235      <property name="maximum">
236       <number>1000000</number>
237      </property>
238     </widget>
239    </item>
240    <item row="5" column="0" colspan="2">
241     <widget class="QLabel" name="label_12">
242      <property name="sizePolicy">
243       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
244        <horstretch>0</horstretch>
245        <verstretch>0</verstretch>
246       </sizepolicy>
247      </property>
248      <property name="text">
249       <string>Beat Sensitivity</string>
250      </property>
251     </widget>
252    </item>
253    <item row="5" column="2">
254     <widget class="QDoubleSpinBox" name="beatSensitivitySpinBox">
255      <property name="toolTip">
256       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
257p, li { white-space: pre-wrap; }
258&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
259&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Sets the intensity threshold for the preset hard cuts&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
260      </property>
261      <property name="minimum">
262       <double>0.000000000000000</double>
263      </property>
264      <property name="maximum">
265       <double>100.000000000000000</double>
266      </property>
267     </widget>
268    </item>
269    <item row="5" column="3" colspan="2">
270     <widget class="QLabel" name="label_6">
271      <property name="sizePolicy">
272       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
273        <horstretch>0</horstretch>
274        <verstretch>0</verstretch>
275       </sizepolicy>
276      </property>
277      <property name="text">
278       <string>Maximum FPS</string>
279      </property>
280     </widget>
281    </item>
282    <item row="5" column="5" colspan="3">
283     <widget class="QSpinBox" name="maxFPSSpinBox">
284      <property name="sizePolicy">
285       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
286        <horstretch>2</horstretch>
287        <verstretch>0</verstretch>
288       </sizepolicy>
289      </property>
290      <property name="toolTip">
291       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
292p, li { white-space: pre-wrap; }
293&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
294&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This parameter, if nonzero, limits the number of frames per second projectM will attempt to render to screen. 35 is a reasonable limit.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
295      </property>
296      <property name="minimum">
297       <number>0</number>
298      </property>
299     </widget>
300    </item>
301    <item row="6" column="0" colspan="2">
302     <widget class="QLabel" name="label_7">
303      <property name="sizePolicy">
304       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
305        <horstretch>0</horstretch>
306        <verstretch>0</verstretch>
307       </sizepolicy>
308      </property>
309      <property name="text">
310       <string>Texture Size</string>
311      </property>
312     </widget>
313    </item>
314    <item row="6" column="2">
315     <widget class="QComboBox" name="textureSizeComboBox">
316      <property name="sizePolicy">
317       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
318        <horstretch>1</horstretch>
319        <verstretch>0</verstretch>
320       </sizepolicy>
321      </property>
322      <property name="toolTip">
323       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
324p, li { white-space: pre-wrap; }
325&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
326&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Sets the size of the texture. Higher is better, but slower.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
327      </property>
328      <property name="sizeAdjustPolicy">
329       <enum>QComboBox::AdjustToMinimumContentsLength</enum>
330      </property>
331     </widget>
332    </item>
333    <item row="6" column="3" colspan="2">
334     <widget class="QLabel" name="label_13">
335      <property name="sizePolicy">
336       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
337        <horstretch>0</horstretch>
338        <verstretch>0</verstretch>
339       </sizepolicy>
340      </property>
341      <property name="text">
342       <string>Easter Egg Parameter</string>
343      </property>
344     </widget>
345    </item>
346    <item row="6" column="5" colspan="3">
347     <widget class="QDoubleSpinBox" name="easterEggParameterSpinBox">
348      <property name="toolTip">
349       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
350p, li { white-space: pre-wrap; }
351&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
352&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A mystery parameter!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
353      </property>
354      <property name="maximum">
355       <double>20.000000000000000</double>
356      </property>
357      <property name="singleStep">
358       <double>0.010000000000000</double>
359      </property>
360     </widget>
361    </item>
362    <item row="7" column="0" rowspan="5" colspan="3">
363     <layout class="QVBoxLayout">
364      <item>
365       <widget class="QCheckBox" name="useAspectCorrectionCheckBox">
366        <property name="sizePolicy">
367         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
368          <horstretch>0</horstretch>
369          <verstretch>0</verstretch>
370         </sizepolicy>
371        </property>
372        <property name="toolTip">
373         <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
374p, li { white-space: pre-wrap; }
375&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
376&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This makes a square look like a square, and a circle look like a circle in cases where they may not otherwise.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
377        </property>
378        <property name="text">
379         <string>Use Aspect Correction</string>
380        </property>
381       </widget>
382      </item>
383      <item>
384       <widget class="QCheckBox" name="menuOnStartupCheckBox">
385        <property name="sizePolicy">
386         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
387          <horstretch>0</horstretch>
388          <verstretch>0</verstretch>
389         </sizepolicy>
390        </property>
391        <property name="text">
392         <string>Show Menu on startup</string>
393        </property>
394       </widget>
395      </item>
396      <item>
397       <widget class="QCheckBox" name="fullscreenOnStartupCheckBox">
398        <property name="sizePolicy">
399         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
400          <horstretch>0</horstretch>
401          <verstretch>0</verstretch>
402         </sizepolicy>
403        </property>
404        <property name="text">
405         <string>Fullscreen on startup</string>
406        </property>
407       </widget>
408      </item>
409      <item>
410       <widget class="QCheckBox" name="shuffleOnStartupCheckBox">
411        <property name="sizePolicy">
412         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
413          <horstretch>0</horstretch>
414          <verstretch>0</verstretch>
415         </sizepolicy>
416        </property>
417        <property name="text">
418         <string>Shuffle on startup</string>
419        </property>
420       </widget>
421      </item>
422      <item>
423       <widget class="QCheckBox" name="softCutRatingsEnabledCheckBox">
424        <property name="sizePolicy">
425         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
426          <horstretch>0</horstretch>
427          <verstretch>0</verstretch>
428         </sizepolicy>
429        </property>
430        <property name="toolTip">
431         <string>Enable to turn on a different rating system for soft cuts and hard cuts.</string>
432        </property>
433        <property name="text">
434         <string>Soft Cut Ratings</string>
435        </property>
436       </widget>
437      </item>
438     </layout>
439    </item>
440    <item row="7" column="3">
441     <widget class="QLabel" name="label_8">
442      <property name="sizePolicy">
443       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
444        <horstretch>0</horstretch>
445        <verstretch>0</verstretch>
446       </sizepolicy>
447      </property>
448      <property name="text">
449       <string>Mesh Size</string>
450      </property>
451     </widget>
452    </item>
453    <item row="7" column="4">
454     <widget class="QSpinBox" name="meshSizeWidthSpinBox">
455      <property name="toolTip">
456       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
457p, li { white-space: pre-wrap; }
458&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
459&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;This modifies the horizontal component of the mesh. Higher is better but slower&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
460      </property>
461      <property name="minimum">
462       <number>1</number>
463      </property>
464      <property name="maximum">
465       <number>1000</number>
466      </property>
467      <property name="value">
468       <number>1</number>
469      </property>
470     </widget>
471    </item>
472    <item row="7" column="5">
473     <widget class="QLabel" name="label_10">
474      <property name="sizePolicy">
475       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
476        <horstretch>0</horstretch>
477        <verstretch>0</verstretch>
478       </sizepolicy>
479      </property>
480      <property name="text">
481       <string>by</string>
482      </property>
483     </widget>
484    </item>
485    <item row="7" column="6" colspan="2">
486     <widget class="QSpinBox" name="meshSizeHeightSpinBox">
487      <property name="toolTip">
488       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
489p, li { white-space: pre-wrap; }
490&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
491&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;This modifies the vertical component of the mesh. Higher is better but slower&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
492      </property>
493      <property name="minimum">
494       <number>1</number>
495      </property>
496      <property name="maximum">
497       <number>1000</number>
498      </property>
499     </widget>
500    </item>
501    <item row="8" column="3">
502     <widget class="QLabel" name="label_5">
503      <property name="sizePolicy">
504       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
505        <horstretch>0</horstretch>
506        <verstretch>0</verstretch>
507       </sizepolicy>
508      </property>
509      <property name="text">
510       <string>Window Size</string>
511      </property>
512     </widget>
513    </item>
514    <item row="8" column="4">
515     <widget class="QSpinBox" name="windowWidthSpinBox">
516      <property name="toolTip">
517       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
518p, li { white-space: pre-wrap; }
519&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
520&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This modifies the horizontal component of the startup window size &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
521      </property>
522      <property name="whatsThis">
523       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
524p, li { white-space: pre-wrap; }
525&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
526&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This modifies the horizontal component of the startup window size &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
527      </property>
528      <property name="minimum">
529       <number>1</number>
530      </property>
531      <property name="maximum">
532       <number>10000</number>
533      </property>
534     </widget>
535    </item>
536    <item row="8" column="5">
537     <widget class="QLabel" name="label_11">
538      <property name="sizePolicy">
539       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
540        <horstretch>0</horstretch>
541        <verstretch>0</verstretch>
542       </sizepolicy>
543      </property>
544      <property name="text">
545       <string>by</string>
546      </property>
547     </widget>
548    </item>
549    <item row="8" column="6" colspan="2">
550     <widget class="QSpinBox" name="windowHeightSpinBox">
551      <property name="toolTip">
552       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
553p, li { white-space: pre-wrap; }
554&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
555&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;&quot;&gt;This modifies the vertical component of the startup window size&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
556      </property>
557      <property name="minimum">
558       <number>1</number>
559      </property>
560      <property name="maximum">
561       <number>10000</number>
562      </property>
563     </widget>
564    </item>
565    <item row="11" column="3" colspan="5">
566     <widget class="QDialogButtonBox" name="buttonBox">
567      <property name="toolTip">
568       <string>Click save to write the settings to your projectM config file. The reset button will bring your settings back to whatever was stored on disk. </string>
569      </property>
570      <property name="layoutDirection">
571       <enum>Qt::RightToLeft</enum>
572      </property>
573      <property name="orientation">
574       <enum>Qt::Horizontal</enum>
575      </property>
576      <property name="standardButtons">
577       <set>QDialogButtonBox::Close|QDialogButtonBox::Reset|QDialogButtonBox::Save</set>
578      </property>
579     </widget>
580    </item>
581    <item row="9" column="3" colspan="2">
582     <widget class="QLabel" name="mouseHideLabel">
583      <property name="toolTip">
584       <string>Sets how long of an idle interval to wait before hiding the mouse. A value of zero disables this feature.</string>
585      </property>
586      <property name="text">
587       <string>Mouse Hide Timeout (s)</string>
588      </property>
589     </widget>
590    </item>
591    <item row="9" column="5" colspan="3">
592     <widget class="QSpinBox" name="mouseHideTimeoutSpinBox">
593      <property name="toolTip">
594       <string>Sets how long of an idle interval to wait before hiding the mouse. A value of zero disables this feature.</string>
595      </property>
596      <property name="prefix">
597       <string/>
598      </property>
599      <property name="minimum">
600       <number>0</number>
601      </property>
602      <property name="maximum">
603       <number>30000</number>
604      </property>
605     </widget>
606    </item>
607   </layout>
608  </widget>
609 </widget>
610 <resources/>
611 <connections/>
612</ui>
613