1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ProjectWidget</class>
4 <widget class="QWidget" name="ProjectWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>603</width>
10    <height>630</height>
11   </rect>
12  </property>
13  <layout class="QGridLayout" name="gridLayout">
14   <item row="0" column="0">
15    <widget class="QComboBox" name="comboBoxProjectType">
16     <property name="sizePolicy">
17      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
18       <horstretch>0</horstretch>
19       <verstretch>0</verstretch>
20      </sizepolicy>
21     </property>
22     <property name="toolTip">
23      <string>Select project type</string>
24     </property>
25     <property name="maxVisibleItems">
26      <number>20</number>
27     </property>
28     <item>
29      <property name="text">
30       <string>Display information about a CHD input file</string>
31      </property>
32      <property name="icon">
33       <iconset resource="qchdman.qrc">
34        <normaloff>:/images/info.png</normaloff>:/images/info.png</iconset>
35      </property>
36     </item>
37     <item>
38      <property name="text">
39       <string>Verify the integrity of a CHD input file</string>
40      </property>
41      <property name="icon">
42       <iconset resource="qchdman.qrc">
43        <normaloff>:/images/verify.png</normaloff>:/images/verify.png</iconset>
44      </property>
45     </item>
46     <item>
47      <property name="text">
48       <string>Copy data from one CHD to another</string>
49      </property>
50      <property name="icon">
51       <iconset resource="qchdman.qrc">
52        <normaloff>:/images/copy.png</normaloff>:/images/copy.png</iconset>
53      </property>
54     </item>
55     <item>
56      <property name="text">
57       <string>Create a raw CHD from an input file</string>
58      </property>
59      <property name="icon">
60       <iconset resource="qchdman.qrc">
61        <normaloff>:/images/createraw.png</normaloff>:/images/createraw.png</iconset>
62      </property>
63     </item>
64     <item>
65      <property name="text">
66       <string>Create an HD CHD from an input file</string>
67      </property>
68      <property name="icon">
69       <iconset resource="qchdman.qrc">
70        <normaloff>:/images/createhd.png</normaloff>:/images/createhd.png</iconset>
71      </property>
72     </item>
73     <item>
74      <property name="text">
75       <string>Create a CD CHD from an input file</string>
76      </property>
77      <property name="icon">
78       <iconset resource="qchdman.qrc">
79        <normaloff>:/images/createcd.png</normaloff>:/images/createcd.png</iconset>
80      </property>
81     </item>
82     <item>
83      <property name="text">
84       <string>Create an LD CHD from an input file</string>
85      </property>
86      <property name="icon">
87       <iconset resource="qchdman.qrc">
88        <normaloff>:/images/createld.png</normaloff>:/images/createld.png</iconset>
89      </property>
90     </item>
91     <item>
92      <property name="text">
93       <string>Extract a raw file from a CHD input file</string>
94      </property>
95      <property name="icon">
96       <iconset resource="qchdman.qrc">
97        <normaloff>:/images/extractraw.png</normaloff>:/images/extractraw.png</iconset>
98      </property>
99     </item>
100     <item>
101      <property name="text">
102       <string>Extract an HD file from a CHD input file</string>
103      </property>
104      <property name="icon">
105       <iconset resource="qchdman.qrc">
106        <normaloff>:/images/extracthd.png</normaloff>:/images/extracthd.png</iconset>
107      </property>
108     </item>
109     <item>
110      <property name="text">
111       <string>Extract a CD file from a CHD input file</string>
112      </property>
113      <property name="icon">
114       <iconset resource="qchdman.qrc">
115        <normaloff>:/images/extractcd.png</normaloff>:/images/extractcd.png</iconset>
116      </property>
117     </item>
118     <item>
119      <property name="text">
120       <string>Extract an LD AVI file from a CHD input file</string>
121      </property>
122      <property name="icon">
123       <iconset resource="qchdman.qrc">
124        <normaloff>:/images/extractld.png</normaloff>:/images/extractld.png</iconset>
125      </property>
126     </item>
127     <item>
128      <property name="text">
129       <string>Dump meta-data from a CHD</string>
130      </property>
131      <property name="icon">
132       <iconset resource="qchdman.qrc">
133        <normaloff>:/images/dumpmeta.png</normaloff>:/images/dumpmeta.png</iconset>
134      </property>
135     </item>
136     <item>
137      <property name="text">
138       <string>Add meta-data to a CHD</string>
139      </property>
140      <property name="icon">
141       <iconset resource="qchdman.qrc">
142        <normaloff>:/images/addmeta.png</normaloff>:/images/addmeta.png</iconset>
143      </property>
144     </item>
145     <item>
146      <property name="text">
147       <string>Remove meta-data from a CHD</string>
148      </property>
149      <property name="icon">
150       <iconset resource="qchdman.qrc">
151        <normaloff>:/images/delmeta.png</normaloff>:/images/delmeta.png</iconset>
152      </property>
153     </item>
154    </widget>
155   </item>
156   <item row="0" column="1">
157    <widget class="QProgressBar" name="progressBar">
158     <property name="sizePolicy">
159      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
160       <horstretch>0</horstretch>
161       <verstretch>0</verstretch>
162      </sizepolicy>
163     </property>
164     <property name="toolTip">
165      <string>Project status / progress</string>
166     </property>
167     <property name="value">
168      <number>0</number>
169     </property>
170     <property name="format">
171      <string>Idle</string>
172     </property>
173    </widget>
174   </item>
175   <item row="0" column="2">
176    <widget class="QToolButton" name="toolButtonRun">
177     <property name="sizePolicy">
178      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
179       <horstretch>0</horstretch>
180       <verstretch>0</verstretch>
181      </sizepolicy>
182     </property>
183     <property name="toolTip">
184      <string>Run this project</string>
185     </property>
186     <property name="icon">
187      <iconset resource="qchdman.qrc">
188       <normaloff>:/images/run.png</normaloff>:/images/run.png</iconset>
189     </property>
190    </widget>
191   </item>
192   <item row="0" column="3">
193    <widget class="QToolButton" name="toolButtonStop">
194     <property name="enabled">
195      <bool>false</bool>
196     </property>
197     <property name="sizePolicy">
198      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
199       <horstretch>0</horstretch>
200       <verstretch>0</verstretch>
201      </sizepolicy>
202     </property>
203     <property name="toolTip">
204      <string>Terminate the running process</string>
205     </property>
206     <property name="icon">
207      <iconset resource="qchdman.qrc">
208       <normaloff>:/images/stop.png</normaloff>:/images/stop.png</iconset>
209     </property>
210    </widget>
211   </item>
212   <item row="0" column="4">
213    <widget class="QToolButton" name="toolButtonActions">
214     <property name="sizePolicy">
215      <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
216       <horstretch>0</horstretch>
217       <verstretch>0</verstretch>
218      </sizepolicy>
219     </property>
220     <property name="toolTip">
221      <string>Tools menu</string>
222     </property>
223     <property name="icon">
224      <iconset resource="qchdman.qrc">
225       <normaloff>:/images/tools.png</normaloff>:/images/tools.png</iconset>
226     </property>
227     <property name="popupMode">
228      <enum>QToolButton::InstantPopup</enum>
229     </property>
230    </widget>
231   </item>
232   <item row="1" column="0" colspan="5">
233    <widget class="QSplitter" name="splitter">
234     <property name="orientation">
235      <enum>Qt::Vertical</enum>
236     </property>
237     <property name="childrenCollapsible">
238      <bool>true</bool>
239     </property>
240     <widget class="QScrollArea" name="scrollArea">
241      <property name="sizePolicy">
242       <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
243        <horstretch>0</horstretch>
244        <verstretch>0</verstretch>
245       </sizepolicy>
246      </property>
247      <property name="frameShadow">
248       <enum>QFrame::Raised</enum>
249      </property>
250      <property name="verticalScrollBarPolicy">
251       <enum>Qt::ScrollBarAlwaysOff</enum>
252      </property>
253      <property name="horizontalScrollBarPolicy">
254       <enum>Qt::ScrollBarAlwaysOff</enum>
255      </property>
256      <property name="widgetResizable">
257       <bool>true</bool>
258      </property>
259      <widget class="QWidget" name="scrollAreaWidgetContents">
260       <property name="geometry">
261        <rect>
262         <x>0</x>
263         <y>0</y>
264         <width>589</width>
265         <height>572</height>
266        </rect>
267       </property>
268       <layout class="QGridLayout" name="gridLayoutScrollArea">
269        <item row="0" column="0">
270         <widget class="QStackedWidget" name="stackedWidgetProjectDetails">
271          <property name="currentIndex">
272           <number>0</number>
273          </property>
274          <widget class="QWidget" name="pageInfo">
275           <layout class="QGridLayout" name="gridLayoutPageInfo">
276            <property name="margin">
277             <number>0</number>
278            </property>
279            <item row="0" column="0" colspan="2">
280             <widget class="QFrame" name="frameInfo">
281              <layout class="QGridLayout" name="gridLayoutFrameInfo">
282               <property name="margin">
283                <number>0</number>
284               </property>
285               <item row="0" column="1">
286                <widget class="QToolButton" name="toolButtonBrowseInfoInputFile">
287                 <property name="sizePolicy">
288                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
289                   <horstretch>0</horstretch>
290                   <verstretch>0</verstretch>
291                  </sizepolicy>
292                 </property>
293                 <property name="icon">
294                  <iconset resource="qchdman.qrc">
295                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
296                 </property>
297                </widget>
298               </item>
299               <item row="0" column="0">
300                <widget class="QLineEdit" name="lineEditInfoInputFile">
301                 <property name="sizePolicy">
302                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
303                   <horstretch>0</horstretch>
304                   <verstretch>0</verstretch>
305                  </sizepolicy>
306                 </property>
307                 <property name="toolTip">
308                  <string>CHD input file (--input)</string>
309                 </property>
310                 <property name="placeholderText">
311                  <string>CHD input file (required)</string>
312                 </property>
313                </widget>
314               </item>
315               <item row="1" column="0">
316                <widget class="QCheckBox" name="checkBoxInfoVerbose">
317                 <property name="toolTip">
318                  <string>Output additional information (--verbose)</string>
319                 </property>
320                 <property name="text">
321                  <string>Verbose output</string>
322                 </property>
323                </widget>
324               </item>
325              </layout>
326             </widget>
327            </item>
328            <item row="1" column="0" colspan="2">
329             <widget class="QLabel" name="labelInfoHelp">
330              <property name="text">
331               <string>&lt;p&gt;
332&lt;b&gt;CHDMAN Info&lt;/b&gt;
333&lt;/p&gt;
334Displays information about a CHD file.
335&lt;p&gt;
336&lt;b&gt;Parameters&lt;/b&gt;
337&lt;/p&gt;
338&lt;p&gt;
339--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
340--verbose, -v: output additional information
341&lt;/p&gt;</string>
342              </property>
343              <property name="alignment">
344               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
345              </property>
346              <property name="wordWrap">
347               <bool>true</bool>
348              </property>
349              <property name="margin">
350               <number>8</number>
351              </property>
352              <property name="indent">
353               <number>8</number>
354              </property>
355             </widget>
356            </item>
357            <item row="2" column="0" colspan="2">
358             <spacer name="verticalSpacerInfo">
359              <property name="orientation">
360               <enum>Qt::Vertical</enum>
361              </property>
362              <property name="sizeHint" stdset="0">
363               <size>
364                <width>20</width>
365                <height>0</height>
366               </size>
367              </property>
368             </spacer>
369            </item>
370           </layout>
371          </widget>
372          <widget class="QWidget" name="pageVerify">
373           <layout class="QGridLayout" name="gridLayoutPageVerify">
374            <property name="margin">
375             <number>0</number>
376            </property>
377            <item row="1" column="0" colspan="2">
378             <widget class="QFrame" name="frameVerify">
379              <layout class="QGridLayout" name="gridLayoutFrameVerify">
380               <property name="margin">
381                <number>0</number>
382               </property>
383               <item row="0" column="0">
384                <widget class="QLineEdit" name="lineEditVerifyInputFile">
385                 <property name="sizePolicy">
386                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
387                   <horstretch>0</horstretch>
388                   <verstretch>0</verstretch>
389                  </sizepolicy>
390                 </property>
391                 <property name="toolTip">
392                  <string>CHD input file (--input)</string>
393                 </property>
394                 <property name="placeholderText">
395                  <string>CHD input file (required)</string>
396                 </property>
397                </widget>
398               </item>
399               <item row="0" column="1">
400                <widget class="QToolButton" name="toolButtonBrowseVerifyInputFile">
401                 <property name="sizePolicy">
402                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
403                   <horstretch>0</horstretch>
404                   <verstretch>0</verstretch>
405                  </sizepolicy>
406                 </property>
407                 <property name="icon">
408                  <iconset resource="qchdman.qrc">
409                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
410                 </property>
411                </widget>
412               </item>
413               <item row="1" column="0">
414                <widget class="QLineEdit" name="lineEditVerifyParentInputFile">
415                 <property name="sizePolicy">
416                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
417                   <horstretch>0</horstretch>
418                   <verstretch>0</verstretch>
419                  </sizepolicy>
420                 </property>
421                 <property name="toolTip">
422                  <string>Parent CHD input file (--inputparent)</string>
423                 </property>
424                 <property name="placeholderText">
425                  <string>Parent CHD input file</string>
426                 </property>
427                </widget>
428               </item>
429               <item row="1" column="1">
430                <widget class="QToolButton" name="toolButtonBrowseVerifyParentInputFile">
431                 <property name="sizePolicy">
432                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
433                   <horstretch>0</horstretch>
434                   <verstretch>0</verstretch>
435                  </sizepolicy>
436                 </property>
437                 <property name="icon">
438                  <iconset resource="qchdman.qrc">
439                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
440                 </property>
441                </widget>
442               </item>
443              </layout>
444             </widget>
445            </item>
446            <item row="2" column="0" colspan="2">
447             <widget class="QLabel" name="labelVerifyHelp">
448              <property name="text">
449               <string>&lt;p&gt;
450&lt;b&gt;CHDMAN Verify&lt;/b&gt;
451&lt;/p&gt;
452Verifies a CHD's integrity.
453&lt;p&gt;
454&lt;b&gt;Parameters&lt;/b&gt;
455&lt;/p&gt;
456&lt;p&gt;
457--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
458--inputparent, -ip &amp;lt;filename&amp;gt;: parent file name for input CHD
459&lt;/p&gt;</string>
460              </property>
461              <property name="alignment">
462               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
463              </property>
464              <property name="wordWrap">
465               <bool>true</bool>
466              </property>
467              <property name="margin">
468               <number>8</number>
469              </property>
470              <property name="indent">
471               <number>8</number>
472              </property>
473             </widget>
474            </item>
475            <item row="3" column="0" colspan="2">
476             <spacer name="verticalSpacerVerify">
477              <property name="orientation">
478               <enum>Qt::Vertical</enum>
479              </property>
480              <property name="sizeHint" stdset="0">
481               <size>
482                <width>20</width>
483                <height>0</height>
484               </size>
485              </property>
486             </spacer>
487            </item>
488           </layout>
489          </widget>
490          <widget class="QWidget" name="pageCopy">
491           <layout class="QGridLayout" name="gridLayoutPageCopy">
492            <property name="margin">
493             <number>0</number>
494            </property>
495            <item row="7" column="0" colspan="2">
496             <widget class="QFrame" name="frameCopy">
497              <layout class="QGridLayout" name="gridLayoutFrameCopy">
498               <property name="margin">
499                <number>0</number>
500               </property>
501               <item row="7" column="2">
502                <widget class="QLabel" name="labelCopyCompressors">
503                 <property name="text">
504                  <string>Compression</string>
505                 </property>
506                </widget>
507               </item>
508               <item row="4" column="0" colspan="2">
509                <widget class="QCheckBox" name="checkBoxCopyForce">
510                 <property name="toolTip">
511                  <string>Force overwriting output files (--force)</string>
512                 </property>
513                 <property name="text">
514                  <string>Overwrite existing files</string>
515                 </property>
516                </widget>
517               </item>
518               <item row="5" column="1">
519                <widget class="QSpinBox" name="spinBoxCopyInputStartByte">
520                 <property name="sizePolicy">
521                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
522                   <horstretch>0</horstretch>
523                   <verstretch>0</verstretch>
524                  </sizepolicy>
525                 </property>
526                 <property name="toolTip">
527                  <string>Starting byte offset within the input (--inputstartbyte)</string>
528                 </property>
529                 <property name="specialValueText">
530                  <string>auto</string>
531                 </property>
532                 <property name="minimum">
533                  <number>-1</number>
534                 </property>
535                 <property name="maximum">
536                  <number>999999999</number>
537                 </property>
538                 <property name="value">
539                  <number>-1</number>
540                 </property>
541                </widget>
542               </item>
543               <item row="7" column="1">
544                <widget class="QSpinBox" name="spinBoxCopyHunkSize">
545                 <property name="sizePolicy">
546                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
547                   <horstretch>0</horstretch>
548                   <verstretch>0</verstretch>
549                  </sizepolicy>
550                 </property>
551                 <property name="toolTip">
552                  <string>Size in bytes of each hunk (--hunksize)</string>
553                 </property>
554                 <property name="specialValueText">
555                  <string>auto</string>
556                 </property>
557                 <property name="minimum">
558                  <number>-1</number>
559                 </property>
560                 <property name="maximum">
561                  <number>999999999</number>
562                 </property>
563                 <property name="value">
564                  <number>-1</number>
565                 </property>
566                </widget>
567               </item>
568               <item row="6" column="2">
569                <widget class="QLabel" name="labelCopyInputHunks">
570                 <property name="text">
571                  <string>Input hunks</string>
572                 </property>
573                </widget>
574               </item>
575               <item row="6" column="0">
576                <widget class="QLabel" name="labelCopyInputBytes">
577                 <property name="text">
578                  <string>Input bytes</string>
579                 </property>
580                </widget>
581               </item>
582               <item row="6" column="1">
583                <widget class="QSpinBox" name="spinBoxCopyInputBytes">
584                 <property name="sizePolicy">
585                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
586                   <horstretch>0</horstretch>
587                   <verstretch>0</verstretch>
588                  </sizepolicy>
589                 </property>
590                 <property name="toolTip">
591                  <string>Effective length of input in bytes (--inputbytes)</string>
592                 </property>
593                 <property name="specialValueText">
594                  <string>auto</string>
595                 </property>
596                 <property name="minimum">
597                  <number>-1</number>
598                 </property>
599                 <property name="maximum">
600                  <number>999999999</number>
601                 </property>
602                 <property name="value">
603                  <number>-1</number>
604                 </property>
605                </widget>
606               </item>
607               <item row="1" column="4">
608                <widget class="QToolButton" name="toolButtonBrowseCopyOutputFile">
609                 <property name="sizePolicy">
610                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
611                   <horstretch>0</horstretch>
612                   <verstretch>0</verstretch>
613                  </sizepolicy>
614                 </property>
615                 <property name="icon">
616                  <iconset resource="qchdman.qrc">
617                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
618                 </property>
619                </widget>
620               </item>
621               <item row="5" column="0">
622                <widget class="QLabel" name="labelCopyInputStartByte">
623                 <property name="text">
624                  <string>Input start byte</string>
625                 </property>
626                </widget>
627               </item>
628               <item row="3" column="4">
629                <widget class="QToolButton" name="toolButtonBrowseCopyParentOutputFile">
630                 <property name="sizePolicy">
631                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
632                   <horstretch>0</horstretch>
633                   <verstretch>0</verstretch>
634                  </sizepolicy>
635                 </property>
636                 <property name="icon">
637                  <iconset resource="qchdman.qrc">
638                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
639                 </property>
640                </widget>
641               </item>
642               <item row="3" column="0" colspan="4">
643                <widget class="QLineEdit" name="lineEditCopyParentOutputFile">
644                 <property name="sizePolicy">
645                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
646                   <horstretch>0</horstretch>
647                   <verstretch>0</verstretch>
648                  </sizepolicy>
649                 </property>
650                 <property name="toolTip">
651                  <string>Parent CHD output file (--outputparent)</string>
652                 </property>
653                 <property name="placeholderText">
654                  <string>Parent CHD output file</string>
655                 </property>
656                </widget>
657               </item>
658               <item row="1" column="0" colspan="4">
659                <widget class="QLineEdit" name="lineEditCopyOutputFile">
660                 <property name="sizePolicy">
661                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
662                   <horstretch>0</horstretch>
663                   <verstretch>0</verstretch>
664                  </sizepolicy>
665                 </property>
666                 <property name="toolTip">
667                  <string>CHD output file (--output)</string>
668                 </property>
669                 <property name="placeholderText">
670                  <string>CHD output file (required)</string>
671                 </property>
672                </widget>
673               </item>
674               <item row="7" column="0">
675                <widget class="QLabel" name="labelCopyHunkSize">
676                 <property name="text">
677                  <string>Hunk size</string>
678                 </property>
679                </widget>
680               </item>
681               <item row="4" column="2">
682                <widget class="QLabel" name="labelCopyProcessors">
683                 <property name="text">
684                  <string>Number of CPUs</string>
685                 </property>
686                </widget>
687               </item>
688               <item row="5" column="2">
689                <widget class="QLabel" name="labelCopyInputStartHunk">
690                 <property name="text">
691                  <string>Input start hunk</string>
692                 </property>
693                </widget>
694               </item>
695               <item row="0" column="4">
696                <widget class="QToolButton" name="toolButtonBrowseCopyInputFile">
697                 <property name="sizePolicy">
698                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
699                   <horstretch>0</horstretch>
700                   <verstretch>0</verstretch>
701                  </sizepolicy>
702                 </property>
703                 <property name="icon">
704                  <iconset resource="qchdman.qrc">
705                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
706                 </property>
707                </widget>
708               </item>
709               <item row="0" column="0" colspan="4">
710                <widget class="QLineEdit" name="lineEditCopyInputFile">
711                 <property name="sizePolicy">
712                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
713                   <horstretch>0</horstretch>
714                   <verstretch>0</verstretch>
715                  </sizepolicy>
716                 </property>
717                 <property name="toolTip">
718                  <string>CHD input file (--input)</string>
719                 </property>
720                 <property name="placeholderText">
721                  <string>CHD input file (required)</string>
722                 </property>
723                </widget>
724               </item>
725               <item row="4" column="3">
726                <widget class="QSpinBox" name="spinBoxCopyProcessors">
727                 <property name="sizePolicy">
728                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
729                   <horstretch>0</horstretch>
730                   <verstretch>0</verstretch>
731                  </sizepolicy>
732                 </property>
733                 <property name="toolTip">
734                  <string>Limit the number of processors to use during compression (--numprocessors)</string>
735                 </property>
736                 <property name="specialValueText">
737                  <string>auto</string>
738                 </property>
739                 <property name="minimum">
740                  <number>0</number>
741                 </property>
742                 <property name="maximum">
743                  <number>9999</number>
744                 </property>
745                 <property name="value">
746                  <number>0</number>
747                 </property>
748                </widget>
749               </item>
750               <item row="5" column="3">
751                <widget class="QSpinBox" name="spinBoxCopyInputStartHunk">
752                 <property name="sizePolicy">
753                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
754                   <horstretch>0</horstretch>
755                   <verstretch>0</verstretch>
756                  </sizepolicy>
757                 </property>
758                 <property name="toolTip">
759                  <string>Starting hunk offset within the input (--inputstarthunk)</string>
760                 </property>
761                 <property name="specialValueText">
762                  <string>auto</string>
763                 </property>
764                 <property name="minimum">
765                  <number>-1</number>
766                 </property>
767                 <property name="maximum">
768                  <number>999999999</number>
769                 </property>
770                 <property name="value">
771                  <number>-1</number>
772                 </property>
773                </widget>
774               </item>
775               <item row="6" column="3">
776                <widget class="QSpinBox" name="spinBoxCopyInputHunks">
777                 <property name="sizePolicy">
778                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
779                   <horstretch>0</horstretch>
780                   <verstretch>0</verstretch>
781                  </sizepolicy>
782                 </property>
783                 <property name="toolTip">
784                  <string>Effective length of input in hunks (--inputhunks)</string>
785                 </property>
786                 <property name="specialValueText">
787                  <string>auto</string>
788                 </property>
789                 <property name="minimum">
790                  <number>-1</number>
791                 </property>
792                 <property name="maximum">
793                  <number>999999999</number>
794                 </property>
795                 <property name="value">
796                  <number>-1</number>
797                 </property>
798                </widget>
799               </item>
800               <item row="7" column="3">
801                <widget class="QComboBox" name="comboBoxCopyCompression">
802                 <property name="sizePolicy">
803                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
804                   <horstretch>0</horstretch>
805                   <verstretch>0</verstretch>
806                  </sizepolicy>
807                 </property>
808                 <property name="toolTip">
809                  <string>Select up to 4 compression codecs to use (--compression)</string>
810                 </property>
811                 <property name="maxVisibleItems">
812                  <number>20</number>
813                 </property>
814                </widget>
815               </item>
816               <item row="2" column="0" colspan="4">
817                <widget class="QLineEdit" name="lineEditCopyParentInputFile">
818                 <property name="sizePolicy">
819                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
820                   <horstretch>0</horstretch>
821                   <verstretch>0</verstretch>
822                  </sizepolicy>
823                 </property>
824                 <property name="toolTip">
825                  <string>Parent CHD input file (--inputparent)</string>
826                 </property>
827                 <property name="placeholderText">
828                  <string>Parent CHD input file</string>
829                 </property>
830                </widget>
831               </item>
832               <item row="2" column="4">
833                <widget class="QToolButton" name="toolButtonBrowseCopyParentInputFile">
834                 <property name="sizePolicy">
835                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
836                   <horstretch>0</horstretch>
837                   <verstretch>0</verstretch>
838                  </sizepolicy>
839                 </property>
840                 <property name="icon">
841                  <iconset resource="qchdman.qrc">
842                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
843                 </property>
844                </widget>
845               </item>
846              </layout>
847             </widget>
848            </item>
849            <item row="8" column="0" colspan="2">
850             <widget class="QLabel" name="labelCopyHelp">
851              <property name="text">
852               <string>&lt;p&gt;
853&lt;b&gt;CHDMAN Copy&lt;/b&gt;
854&lt;/p&gt;
855Copies data from one CHD to another of the same type.
856&lt;p&gt;
857&lt;b&gt;Parameters&lt;/b&gt;
858&lt;/p&gt;
859&lt;p&gt;
860--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
861--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
862--inputparent, -ip &amp;lt;filename&amp;gt;: parent file name for input CHD&lt;br&gt;
863--outputparent, -op &amp;lt;filename&amp;gt;: parent file name for output CHD&lt;br&gt;
864--force, -f: force overwriting an existing file&lt;br&gt;
865--numprocessors, -np &amp;lt;processors&amp;gt;: limit the number of processors to use during compression&lt;br&gt;
866--inputstartbyte, -isb &amp;lt;offset&amp;gt;: starting byte offset within the input&lt;br&gt;
867--inputstarthunk, -ish &amp;lt;offset&amp;gt;: starting hunk offset within the input&lt;br&gt;
868--inputbytes, -ib &amp;lt;length&amp;gt;: effective length of input in bytes&lt;br&gt;
869--inputhunks, -ih &amp;lt;length&amp;gt;: effective length of input in hunks&lt;br&gt;
870--hunksize, -hs &amp;lt;bytes&amp;gt;: size of each hunk in bytes&lt;br&gt;
871--compression, -c &amp;lt;none|type1[,type2[,...]]&amp;gt;: which compression codecs to use (up to 4)
872&lt;/p&gt;</string>
873              </property>
874              <property name="alignment">
875               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
876              </property>
877              <property name="wordWrap">
878               <bool>true</bool>
879              </property>
880              <property name="margin">
881               <number>8</number>
882              </property>
883              <property name="indent">
884               <number>8</number>
885              </property>
886             </widget>
887            </item>
888            <item row="9" column="0" colspan="2">
889             <spacer name="verticalSpacerCopy">
890              <property name="orientation">
891               <enum>Qt::Vertical</enum>
892              </property>
893              <property name="sizeHint" stdset="0">
894               <size>
895                <width>20</width>
896                <height>0</height>
897               </size>
898              </property>
899             </spacer>
900            </item>
901           </layout>
902          </widget>
903          <widget class="QWidget" name="pageCreateRaw">
904           <layout class="QGridLayout" name="gridLayoutPageCreateRaw">
905            <property name="margin">
906             <number>0</number>
907            </property>
908            <item row="0" column="0">
909             <widget class="QFrame" name="frameCreateRaw">
910              <layout class="QGridLayout" name="gridLayoutFrameCreateRaw">
911               <property name="margin">
912                <number>0</number>
913               </property>
914               <item row="3" column="3">
915                <widget class="QSpinBox" name="spinBoxCreateRawProcessors">
916                 <property name="sizePolicy">
917                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
918                   <horstretch>0</horstretch>
919                   <verstretch>0</verstretch>
920                  </sizepolicy>
921                 </property>
922                 <property name="toolTip">
923                  <string>Limit the number of processors to use during compression (--numprocessors)</string>
924                 </property>
925                 <property name="specialValueText">
926                  <string>auto</string>
927                 </property>
928                 <property name="minimum">
929                  <number>0</number>
930                 </property>
931                 <property name="maximum">
932                  <number>9999</number>
933                 </property>
934                 <property name="value">
935                  <number>0</number>
936                 </property>
937                </widget>
938               </item>
939               <item row="5" column="2">
940                <widget class="QLabel" name="labelCreateRawInputHunks">
941                 <property name="text">
942                  <string>Input hunks</string>
943                 </property>
944                </widget>
945               </item>
946               <item row="0" column="4">
947                <widget class="QToolButton" name="toolButtonBrowseCreateRawInputFile">
948                 <property name="sizePolicy">
949                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
950                   <horstretch>0</horstretch>
951                   <verstretch>0</verstretch>
952                  </sizepolicy>
953                 </property>
954                 <property name="icon">
955                  <iconset resource="qchdman.qrc">
956                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
957                 </property>
958                </widget>
959               </item>
960               <item row="5" column="1">
961                <widget class="QSpinBox" name="spinBoxCreateRawInputBytes">
962                 <property name="sizePolicy">
963                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
964                   <horstretch>0</horstretch>
965                   <verstretch>0</verstretch>
966                  </sizepolicy>
967                 </property>
968                 <property name="toolTip">
969                  <string>Effective length of input in bytes (--inputbytes)</string>
970                 </property>
971                 <property name="specialValueText">
972                  <string>auto</string>
973                 </property>
974                 <property name="minimum">
975                  <number>-1</number>
976                 </property>
977                 <property name="maximum">
978                  <number>999999999</number>
979                 </property>
980                 <property name="value">
981                  <number>-1</number>
982                 </property>
983                </widget>
984               </item>
985               <item row="3" column="2">
986                <widget class="QLabel" name="labelCreateRawProcessors">
987                 <property name="text">
988                  <string>Number of CPUs</string>
989                 </property>
990                </widget>
991               </item>
992               <item row="1" column="0" colspan="4">
993                <widget class="QLineEdit" name="lineEditCreateRawOutputFile">
994                 <property name="sizePolicy">
995                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
996                   <horstretch>0</horstretch>
997                   <verstretch>0</verstretch>
998                  </sizepolicy>
999                 </property>
1000                 <property name="toolTip">
1001                  <string>CHD output file (--output)</string>
1002                 </property>
1003                 <property name="placeholderText">
1004                  <string>CHD output file (required)</string>
1005                 </property>
1006                </widget>
1007               </item>
1008               <item row="4" column="1">
1009                <widget class="QSpinBox" name="spinBoxCreateRawInputStartByte">
1010                 <property name="sizePolicy">
1011                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1012                   <horstretch>0</horstretch>
1013                   <verstretch>0</verstretch>
1014                  </sizepolicy>
1015                 </property>
1016                 <property name="toolTip">
1017                  <string>Starting byte offset within the input (--inputstartbyte)</string>
1018                 </property>
1019                 <property name="specialValueText">
1020                  <string>auto</string>
1021                 </property>
1022                 <property name="minimum">
1023                  <number>-1</number>
1024                 </property>
1025                 <property name="maximum">
1026                  <number>999999999</number>
1027                 </property>
1028                 <property name="value">
1029                  <number>-1</number>
1030                 </property>
1031                </widget>
1032               </item>
1033               <item row="6" column="1">
1034                <widget class="QSpinBox" name="spinBoxCreateRawHunkSize">
1035                 <property name="sizePolicy">
1036                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1037                   <horstretch>0</horstretch>
1038                   <verstretch>0</verstretch>
1039                  </sizepolicy>
1040                 </property>
1041                 <property name="toolTip">
1042                  <string>Size in bytes of each hunk (--hunksize)</string>
1043                 </property>
1044                 <property name="specialValueText">
1045                  <string>(required)</string>
1046                 </property>
1047                 <property name="maximum">
1048                  <number>999999999</number>
1049                 </property>
1050                </widget>
1051               </item>
1052               <item row="3" column="0" colspan="2">
1053                <widget class="QCheckBox" name="checkBoxCreateRawForce">
1054                 <property name="toolTip">
1055                  <string>Force overwriting output files (--force)</string>
1056                 </property>
1057                 <property name="text">
1058                  <string>Overwrite existing files</string>
1059                 </property>
1060                </widget>
1061               </item>
1062               <item row="5" column="3">
1063                <widget class="QSpinBox" name="spinBoxCreateRawInputHunks">
1064                 <property name="sizePolicy">
1065                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1066                   <horstretch>0</horstretch>
1067                   <verstretch>0</verstretch>
1068                  </sizepolicy>
1069                 </property>
1070                 <property name="toolTip">
1071                  <string>Effective length of input in hunks (--inputhunks)</string>
1072                 </property>
1073                 <property name="specialValueText">
1074                  <string>auto</string>
1075                 </property>
1076                 <property name="minimum">
1077                  <number>-1</number>
1078                 </property>
1079                 <property name="maximum">
1080                  <number>999999999</number>
1081                 </property>
1082                 <property name="value">
1083                  <number>-1</number>
1084                 </property>
1085                </widget>
1086               </item>
1087               <item row="4" column="0">
1088                <widget class="QLabel" name="labelCreateRawInputStartByte">
1089                 <property name="text">
1090                  <string>Input start byte</string>
1091                 </property>
1092                </widget>
1093               </item>
1094               <item row="0" column="0" colspan="4">
1095                <widget class="QLineEdit" name="lineEditCreateRawInputFile">
1096                 <property name="sizePolicy">
1097                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1098                   <horstretch>0</horstretch>
1099                   <verstretch>0</verstretch>
1100                  </sizepolicy>
1101                 </property>
1102                 <property name="toolTip">
1103                  <string>Input file (--input)</string>
1104                 </property>
1105                 <property name="placeholderText">
1106                  <string>Input file (required)</string>
1107                 </property>
1108                </widget>
1109               </item>
1110               <item row="2" column="0" colspan="4">
1111                <widget class="QLineEdit" name="lineEditCreateRawParentOutputFile">
1112                 <property name="sizePolicy">
1113                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1114                   <horstretch>0</horstretch>
1115                   <verstretch>0</verstretch>
1116                  </sizepolicy>
1117                 </property>
1118                 <property name="toolTip">
1119                  <string>Parent CHD output file (--outputparent)</string>
1120                 </property>
1121                 <property name="placeholderText">
1122                  <string>Parent CHD output file</string>
1123                 </property>
1124                </widget>
1125               </item>
1126               <item row="6" column="0">
1127                <widget class="QLabel" name="labelCreateRawHunkSize">
1128                 <property name="text">
1129                  <string>Hunk size</string>
1130                 </property>
1131                </widget>
1132               </item>
1133               <item row="1" column="4">
1134                <widget class="QToolButton" name="toolButtonBrowseCreateRawOutputFile">
1135                 <property name="sizePolicy">
1136                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1137                   <horstretch>0</horstretch>
1138                   <verstretch>0</verstretch>
1139                  </sizepolicy>
1140                 </property>
1141                 <property name="icon">
1142                  <iconset resource="qchdman.qrc">
1143                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1144                 </property>
1145                </widget>
1146               </item>
1147               <item row="5" column="0">
1148                <widget class="QLabel" name="labelCreateRawInputBytes">
1149                 <property name="text">
1150                  <string>Input bytes</string>
1151                 </property>
1152                </widget>
1153               </item>
1154               <item row="4" column="3">
1155                <widget class="QSpinBox" name="spinBoxCreateRawInputStartHunk">
1156                 <property name="sizePolicy">
1157                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1158                   <horstretch>0</horstretch>
1159                   <verstretch>0</verstretch>
1160                  </sizepolicy>
1161                 </property>
1162                 <property name="toolTip">
1163                  <string>Starting hunk offset within the input (--inputstarthunk)</string>
1164                 </property>
1165                 <property name="specialValueText">
1166                  <string>auto</string>
1167                 </property>
1168                 <property name="minimum">
1169                  <number>-1</number>
1170                 </property>
1171                 <property name="maximum">
1172                  <number>999999999</number>
1173                 </property>
1174                 <property name="value">
1175                  <number>-1</number>
1176                 </property>
1177                </widget>
1178               </item>
1179               <item row="4" column="2">
1180                <widget class="QLabel" name="labelCreateRawInputStartHunk">
1181                 <property name="text">
1182                  <string>Input start hunk</string>
1183                 </property>
1184                </widget>
1185               </item>
1186               <item row="2" column="4">
1187                <widget class="QToolButton" name="toolButtonBrowseCreateRawParentOutputFile">
1188                 <property name="sizePolicy">
1189                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1190                   <horstretch>0</horstretch>
1191                   <verstretch>0</verstretch>
1192                  </sizepolicy>
1193                 </property>
1194                 <property name="icon">
1195                  <iconset resource="qchdman.qrc">
1196                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1197                 </property>
1198                </widget>
1199               </item>
1200               <item row="7" column="0">
1201                <widget class="QLabel" name="labelCreateRawCompressors">
1202                 <property name="text">
1203                  <string>Compression</string>
1204                 </property>
1205                </widget>
1206               </item>
1207               <item row="7" column="1">
1208                <widget class="QComboBox" name="comboBoxCreateRawCompression">
1209                 <property name="sizePolicy">
1210                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1211                   <horstretch>0</horstretch>
1212                   <verstretch>0</verstretch>
1213                  </sizepolicy>
1214                 </property>
1215                 <property name="toolTip">
1216                  <string>Select up to 4 compression codecs to use (--compression)</string>
1217                 </property>
1218                 <property name="maxVisibleItems">
1219                  <number>20</number>
1220                 </property>
1221                </widget>
1222               </item>
1223               <item row="6" column="2">
1224                <widget class="QLabel" name="labelCreateRawUnitSize">
1225                 <property name="text">
1226                  <string>Unit size</string>
1227                 </property>
1228                </widget>
1229               </item>
1230               <item row="6" column="3">
1231                <widget class="QSpinBox" name="spinBoxCreateRawUnitSize">
1232                 <property name="toolTip">
1233                  <string>Size in bytes of each unit (--unitsize)</string>
1234                 </property>
1235                 <property name="specialValueText">
1236                  <string>(required)</string>
1237                 </property>
1238                 <property name="maximum">
1239                  <number>999999999</number>
1240                 </property>
1241                </widget>
1242               </item>
1243              </layout>
1244             </widget>
1245            </item>
1246            <item row="1" column="0">
1247             <widget class="QLabel" name="labelCreateRawHelp">
1248              <property name="text">
1249               <string>&lt;p&gt;
1250&lt;b&gt;CHDMAN CreateRaw&lt;/b&gt;
1251&lt;/p&gt;
1252Creates a new raw CHD from an input file.
1253&lt;p&gt;
1254&lt;b&gt;Parameters&lt;/b&gt;
1255&lt;/p&gt;
1256&lt;p&gt;
1257--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
1258--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
1259--outputparent, -op &amp;lt;filename&amp;gt;: parent file name for output CHD&lt;br&gt;
1260--force, -f: force overwriting an existing file&lt;br&gt;
1261--numprocessors, -np &amp;lt;processors&amp;gt;: limit the number of processors to use during compression&lt;br&gt;
1262--inputstartbyte, -isb &amp;lt;offset&amp;gt;: starting byte offset within the input&lt;br&gt;
1263--inputstarthunk, -ish &amp;lt;offset&amp;gt;: starting hunk offset within the input&lt;br&gt;
1264--inputbytes, -ib &amp;lt;length&amp;gt;: effective length of input in bytes&lt;br&gt;
1265--inputhunks, -ih &amp;lt;length&amp;gt;: effective length of input in hunks&lt;br&gt;
1266--hunksize, -hs &amp;lt;bytes&amp;gt;: size of each hunk in bytes (required)&lt;br&gt;
1267--unitsize, -us &amp;lt;bytes&amp;gt;: size of each unit in bytes (required)&lt;br&gt;
1268--compression, -c &amp;lt;none|type1[,type2[,...]]&amp;gt;: which compression codecs to use (up to 4)
1269&lt;/p&gt;</string>
1270              </property>
1271              <property name="alignment">
1272               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1273              </property>
1274              <property name="wordWrap">
1275               <bool>true</bool>
1276              </property>
1277              <property name="margin">
1278               <number>8</number>
1279              </property>
1280              <property name="indent">
1281               <number>8</number>
1282              </property>
1283             </widget>
1284            </item>
1285            <item row="2" column="0">
1286             <spacer name="verticalSpacerCreateRaw">
1287              <property name="orientation">
1288               <enum>Qt::Vertical</enum>
1289              </property>
1290              <property name="sizeHint" stdset="0">
1291               <size>
1292                <width>20</width>
1293                <height>0</height>
1294               </size>
1295              </property>
1296             </spacer>
1297            </item>
1298           </layout>
1299          </widget>
1300          <widget class="QWidget" name="pageCreateHD">
1301           <layout class="QGridLayout" name="gridLayoutPageCreateHD">
1302            <property name="margin">
1303             <number>0</number>
1304            </property>
1305            <item row="1" column="0">
1306             <widget class="QLabel" name="labelCreateHDHelp">
1307              <property name="text">
1308               <string>&lt;p&gt;
1309&lt;b&gt;CHDMAN CreateHD&lt;/b&gt;
1310&lt;/p&gt;
1311Creates a new HD CHD from an input file.
1312&lt;p&gt;
1313&lt;b&gt;Parameters&lt;/b&gt;
1314&lt;/p&gt;
1315&lt;p&gt;
1316--input, -i &amp;lt;filename&amp;gt;: input file name&lt;br&gt;
1317--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
1318--outputparent, -op &amp;lt;filename&amp;gt;: parent file name for output CHD&lt;br&gt;
1319--ident, -id &amp;lt;filename&amp;gt;: name of ident file to provide CHS information&lt;br&gt;
1320--force, -f: force overwriting an existing file&lt;br&gt;
1321--numprocessors, -np &amp;lt;processors&amp;gt;: limit the number of processors to use during compression&lt;br&gt;
1322--inputstartbyte, -isb &amp;lt;offset&amp;gt;: starting byte offset within the input&lt;br&gt;
1323--inputstarthunk, -ish &amp;lt;offset&amp;gt;: starting hunk offset within the input&lt;br&gt;
1324--inputbytes, -ib &amp;lt;length&amp;gt;: effective length of input in bytes&lt;br&gt;
1325--inputhunks, -ih &amp;lt;length&amp;gt;: effective length of input in hunks&lt;br&gt;
1326--hunksize, -hs &amp;lt;bytes&amp;gt;: size of each hunk in bytes (required)&lt;br&gt;
1327--chs, -chs &amp;lt;cylinders,heads,sectors&amp;gt;: specifies CHS values directly&lt;br&gt;
1328--sectorsize, -ss &amp;lt;bytes&amp;gt;: size of each hard disk sector in bytes&lt;br&gt;
1329--compression, -c &amp;lt;none|type1[,type2[,...]]&amp;gt;: which compression codecs to use (up to 4)
1330&lt;/p&gt;</string>
1331              </property>
1332              <property name="alignment">
1333               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1334              </property>
1335              <property name="wordWrap">
1336               <bool>true</bool>
1337              </property>
1338              <property name="margin">
1339               <number>8</number>
1340              </property>
1341              <property name="indent">
1342               <number>8</number>
1343              </property>
1344             </widget>
1345            </item>
1346            <item row="2" column="0">
1347             <spacer name="verticalSpacerCreateHD">
1348              <property name="orientation">
1349               <enum>Qt::Vertical</enum>
1350              </property>
1351              <property name="sizeHint" stdset="0">
1352               <size>
1353                <width>20</width>
1354                <height>0</height>
1355               </size>
1356              </property>
1357             </spacer>
1358            </item>
1359            <item row="0" column="0">
1360             <widget class="QFrame" name="frameCreateHD">
1361              <layout class="QGridLayout" name="gridLayoutFrameCreateHD" columnstretch="0,3,0,1,1,1,0">
1362               <property name="margin">
1363                <number>0</number>
1364               </property>
1365               <item row="2" column="0" colspan="6">
1366                <widget class="QLineEdit" name="lineEditCreateHDParentOutputFile">
1367                 <property name="sizePolicy">
1368                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1369                   <horstretch>0</horstretch>
1370                   <verstretch>0</verstretch>
1371                  </sizepolicy>
1372                 </property>
1373                 <property name="toolTip">
1374                  <string>Parent CHD output file (--outputparent)</string>
1375                 </property>
1376                 <property name="placeholderText">
1377                  <string>Parent CHD output file</string>
1378                 </property>
1379                </widget>
1380               </item>
1381               <item row="8" column="3" colspan="3">
1382                <widget class="QComboBox" name="comboBoxCreateHDCompression">
1383                 <property name="sizePolicy">
1384                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1385                   <horstretch>0</horstretch>
1386                   <verstretch>0</verstretch>
1387                  </sizepolicy>
1388                 </property>
1389                 <property name="toolTip">
1390                  <string>Select up to 4 compression codecs to use (--compression)</string>
1391                 </property>
1392                 <property name="maxVisibleItems">
1393                  <number>20</number>
1394                 </property>
1395                </widget>
1396               </item>
1397               <item row="5" column="1">
1398                <widget class="QSpinBox" name="spinBoxCreateHDInputStartByte">
1399                 <property name="sizePolicy">
1400                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1401                   <horstretch>0</horstretch>
1402                   <verstretch>0</verstretch>
1403                  </sizepolicy>
1404                 </property>
1405                 <property name="toolTip">
1406                  <string>Starting byte offset within the input (--inputstartbyte)</string>
1407                 </property>
1408                 <property name="specialValueText">
1409                  <string>auto</string>
1410                 </property>
1411                 <property name="minimum">
1412                  <number>-1</number>
1413                 </property>
1414                 <property name="maximum">
1415                  <number>999999999</number>
1416                 </property>
1417                 <property name="value">
1418                  <number>-1</number>
1419                 </property>
1420                </widget>
1421               </item>
1422               <item row="6" column="0">
1423                <widget class="QLabel" name="labelCreateHDInputBytes">
1424                 <property name="text">
1425                  <string>Input bytes</string>
1426                 </property>
1427                </widget>
1428               </item>
1429               <item row="7" column="0">
1430                <widget class="QLabel" name="labelCreateHDHunkSize">
1431                 <property name="text">
1432                  <string>Hunk size</string>
1433                 </property>
1434                </widget>
1435               </item>
1436               <item row="6" column="2">
1437                <widget class="QLabel" name="labelCreateHDInputHunks">
1438                 <property name="text">
1439                  <string>Input hunks</string>
1440                 </property>
1441                </widget>
1442               </item>
1443               <item row="4" column="0" colspan="2">
1444                <widget class="QCheckBox" name="checkBoxCreateHDForce">
1445                 <property name="toolTip">
1446                  <string>Force overwriting output files (--force)</string>
1447                 </property>
1448                 <property name="text">
1449                  <string>Overwrite existing files</string>
1450                 </property>
1451                </widget>
1452               </item>
1453               <item row="4" column="2">
1454                <widget class="QLabel" name="labelCreateHDProcessors">
1455                 <property name="text">
1456                  <string>Number of CPUs</string>
1457                 </property>
1458                </widget>
1459               </item>
1460               <item row="6" column="1">
1461                <widget class="QSpinBox" name="spinBoxCreateHDInputBytes">
1462                 <property name="sizePolicy">
1463                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1464                   <horstretch>0</horstretch>
1465                   <verstretch>0</verstretch>
1466                  </sizepolicy>
1467                 </property>
1468                 <property name="toolTip">
1469                  <string>Effective length of input in bytes (--inputbytes)</string>
1470                 </property>
1471                 <property name="specialValueText">
1472                  <string>auto</string>
1473                 </property>
1474                 <property name="minimum">
1475                  <number>-1</number>
1476                 </property>
1477                 <property name="maximum">
1478                  <number>999999999</number>
1479                 </property>
1480                 <property name="value">
1481                  <number>-1</number>
1482                 </property>
1483                </widget>
1484               </item>
1485               <item row="5" column="0">
1486                <widget class="QLabel" name="labelCreateHDInputStartByte">
1487                 <property name="text">
1488                  <string>Input start byte</string>
1489                 </property>
1490                </widget>
1491               </item>
1492               <item row="7" column="1">
1493                <widget class="QSpinBox" name="spinBoxCreateHDHunkSize">
1494                 <property name="sizePolicy">
1495                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1496                   <horstretch>0</horstretch>
1497                   <verstretch>0</verstretch>
1498                  </sizepolicy>
1499                 </property>
1500                 <property name="toolTip">
1501                  <string>Size in bytes of each hunk (--hunksize)</string>
1502                 </property>
1503                 <property name="specialValueText">
1504                  <string>auto</string>
1505                 </property>
1506                 <property name="minimum">
1507                  <number>-1</number>
1508                 </property>
1509                 <property name="maximum">
1510                  <number>999999999</number>
1511                 </property>
1512                 <property name="value">
1513                  <number>-1</number>
1514                 </property>
1515                </widget>
1516               </item>
1517               <item row="5" column="2">
1518                <widget class="QLabel" name="labelCreateHDInputStartHunk">
1519                 <property name="text">
1520                  <string>Input start hunk</string>
1521                 </property>
1522                </widget>
1523               </item>
1524               <item row="8" column="1">
1525                <widget class="QSpinBox" name="spinBoxCreateHDSectorSize">
1526                 <property name="toolTip">
1527                  <string>Size in bytes of each hard disk sector (--sectorsize)</string>
1528                 </property>
1529                 <property name="specialValueText">
1530                  <string>auto</string>
1531                 </property>
1532                 <property name="minimum">
1533                  <number>-1</number>
1534                 </property>
1535                 <property name="maximum">
1536                  <number>999999999</number>
1537                 </property>
1538                 <property name="value">
1539                  <number>-1</number>
1540                 </property>
1541                </widget>
1542               </item>
1543               <item row="6" column="3" colspan="3">
1544                <widget class="QSpinBox" name="spinBoxCreateHDInputHunks">
1545                 <property name="sizePolicy">
1546                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1547                   <horstretch>0</horstretch>
1548                   <verstretch>0</verstretch>
1549                  </sizepolicy>
1550                 </property>
1551                 <property name="toolTip">
1552                  <string>Effective length of input in hunks (--inputhunks)</string>
1553                 </property>
1554                 <property name="specialValueText">
1555                  <string>auto</string>
1556                 </property>
1557                 <property name="minimum">
1558                  <number>-1</number>
1559                 </property>
1560                 <property name="maximum">
1561                  <number>999999999</number>
1562                 </property>
1563                 <property name="value">
1564                  <number>-1</number>
1565                 </property>
1566                </widget>
1567               </item>
1568               <item row="3" column="6">
1569                <widget class="QToolButton" name="toolButtonBrowseCreateHDIdentFile">
1570                 <property name="sizePolicy">
1571                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1572                   <horstretch>0</horstretch>
1573                   <verstretch>0</verstretch>
1574                  </sizepolicy>
1575                 </property>
1576                 <property name="icon">
1577                  <iconset resource="qchdman.qrc">
1578                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1579                 </property>
1580                </widget>
1581               </item>
1582               <item row="8" column="0">
1583                <widget class="QLabel" name="labelCreateHDSectorSize">
1584                 <property name="text">
1585                  <string>Sector size</string>
1586                 </property>
1587                </widget>
1588               </item>
1589               <item row="3" column="0" colspan="6">
1590                <widget class="QLineEdit" name="lineEditCreateHDIdentFile">
1591                 <property name="sizePolicy">
1592                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1593                   <horstretch>0</horstretch>
1594                   <verstretch>0</verstretch>
1595                  </sizepolicy>
1596                 </property>
1597                 <property name="toolTip">
1598                  <string>Ident file to provide CHS information (--ident)</string>
1599                 </property>
1600                 <property name="placeholderText">
1601                  <string>Ident file</string>
1602                 </property>
1603                </widget>
1604               </item>
1605               <item row="5" column="3" colspan="3">
1606                <widget class="QSpinBox" name="spinBoxCreateHDInputStartHunk">
1607                 <property name="sizePolicy">
1608                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1609                   <horstretch>0</horstretch>
1610                   <verstretch>0</verstretch>
1611                  </sizepolicy>
1612                 </property>
1613                 <property name="toolTip">
1614                  <string>Starting hunk offset within the input (--inputstarthunk)</string>
1615                 </property>
1616                 <property name="specialValueText">
1617                  <string>auto</string>
1618                 </property>
1619                 <property name="minimum">
1620                  <number>-1</number>
1621                 </property>
1622                 <property name="maximum">
1623                  <number>999999999</number>
1624                 </property>
1625                 <property name="value">
1626                  <number>-1</number>
1627                 </property>
1628                </widget>
1629               </item>
1630               <item row="1" column="0" colspan="6">
1631                <widget class="QLineEdit" name="lineEditCreateHDOutputFile">
1632                 <property name="sizePolicy">
1633                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1634                   <horstretch>0</horstretch>
1635                   <verstretch>0</verstretch>
1636                  </sizepolicy>
1637                 </property>
1638                 <property name="toolTip">
1639                  <string>CHD output file (--output)</string>
1640                 </property>
1641                 <property name="placeholderText">
1642                  <string>CHD output file (required)</string>
1643                 </property>
1644                </widget>
1645               </item>
1646               <item row="4" column="3" colspan="3">
1647                <widget class="QSpinBox" name="spinBoxCreateHDProcessors">
1648                 <property name="sizePolicy">
1649                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1650                   <horstretch>0</horstretch>
1651                   <verstretch>0</verstretch>
1652                  </sizepolicy>
1653                 </property>
1654                 <property name="toolTip">
1655                  <string>Limit the number of processors to use during compression (--numprocessors)</string>
1656                 </property>
1657                 <property name="specialValueText">
1658                  <string>auto</string>
1659                 </property>
1660                 <property name="minimum">
1661                  <number>0</number>
1662                 </property>
1663                 <property name="maximum">
1664                  <number>9999</number>
1665                 </property>
1666                 <property name="value">
1667                  <number>0</number>
1668                 </property>
1669                </widget>
1670               </item>
1671               <item row="7" column="5">
1672                <widget class="QSpinBox" name="spinBoxCreateHDSectors">
1673                 <property name="sizePolicy">
1674                  <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
1675                   <horstretch>0</horstretch>
1676                   <verstretch>0</verstretch>
1677                  </sizepolicy>
1678                 </property>
1679                 <property name="toolTip">
1680                  <string>Sectors  (--chs)</string>
1681                 </property>
1682                 <property name="specialValueText">
1683                  <string>auto</string>
1684                 </property>
1685                 <property name="minimum">
1686                  <number>-1</number>
1687                 </property>
1688                 <property name="maximum">
1689                  <number>999999999</number>
1690                 </property>
1691                 <property name="value">
1692                  <number>-1</number>
1693                 </property>
1694                </widget>
1695               </item>
1696               <item row="7" column="4">
1697                <widget class="QSpinBox" name="spinBoxCreateHDHeads">
1698                 <property name="sizePolicy">
1699                  <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
1700                   <horstretch>0</horstretch>
1701                   <verstretch>0</verstretch>
1702                  </sizepolicy>
1703                 </property>
1704                 <property name="toolTip">
1705                  <string>Heads  (--chs)</string>
1706                 </property>
1707                 <property name="specialValueText">
1708                  <string>auto</string>
1709                 </property>
1710                 <property name="minimum">
1711                  <number>-1</number>
1712                 </property>
1713                 <property name="maximum">
1714                  <number>999999999</number>
1715                 </property>
1716                 <property name="value">
1717                  <number>-1</number>
1718                 </property>
1719                </widget>
1720               </item>
1721               <item row="0" column="0" colspan="6">
1722                <widget class="QLineEdit" name="lineEditCreateHDInputFile">
1723                 <property name="sizePolicy">
1724                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1725                   <horstretch>0</horstretch>
1726                   <verstretch>0</verstretch>
1727                  </sizepolicy>
1728                 </property>
1729                 <property name="toolTip">
1730                  <string>Input file (--input)</string>
1731                 </property>
1732                 <property name="placeholderText">
1733                  <string>Input file</string>
1734                 </property>
1735                </widget>
1736               </item>
1737               <item row="7" column="3">
1738                <widget class="QSpinBox" name="spinBoxCreateHDCylinders">
1739                 <property name="sizePolicy">
1740                  <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
1741                   <horstretch>0</horstretch>
1742                   <verstretch>0</verstretch>
1743                  </sizepolicy>
1744                 </property>
1745                 <property name="toolTip">
1746                  <string>Cylinders (--chs)</string>
1747                 </property>
1748                 <property name="specialValueText">
1749                  <string>auto</string>
1750                 </property>
1751                 <property name="minimum">
1752                  <number>-1</number>
1753                 </property>
1754                 <property name="maximum">
1755                  <number>999999999</number>
1756                 </property>
1757                 <property name="value">
1758                  <number>-1</number>
1759                 </property>
1760                </widget>
1761               </item>
1762               <item row="8" column="2">
1763                <widget class="QLabel" name="labelCreateHDCompressors">
1764                 <property name="text">
1765                  <string>Compression</string>
1766                 </property>
1767                </widget>
1768               </item>
1769               <item row="0" column="6">
1770                <widget class="QToolButton" name="toolButtonBrowseCreateHDInputFile">
1771                 <property name="sizePolicy">
1772                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1773                   <horstretch>0</horstretch>
1774                   <verstretch>0</verstretch>
1775                  </sizepolicy>
1776                 </property>
1777                 <property name="icon">
1778                  <iconset resource="qchdman.qrc">
1779                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1780                 </property>
1781                </widget>
1782               </item>
1783               <item row="1" column="6">
1784                <widget class="QToolButton" name="toolButtonBrowseCreateHDOutputFile">
1785                 <property name="sizePolicy">
1786                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1787                   <horstretch>0</horstretch>
1788                   <verstretch>0</verstretch>
1789                  </sizepolicy>
1790                 </property>
1791                 <property name="icon">
1792                  <iconset resource="qchdman.qrc">
1793                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1794                 </property>
1795                </widget>
1796               </item>
1797               <item row="2" column="6">
1798                <widget class="QToolButton" name="toolButtonBrowseCreateHDParentOutputFile">
1799                 <property name="sizePolicy">
1800                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1801                   <horstretch>0</horstretch>
1802                   <verstretch>0</verstretch>
1803                  </sizepolicy>
1804                 </property>
1805                 <property name="icon">
1806                  <iconset resource="qchdman.qrc">
1807                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1808                 </property>
1809                </widget>
1810               </item>
1811               <item row="7" column="2">
1812                <widget class="QLabel" name="labelCreateHDCHS">
1813                 <property name="text">
1814                  <string>Cyls / Heads / Sectors</string>
1815                 </property>
1816                </widget>
1817               </item>
1818               <item row="10" column="0">
1819                <widget class="QLabel" name="labelCreateHDDiskCapacityLabel">
1820                 <property name="text">
1821                  <string>Disk capacity</string>
1822                 </property>
1823                </widget>
1824               </item>
1825               <item row="10" column="1">
1826                <widget class="QLabel" name="labelCreateHDDiskCapacity">
1827                 <property name="toolTip">
1828                  <string>Calculated hard disk capacity (if applicable)</string>
1829                 </property>
1830                 <property name="frameShape">
1831                  <enum>QFrame::StyledPanel</enum>
1832                 </property>
1833                 <property name="frameShadow">
1834                  <enum>QFrame::Raised</enum>
1835                 </property>
1836                 <property name="text">
1837                  <string>unknown</string>
1838                 </property>
1839                </widget>
1840               </item>
1841               <item row="10" column="3" colspan="3">
1842                <widget class="QComboBox" name="comboBoxCreateHDFromTemplate">
1843                 <property name="toolTip">
1844                  <string>Set disk geometry from predefined templates</string>
1845                 </property>
1846                 <property name="maxVisibleItems">
1847                  <number>20</number>
1848                 </property>
1849                </widget>
1850               </item>
1851               <item row="10" column="2">
1852                <widget class="QLabel" name="labelCreateHDFromTemplate">
1853                 <property name="text">
1854                  <string>From template</string>
1855                 </property>
1856                </widget>
1857               </item>
1858               <item row="9" column="0" colspan="7">
1859                <widget class="Line" name="lineCreateHD">
1860                 <property name="orientation">
1861                  <enum>Qt::Horizontal</enum>
1862                 </property>
1863                </widget>
1864               </item>
1865              </layout>
1866             </widget>
1867            </item>
1868           </layout>
1869          </widget>
1870          <widget class="QWidget" name="pageCreateCD">
1871           <layout class="QGridLayout" name="gridLayoutPageCreateCD">
1872            <property name="margin">
1873             <number>0</number>
1874            </property>
1875            <item row="0" column="0">
1876             <widget class="QFrame" name="frameCreateCD">
1877              <layout class="QGridLayout" name="gridLayoutFrameCreateCD">
1878               <property name="margin">
1879                <number>0</number>
1880               </property>
1881               <item row="4" column="1">
1882                <widget class="QSpinBox" name="spinBoxCreateCDHunkSize">
1883                 <property name="sizePolicy">
1884                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1885                   <horstretch>0</horstretch>
1886                   <verstretch>0</verstretch>
1887                  </sizepolicy>
1888                 </property>
1889                 <property name="toolTip">
1890                  <string>Size in bytes of each hunk (--hunksize)</string>
1891                 </property>
1892                 <property name="specialValueText">
1893                  <string>auto</string>
1894                 </property>
1895                 <property name="minimum">
1896                  <number>-1</number>
1897                 </property>
1898                 <property name="maximum">
1899                  <number>999999999</number>
1900                 </property>
1901                 <property name="value">
1902                  <number>-1</number>
1903                 </property>
1904                </widget>
1905               </item>
1906               <item row="4" column="2">
1907                <widget class="QLabel" name="labelCreateCDCompressors">
1908                 <property name="text">
1909                  <string>Compression</string>
1910                 </property>
1911                </widget>
1912               </item>
1913               <item row="1" column="4">
1914                <widget class="QToolButton" name="toolButtonBrowseCreateCDOutputFile">
1915                 <property name="sizePolicy">
1916                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1917                   <horstretch>0</horstretch>
1918                   <verstretch>0</verstretch>
1919                  </sizepolicy>
1920                 </property>
1921                 <property name="icon">
1922                  <iconset resource="qchdman.qrc">
1923                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1924                 </property>
1925                </widget>
1926               </item>
1927               <item row="2" column="4">
1928                <widget class="QToolButton" name="toolButtonBrowseCreateCDParentOutputFile">
1929                 <property name="sizePolicy">
1930                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1931                   <horstretch>0</horstretch>
1932                   <verstretch>0</verstretch>
1933                  </sizepolicy>
1934                 </property>
1935                 <property name="icon">
1936                  <iconset resource="qchdman.qrc">
1937                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
1938                 </property>
1939                </widget>
1940               </item>
1941               <item row="2" column="0" colspan="4">
1942                <widget class="QLineEdit" name="lineEditCreateCDParentOutputFile">
1943                 <property name="sizePolicy">
1944                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1945                   <horstretch>0</horstretch>
1946                   <verstretch>0</verstretch>
1947                  </sizepolicy>
1948                 </property>
1949                 <property name="toolTip">
1950                  <string>Parent CHD output file (--outputparent)</string>
1951                 </property>
1952                 <property name="placeholderText">
1953                  <string>Parent CHD output file</string>
1954                 </property>
1955                </widget>
1956               </item>
1957               <item row="1" column="0" colspan="4">
1958                <widget class="QLineEdit" name="lineEditCreateCDOutputFile">
1959                 <property name="sizePolicy">
1960                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
1961                   <horstretch>0</horstretch>
1962                   <verstretch>0</verstretch>
1963                  </sizepolicy>
1964                 </property>
1965                 <property name="toolTip">
1966                  <string>CHD output file (--output)</string>
1967                 </property>
1968                 <property name="placeholderText">
1969                  <string>CHD output file (required)</string>
1970                 </property>
1971                </widget>
1972               </item>
1973               <item row="3" column="0" colspan="2">
1974                <widget class="QCheckBox" name="checkBoxCreateCDForce">
1975                 <property name="toolTip">
1976                  <string>Force overwriting output files (--force)</string>
1977                 </property>
1978                 <property name="text">
1979                  <string>Overwrite existing files</string>
1980                 </property>
1981                </widget>
1982               </item>
1983               <item row="4" column="0">
1984                <widget class="QLabel" name="labelCreateCDHunkSize">
1985                 <property name="text">
1986                  <string>Hunk size</string>
1987                 </property>
1988                </widget>
1989               </item>
1990               <item row="0" column="4">
1991                <widget class="QToolButton" name="toolButtonBrowseCreateCDInputFile">
1992                 <property name="sizePolicy">
1993                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
1994                   <horstretch>0</horstretch>
1995                   <verstretch>0</verstretch>
1996                  </sizepolicy>
1997                 </property>
1998                 <property name="icon">
1999                  <iconset resource="qchdman.qrc">
2000                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2001                 </property>
2002                </widget>
2003               </item>
2004               <item row="3" column="2">
2005                <widget class="QLabel" name="labelCreateCDProcessors">
2006                 <property name="text">
2007                  <string>Number of CPUs</string>
2008                 </property>
2009                </widget>
2010               </item>
2011               <item row="3" column="3">
2012                <widget class="QSpinBox" name="spinBoxCreateCDProcessors">
2013                 <property name="sizePolicy">
2014                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2015                   <horstretch>0</horstretch>
2016                   <verstretch>0</verstretch>
2017                  </sizepolicy>
2018                 </property>
2019                 <property name="toolTip">
2020                  <string>Limit the number of processors to use during compression (--numprocessors)</string>
2021                 </property>
2022                 <property name="specialValueText">
2023                  <string>auto</string>
2024                 </property>
2025                 <property name="minimum">
2026                  <number>0</number>
2027                 </property>
2028                 <property name="maximum">
2029                  <number>9999</number>
2030                 </property>
2031                 <property name="value">
2032                  <number>0</number>
2033                 </property>
2034                </widget>
2035               </item>
2036               <item row="0" column="0" colspan="4">
2037                <widget class="QLineEdit" name="lineEditCreateCDInputFile">
2038                 <property name="sizePolicy">
2039                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2040                   <horstretch>0</horstretch>
2041                   <verstretch>0</verstretch>
2042                  </sizepolicy>
2043                 </property>
2044                 <property name="toolTip">
2045                  <string>CD input file (--input)</string>
2046                 </property>
2047                 <property name="placeholderText">
2048                  <string>CD input file (required)</string>
2049                 </property>
2050                </widget>
2051               </item>
2052               <item row="4" column="3">
2053                <widget class="QComboBox" name="comboBoxCreateCDCompression">
2054                 <property name="sizePolicy">
2055                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2056                   <horstretch>0</horstretch>
2057                   <verstretch>0</verstretch>
2058                  </sizepolicy>
2059                 </property>
2060                 <property name="toolTip">
2061                  <string>Select up to 4 compression codecs to use (--compression)</string>
2062                 </property>
2063                 <property name="maxVisibleItems">
2064                  <number>20</number>
2065                 </property>
2066                </widget>
2067               </item>
2068              </layout>
2069             </widget>
2070            </item>
2071            <item row="1" column="0">
2072             <widget class="QLabel" name="labelCreateCDHelp">
2073              <property name="text">
2074               <string>&lt;p&gt;
2075&lt;b&gt;CHDMAN CreateCD&lt;/b&gt;
2076&lt;/p&gt;
2077Creates a CD CHD from an input file.
2078&lt;p&gt;
2079&lt;b&gt;Parameters&lt;/b&gt;
2080&lt;/p&gt;
2081&lt;p&gt;
2082--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
2083--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
2084--outputparent, -op &amp;lt;filename&amp;gt;: parent file name for output CHD&lt;br&gt;
2085--force, -f: force overwriting an existing file&lt;br&gt;
2086--numprocessors, -np &amp;lt;processors&amp;gt;: limit the number of processors to use during compression&lt;br&gt;
2087--hunksize, -hs &amp;lt;bytes&amp;gt;: size of each hunk in bytes&lt;br&gt;
2088--compression, -c &amp;lt;none|type1[,type2[,...]]&amp;gt;: which compression codecs to use (up to 4)
2089&lt;/p&gt;</string>
2090              </property>
2091              <property name="alignment">
2092               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2093              </property>
2094              <property name="wordWrap">
2095               <bool>true</bool>
2096              </property>
2097              <property name="margin">
2098               <number>8</number>
2099              </property>
2100              <property name="indent">
2101               <number>8</number>
2102              </property>
2103             </widget>
2104            </item>
2105            <item row="2" column="0">
2106             <spacer name="verticalSpacerCreateCD">
2107              <property name="orientation">
2108               <enum>Qt::Vertical</enum>
2109              </property>
2110              <property name="sizeHint" stdset="0">
2111               <size>
2112                <width>20</width>
2113                <height>0</height>
2114               </size>
2115              </property>
2116             </spacer>
2117            </item>
2118           </layout>
2119          </widget>
2120          <widget class="QWidget" name="pageCreateLD">
2121           <layout class="QGridLayout" name="gridLayoutPageCreateLD">
2122            <property name="margin">
2123             <number>0</number>
2124            </property>
2125            <item row="0" column="0">
2126             <widget class="QFrame" name="frameCreateLD">
2127              <layout class="QGridLayout" name="gridLayoutFrameCreateLD">
2128               <property name="margin">
2129                <number>0</number>
2130               </property>
2131               <item row="1" column="0" colspan="4">
2132                <widget class="QLineEdit" name="lineEditCreateLDOutputFile">
2133                 <property name="sizePolicy">
2134                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2135                   <horstretch>0</horstretch>
2136                   <verstretch>0</verstretch>
2137                  </sizepolicy>
2138                 </property>
2139                 <property name="toolTip">
2140                  <string>CHD output file (--output)</string>
2141                 </property>
2142                 <property name="placeholderText">
2143                  <string>CHD output file (required)</string>
2144                 </property>
2145                </widget>
2146               </item>
2147               <item row="1" column="4">
2148                <widget class="QToolButton" name="toolButtonBrowseCreateLDOutputFile">
2149                 <property name="sizePolicy">
2150                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2151                   <horstretch>0</horstretch>
2152                   <verstretch>0</verstretch>
2153                  </sizepolicy>
2154                 </property>
2155                 <property name="icon">
2156                  <iconset resource="qchdman.qrc">
2157                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2158                 </property>
2159                </widget>
2160               </item>
2161               <item row="4" column="3">
2162                <widget class="QSpinBox" name="spinBoxCreateLDInputFrames">
2163                 <property name="sizePolicy">
2164                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2165                   <horstretch>0</horstretch>
2166                   <verstretch>0</verstretch>
2167                  </sizepolicy>
2168                 </property>
2169                 <property name="toolTip">
2170                  <string>Effective length of input in frames (--inputframes)</string>
2171                 </property>
2172                 <property name="specialValueText">
2173                  <string>auto</string>
2174                 </property>
2175                 <property name="minimum">
2176                  <number>-1</number>
2177                 </property>
2178                 <property name="maximum">
2179                  <number>999999999</number>
2180                 </property>
2181                 <property name="value">
2182                  <number>-1</number>
2183                 </property>
2184                </widget>
2185               </item>
2186               <item row="5" column="2">
2187                <widget class="QLabel" name="labelCreateLDCompressors">
2188                 <property name="text">
2189                  <string>Compression</string>
2190                 </property>
2191                </widget>
2192               </item>
2193               <item row="5" column="1">
2194                <widget class="QSpinBox" name="spinBoxCreateLDHunkSize">
2195                 <property name="sizePolicy">
2196                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2197                   <horstretch>0</horstretch>
2198                   <verstretch>0</verstretch>
2199                  </sizepolicy>
2200                 </property>
2201                 <property name="toolTip">
2202                  <string>Size in bytes of each hunk (--hunksize)</string>
2203                 </property>
2204                 <property name="specialValueText">
2205                  <string>auto</string>
2206                 </property>
2207                 <property name="minimum">
2208                  <number>-1</number>
2209                 </property>
2210                 <property name="maximum">
2211                  <number>999999999</number>
2212                 </property>
2213                 <property name="value">
2214                  <number>-1</number>
2215                 </property>
2216                </widget>
2217               </item>
2218               <item row="2" column="0" colspan="4">
2219                <widget class="QLineEdit" name="lineEditCreateLDParentOutputFile">
2220                 <property name="sizePolicy">
2221                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2222                   <horstretch>0</horstretch>
2223                   <verstretch>0</verstretch>
2224                  </sizepolicy>
2225                 </property>
2226                 <property name="toolTip">
2227                  <string>Parent CHD output file (--outputparent)</string>
2228                 </property>
2229                 <property name="placeholderText">
2230                  <string>Parent CHD output file</string>
2231                 </property>
2232                </widget>
2233               </item>
2234               <item row="3" column="3">
2235                <widget class="QSpinBox" name="spinBoxCreateLDProcessors">
2236                 <property name="sizePolicy">
2237                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2238                   <horstretch>0</horstretch>
2239                   <verstretch>0</verstretch>
2240                  </sizepolicy>
2241                 </property>
2242                 <property name="toolTip">
2243                  <string>Limit the number of processors to use during compression (--numprocessors)</string>
2244                 </property>
2245                 <property name="specialValueText">
2246                  <string>auto</string>
2247                 </property>
2248                 <property name="minimum">
2249                  <number>0</number>
2250                 </property>
2251                 <property name="maximum">
2252                  <number>9999</number>
2253                 </property>
2254                 <property name="value">
2255                  <number>0</number>
2256                 </property>
2257                </widget>
2258               </item>
2259               <item row="3" column="0" colspan="2">
2260                <widget class="QCheckBox" name="checkBoxCreateLDForce">
2261                 <property name="toolTip">
2262                  <string>Force overwriting output files (--force)</string>
2263                 </property>
2264                 <property name="text">
2265                  <string>Overwrite existing files</string>
2266                 </property>
2267                </widget>
2268               </item>
2269               <item row="4" column="2">
2270                <widget class="QLabel" name="labelCreateLDInputFrames">
2271                 <property name="text">
2272                  <string>Input frames</string>
2273                 </property>
2274                </widget>
2275               </item>
2276               <item row="5" column="3">
2277                <widget class="QComboBox" name="comboBoxCreateLDCompression">
2278                 <property name="sizePolicy">
2279                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2280                   <horstretch>0</horstretch>
2281                   <verstretch>0</verstretch>
2282                  </sizepolicy>
2283                 </property>
2284                 <property name="toolTip">
2285                  <string>Select up to 4 compression codecs to use (--compression)</string>
2286                 </property>
2287                 <property name="maxVisibleItems">
2288                  <number>20</number>
2289                 </property>
2290                </widget>
2291               </item>
2292               <item row="5" column="0">
2293                <widget class="QLabel" name="labelCreateLDHunkSize">
2294                 <property name="text">
2295                  <string>Hunk size</string>
2296                 </property>
2297                </widget>
2298               </item>
2299               <item row="2" column="4">
2300                <widget class="QToolButton" name="toolButtonBrowseCreateLDParentOutputFile">
2301                 <property name="sizePolicy">
2302                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2303                   <horstretch>0</horstretch>
2304                   <verstretch>0</verstretch>
2305                  </sizepolicy>
2306                 </property>
2307                 <property name="icon">
2308                  <iconset resource="qchdman.qrc">
2309                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2310                 </property>
2311                </widget>
2312               </item>
2313               <item row="3" column="2">
2314                <widget class="QLabel" name="labelCreateLDProcessors">
2315                 <property name="text">
2316                  <string>Number of CPUs</string>
2317                 </property>
2318                </widget>
2319               </item>
2320               <item row="0" column="0" colspan="4">
2321                <widget class="QLineEdit" name="lineEditCreateLDInputFile">
2322                 <property name="sizePolicy">
2323                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2324                   <horstretch>0</horstretch>
2325                   <verstretch>0</verstretch>
2326                  </sizepolicy>
2327                 </property>
2328                 <property name="toolTip">
2329                  <string>LD input file (--input)</string>
2330                 </property>
2331                 <property name="placeholderText">
2332                  <string>LD input file (required)</string>
2333                 </property>
2334                </widget>
2335               </item>
2336               <item row="0" column="4">
2337                <widget class="QToolButton" name="toolButtonBrowseCreateLDInputFile">
2338                 <property name="sizePolicy">
2339                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2340                   <horstretch>0</horstretch>
2341                   <verstretch>0</verstretch>
2342                  </sizepolicy>
2343                 </property>
2344                 <property name="icon">
2345                  <iconset resource="qchdman.qrc">
2346                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2347                 </property>
2348                </widget>
2349               </item>
2350               <item row="4" column="1">
2351                <widget class="QSpinBox" name="spinBoxCreateLDInputStartFrame">
2352                 <property name="sizePolicy">
2353                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2354                   <horstretch>0</horstretch>
2355                   <verstretch>0</verstretch>
2356                  </sizepolicy>
2357                 </property>
2358                 <property name="toolTip">
2359                  <string>Starting frame within the input (--inputstartframe)</string>
2360                 </property>
2361                 <property name="specialValueText">
2362                  <string>auto</string>
2363                 </property>
2364                 <property name="minimum">
2365                  <number>-1</number>
2366                 </property>
2367                 <property name="maximum">
2368                  <number>999999999</number>
2369                 </property>
2370                 <property name="value">
2371                  <number>-1</number>
2372                 </property>
2373                </widget>
2374               </item>
2375               <item row="4" column="0">
2376                <widget class="QLabel" name="labelCreateLDInputStartFrame">
2377                 <property name="text">
2378                  <string>Input start frame</string>
2379                 </property>
2380                </widget>
2381               </item>
2382              </layout>
2383             </widget>
2384            </item>
2385            <item row="1" column="0">
2386             <widget class="QLabel" name="labelCreateLDHelp">
2387              <property name="text">
2388               <string>&lt;p&gt;
2389&lt;b&gt;CHDMAN CreateLD&lt;/b&gt;
2390&lt;/p&gt;
2391Creates a laser-disc CHD from an input file.
2392&lt;p&gt;
2393&lt;b&gt;Parameters&lt;/b&gt;
2394&lt;/p&gt;
2395&lt;p&gt;
2396--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
2397--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
2398--outputparent, -op &amp;lt;filename&amp;gt;: parent file name for output CHD&lt;br&gt;
2399--force, -f: force overwriting an existing file&lt;br&gt;
2400--numprocessors, -np &amp;lt;processors&amp;gt;: limit the number of processors to use during compression&lt;br&gt;
2401--inputstartframe, -isf &amp;lt;offset&amp;gt;: starting frame within the input&lt;br&gt;
2402--inputframes, -if &amp;lt;length&amp;gt;: effective length of input in frames&lt;br&gt;
2403--hunksize, -hs &amp;lt;bytes&amp;gt;: size of each hunk in bytes&lt;br&gt;
2404--compression, -c &amp;lt;none|type1[,type2[,...]]&amp;gt;: which compression codecs to use (up to 4)
2405&lt;/p&gt;</string>
2406              </property>
2407              <property name="alignment">
2408               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2409              </property>
2410              <property name="wordWrap">
2411               <bool>true</bool>
2412              </property>
2413              <property name="margin">
2414               <number>8</number>
2415              </property>
2416              <property name="indent">
2417               <number>8</number>
2418              </property>
2419             </widget>
2420            </item>
2421            <item row="2" column="0">
2422             <spacer name="verticalSpacerCreateLD">
2423              <property name="orientation">
2424               <enum>Qt::Vertical</enum>
2425              </property>
2426              <property name="sizeHint" stdset="0">
2427               <size>
2428                <width>20</width>
2429                <height>0</height>
2430               </size>
2431              </property>
2432             </spacer>
2433            </item>
2434           </layout>
2435          </widget>
2436          <widget class="QWidget" name="pageExtractRaw">
2437           <layout class="QGridLayout" name="gridLayoutPageExtractRaw">
2438            <property name="margin">
2439             <number>0</number>
2440            </property>
2441            <item row="0" column="0">
2442             <widget class="QFrame" name="frameExtractRaw">
2443              <layout class="QGridLayout" name="gridLayoutFrameExtractRaw">
2444               <property name="margin">
2445                <number>0</number>
2446               </property>
2447               <item row="5" column="2">
2448                <widget class="QLabel" name="labelExtractrawInputHunks">
2449                 <property name="text">
2450                  <string>Input hunks</string>
2451                 </property>
2452                </widget>
2453               </item>
2454               <item row="0" column="4">
2455                <widget class="QToolButton" name="toolButtonBrowseExtractRawInputFile">
2456                 <property name="sizePolicy">
2457                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2458                   <horstretch>0</horstretch>
2459                   <verstretch>0</verstretch>
2460                  </sizepolicy>
2461                 </property>
2462                 <property name="icon">
2463                  <iconset resource="qchdman.qrc">
2464                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2465                 </property>
2466                </widget>
2467               </item>
2468               <item row="5" column="1">
2469                <widget class="QSpinBox" name="spinBoxExtractRawInputBytes">
2470                 <property name="sizePolicy">
2471                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2472                   <horstretch>0</horstretch>
2473                   <verstretch>0</verstretch>
2474                  </sizepolicy>
2475                 </property>
2476                 <property name="toolTip">
2477                  <string>Effective length of input in bytes (--inputbytes)</string>
2478                 </property>
2479                 <property name="specialValueText">
2480                  <string>auto</string>
2481                 </property>
2482                 <property name="minimum">
2483                  <number>-1</number>
2484                 </property>
2485                 <property name="maximum">
2486                  <number>999999999</number>
2487                 </property>
2488                 <property name="value">
2489                  <number>-1</number>
2490                 </property>
2491                </widget>
2492               </item>
2493               <item row="1" column="0" colspan="4">
2494                <widget class="QLineEdit" name="lineEditExtractRawOutputFile">
2495                 <property name="sizePolicy">
2496                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2497                   <horstretch>0</horstretch>
2498                   <verstretch>0</verstretch>
2499                  </sizepolicy>
2500                 </property>
2501                 <property name="toolTip">
2502                  <string>Output file (--output)</string>
2503                 </property>
2504                 <property name="placeholderText">
2505                  <string>Output file (required)</string>
2506                 </property>
2507                </widget>
2508               </item>
2509               <item row="4" column="1">
2510                <widget class="QSpinBox" name="spinBoxExtractRawInputStartByte">
2511                 <property name="sizePolicy">
2512                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2513                   <horstretch>0</horstretch>
2514                   <verstretch>0</verstretch>
2515                  </sizepolicy>
2516                 </property>
2517                 <property name="toolTip">
2518                  <string>Starting byte offset within the input (--inputstartbyte)</string>
2519                 </property>
2520                 <property name="specialValueText">
2521                  <string>auto</string>
2522                 </property>
2523                 <property name="minimum">
2524                  <number>-1</number>
2525                 </property>
2526                 <property name="maximum">
2527                  <number>999999999</number>
2528                 </property>
2529                 <property name="value">
2530                  <number>-1</number>
2531                 </property>
2532                </widget>
2533               </item>
2534               <item row="5" column="3">
2535                <widget class="QSpinBox" name="spinBoxExtractRawInputHunks">
2536                 <property name="sizePolicy">
2537                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2538                   <horstretch>0</horstretch>
2539                   <verstretch>0</verstretch>
2540                  </sizepolicy>
2541                 </property>
2542                 <property name="toolTip">
2543                  <string>Effective length of input in hunks (--inputhunks)</string>
2544                 </property>
2545                 <property name="specialValueText">
2546                  <string>auto</string>
2547                 </property>
2548                 <property name="minimum">
2549                  <number>-1</number>
2550                 </property>
2551                 <property name="maximum">
2552                  <number>999999999</number>
2553                 </property>
2554                 <property name="value">
2555                  <number>-1</number>
2556                 </property>
2557                </widget>
2558               </item>
2559               <item row="4" column="0">
2560                <widget class="QLabel" name="labelExtractRawInputStartByte">
2561                 <property name="text">
2562                  <string>Input start byte</string>
2563                 </property>
2564                </widget>
2565               </item>
2566               <item row="0" column="0" colspan="4">
2567                <widget class="QLineEdit" name="lineEditExtractRawInputFile">
2568                 <property name="sizePolicy">
2569                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2570                   <horstretch>0</horstretch>
2571                   <verstretch>0</verstretch>
2572                  </sizepolicy>
2573                 </property>
2574                 <property name="toolTip">
2575                  <string>CHD input file (--input)</string>
2576                 </property>
2577                 <property name="placeholderText">
2578                  <string>CHD input file (required)</string>
2579                 </property>
2580                </widget>
2581               </item>
2582               <item row="2" column="0" colspan="4">
2583                <widget class="QLineEdit" name="lineEditExtractRawParentInputFile">
2584                 <property name="sizePolicy">
2585                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2586                   <horstretch>0</horstretch>
2587                   <verstretch>0</verstretch>
2588                  </sizepolicy>
2589                 </property>
2590                 <property name="toolTip">
2591                  <string>Parent CHD input file (--inputparent)</string>
2592                 </property>
2593                 <property name="placeholderText">
2594                  <string>Parent CHD input file</string>
2595                 </property>
2596                </widget>
2597               </item>
2598               <item row="1" column="4">
2599                <widget class="QToolButton" name="toolButtonBrowseExtractRawOutputFile">
2600                 <property name="sizePolicy">
2601                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2602                   <horstretch>0</horstretch>
2603                   <verstretch>0</verstretch>
2604                  </sizepolicy>
2605                 </property>
2606                 <property name="icon">
2607                  <iconset resource="qchdman.qrc">
2608                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2609                 </property>
2610                </widget>
2611               </item>
2612               <item row="5" column="0">
2613                <widget class="QLabel" name="labelExtractRawInputBytes">
2614                 <property name="text">
2615                  <string>Input bytes</string>
2616                 </property>
2617                </widget>
2618               </item>
2619               <item row="4" column="3">
2620                <widget class="QSpinBox" name="spinBoxExtractRawInputStartHunk">
2621                 <property name="sizePolicy">
2622                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2623                   <horstretch>0</horstretch>
2624                   <verstretch>0</verstretch>
2625                  </sizepolicy>
2626                 </property>
2627                 <property name="toolTip">
2628                  <string>Starting hunk offset within the input (--inputstarthunk)</string>
2629                 </property>
2630                 <property name="specialValueText">
2631                  <string>auto</string>
2632                 </property>
2633                 <property name="minimum">
2634                  <number>-1</number>
2635                 </property>
2636                 <property name="maximum">
2637                  <number>999999999</number>
2638                 </property>
2639                 <property name="value">
2640                  <number>-1</number>
2641                 </property>
2642                </widget>
2643               </item>
2644               <item row="4" column="2">
2645                <widget class="QLabel" name="labelExtractRawInputStartHunk">
2646                 <property name="text">
2647                  <string>Input start hunk</string>
2648                 </property>
2649                </widget>
2650               </item>
2651               <item row="2" column="4">
2652                <widget class="QToolButton" name="toolButtonBrowseExtractRawParentInputFile">
2653                 <property name="sizePolicy">
2654                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2655                   <horstretch>0</horstretch>
2656                   <verstretch>0</verstretch>
2657                  </sizepolicy>
2658                 </property>
2659                 <property name="icon">
2660                  <iconset resource="qchdman.qrc">
2661                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2662                 </property>
2663                </widget>
2664               </item>
2665               <item row="3" column="0" colspan="4">
2666                <widget class="QCheckBox" name="checkBoxExtractRawForce">
2667                 <property name="toolTip">
2668                  <string>Force overwriting output files (--force)</string>
2669                 </property>
2670                 <property name="text">
2671                  <string>Overwrite existing files</string>
2672                 </property>
2673                </widget>
2674               </item>
2675              </layout>
2676             </widget>
2677            </item>
2678            <item row="1" column="0">
2679             <widget class="QLabel" name="labelExtractRawHelp">
2680              <property name="text">
2681               <string>&lt;p&gt;
2682&lt;b&gt;CHDMAN ExtractRaw&lt;/b&gt;
2683&lt;/p&gt;
2684Extracts a raw file from a CHD input file.
2685&lt;p&gt;
2686&lt;b&gt;Parameters&lt;/b&gt;
2687&lt;/p&gt;
2688&lt;p&gt;
2689--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
2690--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
2691--inputparent, -op &amp;lt;filename&amp;gt;: parent file name for input CHD&lt;br&gt;
2692--force, -f: force overwriting an existing file&lt;br&gt;
2693--inputstartbyte, -isb &amp;lt;offset&amp;gt;: starting byte offset within the input&lt;br&gt;
2694--inputstarthunk, -ish &amp;lt;offset&amp;gt;: starting hunk offset within the input&lt;br&gt;
2695--inputbytes, -ib &amp;lt;length&amp;gt;: effective length of input in bytes&lt;br&gt;
2696--inputhunks, -ih &amp;lt;length&amp;gt;: effective length of input in hunks
2697&lt;/p&gt;</string>
2698              </property>
2699              <property name="alignment">
2700               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2701              </property>
2702              <property name="wordWrap">
2703               <bool>true</bool>
2704              </property>
2705              <property name="margin">
2706               <number>8</number>
2707              </property>
2708              <property name="indent">
2709               <number>8</number>
2710              </property>
2711             </widget>
2712            </item>
2713            <item row="2" column="0">
2714             <spacer name="verticalSpacerExtractRaw">
2715              <property name="orientation">
2716               <enum>Qt::Vertical</enum>
2717              </property>
2718              <property name="sizeHint" stdset="0">
2719               <size>
2720                <width>20</width>
2721                <height>0</height>
2722               </size>
2723              </property>
2724             </spacer>
2725            </item>
2726           </layout>
2727          </widget>
2728          <widget class="QWidget" name="pageExtractHD">
2729           <layout class="QGridLayout" name="gridLayoutPageExtractHD">
2730            <property name="margin">
2731             <number>0</number>
2732            </property>
2733            <item row="0" column="0">
2734             <widget class="QFrame" name="frameExtractHD">
2735              <layout class="QGridLayout" name="gridLayoutFrameExtractHD">
2736               <property name="margin">
2737                <number>0</number>
2738               </property>
2739               <item row="5" column="2">
2740                <widget class="QLabel" name="labelExtractHDInputHunks">
2741                 <property name="text">
2742                  <string>Input hunks</string>
2743                 </property>
2744                </widget>
2745               </item>
2746               <item row="0" column="4">
2747                <widget class="QToolButton" name="toolButtonBrowseExtractHDInputFile">
2748                 <property name="sizePolicy">
2749                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2750                   <horstretch>0</horstretch>
2751                   <verstretch>0</verstretch>
2752                  </sizepolicy>
2753                 </property>
2754                 <property name="icon">
2755                  <iconset resource="qchdman.qrc">
2756                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2757                 </property>
2758                </widget>
2759               </item>
2760               <item row="5" column="1">
2761                <widget class="QSpinBox" name="spinBoxExtractHDInputBytes">
2762                 <property name="sizePolicy">
2763                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2764                   <horstretch>0</horstretch>
2765                   <verstretch>0</verstretch>
2766                  </sizepolicy>
2767                 </property>
2768                 <property name="toolTip">
2769                  <string>Effective length of input in bytes (--inputbytes)</string>
2770                 </property>
2771                 <property name="specialValueText">
2772                  <string>auto</string>
2773                 </property>
2774                 <property name="minimum">
2775                  <number>-1</number>
2776                 </property>
2777                 <property name="maximum">
2778                  <number>999999999</number>
2779                 </property>
2780                 <property name="value">
2781                  <number>-1</number>
2782                 </property>
2783                </widget>
2784               </item>
2785               <item row="1" column="0" colspan="4">
2786                <widget class="QLineEdit" name="lineEditExtractHDOutputFile">
2787                 <property name="sizePolicy">
2788                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2789                   <horstretch>0</horstretch>
2790                   <verstretch>0</verstretch>
2791                  </sizepolicy>
2792                 </property>
2793                 <property name="toolTip">
2794                  <string>Output file (--output)</string>
2795                 </property>
2796                 <property name="placeholderText">
2797                  <string>Output file (required)</string>
2798                 </property>
2799                </widget>
2800               </item>
2801               <item row="4" column="1">
2802                <widget class="QSpinBox" name="spinBoxExtractHDInputStartByte">
2803                 <property name="sizePolicy">
2804                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2805                   <horstretch>0</horstretch>
2806                   <verstretch>0</verstretch>
2807                  </sizepolicy>
2808                 </property>
2809                 <property name="toolTip">
2810                  <string>Starting byte offset within the input (--inputstartbyte)</string>
2811                 </property>
2812                 <property name="specialValueText">
2813                  <string>auto</string>
2814                 </property>
2815                 <property name="minimum">
2816                  <number>-1</number>
2817                 </property>
2818                 <property name="maximum">
2819                  <number>999999999</number>
2820                 </property>
2821                 <property name="value">
2822                  <number>-1</number>
2823                 </property>
2824                </widget>
2825               </item>
2826               <item row="5" column="3">
2827                <widget class="QSpinBox" name="spinBoxExtractHDInputHunks">
2828                 <property name="sizePolicy">
2829                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2830                   <horstretch>0</horstretch>
2831                   <verstretch>0</verstretch>
2832                  </sizepolicy>
2833                 </property>
2834                 <property name="toolTip">
2835                  <string>Effective length of input in hunks (--inputhunks)</string>
2836                 </property>
2837                 <property name="specialValueText">
2838                  <string>auto</string>
2839                 </property>
2840                 <property name="minimum">
2841                  <number>-1</number>
2842                 </property>
2843                 <property name="maximum">
2844                  <number>999999999</number>
2845                 </property>
2846                 <property name="value">
2847                  <number>-1</number>
2848                 </property>
2849                </widget>
2850               </item>
2851               <item row="4" column="0">
2852                <widget class="QLabel" name="labelExtractHDInputStartByte">
2853                 <property name="text">
2854                  <string>Input start byte</string>
2855                 </property>
2856                </widget>
2857               </item>
2858               <item row="0" column="0" colspan="4">
2859                <widget class="QLineEdit" name="lineEditExtractHDInputFile">
2860                 <property name="sizePolicy">
2861                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2862                   <horstretch>0</horstretch>
2863                   <verstretch>0</verstretch>
2864                  </sizepolicy>
2865                 </property>
2866                 <property name="toolTip">
2867                  <string>CHD input file (--input)</string>
2868                 </property>
2869                 <property name="placeholderText">
2870                  <string>CHD input file (required)</string>
2871                 </property>
2872                </widget>
2873               </item>
2874               <item row="2" column="0" colspan="4">
2875                <widget class="QLineEdit" name="lineEditExtractHDParentInputFile">
2876                 <property name="sizePolicy">
2877                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
2878                   <horstretch>0</horstretch>
2879                   <verstretch>0</verstretch>
2880                  </sizepolicy>
2881                 </property>
2882                 <property name="toolTip">
2883                  <string>Parent CHD input file (--inputparent)</string>
2884                 </property>
2885                 <property name="placeholderText">
2886                  <string>Parent CHD input file</string>
2887                 </property>
2888                </widget>
2889               </item>
2890               <item row="1" column="4">
2891                <widget class="QToolButton" name="toolButtonBrowseExtractHDOutputFile">
2892                 <property name="sizePolicy">
2893                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2894                   <horstretch>0</horstretch>
2895                   <verstretch>0</verstretch>
2896                  </sizepolicy>
2897                 </property>
2898                 <property name="icon">
2899                  <iconset resource="qchdman.qrc">
2900                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2901                 </property>
2902                </widget>
2903               </item>
2904               <item row="5" column="0">
2905                <widget class="QLabel" name="labelExtractHDInputBytes">
2906                 <property name="text">
2907                  <string>Input bytes</string>
2908                 </property>
2909                </widget>
2910               </item>
2911               <item row="4" column="3">
2912                <widget class="QSpinBox" name="spinBoxExtractHDInputStartHunk">
2913                 <property name="sizePolicy">
2914                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
2915                   <horstretch>0</horstretch>
2916                   <verstretch>0</verstretch>
2917                  </sizepolicy>
2918                 </property>
2919                 <property name="toolTip">
2920                  <string>Starting hunk offset within the input (--inputstarthunk)</string>
2921                 </property>
2922                 <property name="specialValueText">
2923                  <string>auto</string>
2924                 </property>
2925                 <property name="minimum">
2926                  <number>-1</number>
2927                 </property>
2928                 <property name="maximum">
2929                  <number>999999999</number>
2930                 </property>
2931                 <property name="value">
2932                  <number>-1</number>
2933                 </property>
2934                </widget>
2935               </item>
2936               <item row="4" column="2">
2937                <widget class="QLabel" name="labelExtractHDInputStartHunk">
2938                 <property name="text">
2939                  <string>Input start hunk</string>
2940                 </property>
2941                </widget>
2942               </item>
2943               <item row="2" column="4">
2944                <widget class="QToolButton" name="toolButtonBrowseExtractHDParentInputFile">
2945                 <property name="sizePolicy">
2946                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
2947                   <horstretch>0</horstretch>
2948                   <verstretch>0</verstretch>
2949                  </sizepolicy>
2950                 </property>
2951                 <property name="icon">
2952                  <iconset resource="qchdman.qrc">
2953                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
2954                 </property>
2955                </widget>
2956               </item>
2957               <item row="3" column="0" colspan="4">
2958                <widget class="QCheckBox" name="checkBoxExtractHDForce">
2959                 <property name="toolTip">
2960                  <string>Force overwriting output files (--force)</string>
2961                 </property>
2962                 <property name="text">
2963                  <string>Overwrite existing files</string>
2964                 </property>
2965                </widget>
2966               </item>
2967              </layout>
2968             </widget>
2969            </item>
2970            <item row="1" column="0">
2971             <widget class="QLabel" name="labelExtractHDHelp">
2972              <property name="text">
2973               <string>&lt;p&gt;
2974&lt;b&gt;CHDMAN ExtractHD&lt;/b&gt;
2975&lt;/p&gt;
2976Extracts an HD file from a CHD input file.
2977&lt;p&gt;
2978&lt;b&gt;Parameters&lt;/b&gt;
2979&lt;/p&gt;
2980&lt;p&gt;
2981--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
2982--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
2983--inputparent, -op &amp;lt;filename&amp;gt;: parent file name for input CHD&lt;br&gt;
2984--force, -f: force overwriting an existing file&lt;br&gt;
2985--inputstartbyte, -isb &amp;lt;offset&amp;gt;: starting byte offset within the input&lt;br&gt;
2986--inputstarthunk, -ish &amp;lt;offset&amp;gt;: starting hunk offset within the input&lt;br&gt;
2987--inputbytes, -ib &amp;lt;length&amp;gt;: effective length of input in bytes&lt;br&gt;
2988--inputhunks, -ih &amp;lt;length&amp;gt;: effective length of input in hunks
2989&lt;/p&gt;</string>
2990              </property>
2991              <property name="alignment">
2992               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2993              </property>
2994              <property name="wordWrap">
2995               <bool>true</bool>
2996              </property>
2997              <property name="margin">
2998               <number>8</number>
2999              </property>
3000              <property name="indent">
3001               <number>8</number>
3002              </property>
3003             </widget>
3004            </item>
3005            <item row="2" column="0">
3006             <spacer name="verticalSpacerExtractHD">
3007              <property name="orientation">
3008               <enum>Qt::Vertical</enum>
3009              </property>
3010              <property name="sizeHint" stdset="0">
3011               <size>
3012                <width>20</width>
3013                <height>0</height>
3014               </size>
3015              </property>
3016             </spacer>
3017            </item>
3018           </layout>
3019          </widget>
3020          <widget class="QWidget" name="pageExtractCD">
3021           <layout class="QGridLayout" name="gridLayoutPageExtractCD">
3022            <property name="margin">
3023             <number>0</number>
3024            </property>
3025            <item row="0" column="0">
3026             <widget class="QFrame" name="frameExtractCD">
3027              <layout class="QGridLayout" name="gridLayoutFrameExtractCD">
3028               <property name="margin">
3029                <number>0</number>
3030               </property>
3031               <item row="2" column="0" colspan="2">
3032                <widget class="QLineEdit" name="lineEditExtractCDOutputFile">
3033                 <property name="sizePolicy">
3034                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3035                   <horstretch>0</horstretch>
3036                   <verstretch>0</verstretch>
3037                  </sizepolicy>
3038                 </property>
3039                 <property name="toolTip">
3040                  <string>Output file (--output)</string>
3041                 </property>
3042                 <property name="placeholderText">
3043                  <string>Output file (required)</string>
3044                 </property>
3045                </widget>
3046               </item>
3047               <item row="2" column="2">
3048                <widget class="QToolButton" name="toolButtonBrowseExtractCDOutputFile">
3049                 <property name="sizePolicy">
3050                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3051                   <horstretch>0</horstretch>
3052                   <verstretch>0</verstretch>
3053                  </sizepolicy>
3054                 </property>
3055                 <property name="icon">
3056                  <iconset resource="qchdman.qrc">
3057                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3058                 </property>
3059                </widget>
3060               </item>
3061               <item row="3" column="0" colspan="2">
3062                <widget class="QLineEdit" name="lineEditExtractCDOutputBinFile">
3063                 <property name="sizePolicy">
3064                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3065                   <horstretch>0</horstretch>
3066                   <verstretch>0</verstretch>
3067                  </sizepolicy>
3068                 </property>
3069                 <property name="toolTip">
3070                  <string>Binary output file (--outputbin)</string>
3071                 </property>
3072                 <property name="placeholderText">
3073                  <string>Binary output file</string>
3074                 </property>
3075                </widget>
3076               </item>
3077               <item row="1" column="2">
3078                <widget class="QToolButton" name="toolButtonBrowseExtractCDParentInputFile">
3079                 <property name="sizePolicy">
3080                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3081                   <horstretch>0</horstretch>
3082                   <verstretch>0</verstretch>
3083                  </sizepolicy>
3084                 </property>
3085                 <property name="icon">
3086                  <iconset resource="qchdman.qrc">
3087                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3088                 </property>
3089                </widget>
3090               </item>
3091               <item row="1" column="0" colspan="2">
3092                <widget class="QLineEdit" name="lineEditExtractCDParentInputFile">
3093                 <property name="sizePolicy">
3094                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3095                   <horstretch>0</horstretch>
3096                   <verstretch>0</verstretch>
3097                  </sizepolicy>
3098                 </property>
3099                 <property name="toolTip">
3100                  <string>Parent CHD input file (--inputparent)</string>
3101                 </property>
3102                 <property name="placeholderText">
3103                  <string>Parent CHD input file</string>
3104                 </property>
3105                </widget>
3106               </item>
3107               <item row="0" column="2">
3108                <widget class="QToolButton" name="toolButtonBrowseExtractCDInputFile">
3109                 <property name="sizePolicy">
3110                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3111                   <horstretch>0</horstretch>
3112                   <verstretch>0</verstretch>
3113                  </sizepolicy>
3114                 </property>
3115                 <property name="icon">
3116                  <iconset resource="qchdman.qrc">
3117                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3118                 </property>
3119                </widget>
3120               </item>
3121               <item row="3" column="2">
3122                <widget class="QToolButton" name="toolButtonBrowseExtractCDOutputBinFile">
3123                 <property name="sizePolicy">
3124                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3125                   <horstretch>0</horstretch>
3126                   <verstretch>0</verstretch>
3127                  </sizepolicy>
3128                 </property>
3129                 <property name="icon">
3130                  <iconset resource="qchdman.qrc">
3131                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3132                 </property>
3133                </widget>
3134               </item>
3135               <item row="0" column="0" colspan="2">
3136                <widget class="QLineEdit" name="lineEditExtractCDInputFile">
3137                 <property name="sizePolicy">
3138                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3139                   <horstretch>0</horstretch>
3140                   <verstretch>0</verstretch>
3141                  </sizepolicy>
3142                 </property>
3143                 <property name="toolTip">
3144                  <string>CHD input file (--input)</string>
3145                 </property>
3146                 <property name="placeholderText">
3147                  <string>CHD input file (required)</string>
3148                 </property>
3149                </widget>
3150               </item>
3151               <item row="4" column="0" colspan="2">
3152                <widget class="QCheckBox" name="checkBoxExtractCDForce">
3153                 <property name="toolTip">
3154                  <string>Force overwriting output files (--force)</string>
3155                 </property>
3156                 <property name="text">
3157                  <string>Overwrite existing files</string>
3158                 </property>
3159                </widget>
3160               </item>
3161              </layout>
3162             </widget>
3163            </item>
3164            <item row="1" column="0">
3165             <widget class="QLabel" name="labelExtractCDHelp">
3166              <property name="text">
3167               <string>&lt;p&gt;
3168&lt;b&gt;CHDMAN ExtractCD&lt;/b&gt;
3169&lt;/p&gt;
3170Extracts a CD file from a CHD input file.
3171&lt;p&gt;
3172&lt;b&gt;Parameters&lt;/b&gt;
3173&lt;/p&gt;
3174&lt;p&gt;
3175--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
3176--inputparent, -ip &amp;lt;filename&amp;gt;: parent file name for input CHD&lt;br&gt;
3177--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
3178--outputbin, -ob &amp;lt;filename&amp;gt;: output file name for binary data&lt;br&gt;
3179--force, -f: force overwriting an existing file
3180&lt;/p&gt;
3181</string>
3182              </property>
3183              <property name="alignment">
3184               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3185              </property>
3186              <property name="wordWrap">
3187               <bool>true</bool>
3188              </property>
3189              <property name="margin">
3190               <number>8</number>
3191              </property>
3192              <property name="indent">
3193               <number>8</number>
3194              </property>
3195             </widget>
3196            </item>
3197            <item row="2" column="0">
3198             <spacer name="verticalSpacerExtractCD">
3199              <property name="orientation">
3200               <enum>Qt::Vertical</enum>
3201              </property>
3202              <property name="sizeHint" stdset="0">
3203               <size>
3204                <width>20</width>
3205                <height>0</height>
3206               </size>
3207              </property>
3208             </spacer>
3209            </item>
3210           </layout>
3211          </widget>
3212          <widget class="QWidget" name="pageExtractLD">
3213           <layout class="QGridLayout" name="gridLayoutPageExtractLD">
3214            <property name="margin">
3215             <number>0</number>
3216            </property>
3217            <item row="0" column="0">
3218             <widget class="QFrame" name="frameExtractLD">
3219              <layout class="QGridLayout" name="gridLayoutFrameExtractLD">
3220               <property name="margin">
3221                <number>0</number>
3222               </property>
3223               <item row="4" column="1">
3224                <widget class="QSpinBox" name="spinBoxExtractLDInputStartFrame">
3225                 <property name="sizePolicy">
3226                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
3227                   <horstretch>0</horstretch>
3228                   <verstretch>0</verstretch>
3229                  </sizepolicy>
3230                 </property>
3231                 <property name="toolTip">
3232                  <string>Starting frame within the input (--inputstartframe)</string>
3233                 </property>
3234                 <property name="specialValueText">
3235                  <string>auto</string>
3236                 </property>
3237                 <property name="minimum">
3238                  <number>-1</number>
3239                 </property>
3240                 <property name="maximum">
3241                  <number>999999999</number>
3242                 </property>
3243                 <property name="value">
3244                  <number>-1</number>
3245                 </property>
3246                </widget>
3247               </item>
3248               <item row="0" column="0" colspan="4">
3249                <widget class="QLineEdit" name="lineEditExtractLDInputFile">
3250                 <property name="sizePolicy">
3251                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3252                   <horstretch>0</horstretch>
3253                   <verstretch>0</verstretch>
3254                  </sizepolicy>
3255                 </property>
3256                 <property name="toolTip">
3257                  <string>CHD input file (--input)</string>
3258                 </property>
3259                 <property name="placeholderText">
3260                  <string>CHD input file (required)</string>
3261                 </property>
3262                </widget>
3263               </item>
3264               <item row="0" column="4">
3265                <widget class="QToolButton" name="toolButtonBrowseExtractLDInputFile">
3266                 <property name="sizePolicy">
3267                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3268                   <horstretch>0</horstretch>
3269                   <verstretch>0</verstretch>
3270                  </sizepolicy>
3271                 </property>
3272                 <property name="icon">
3273                  <iconset resource="qchdman.qrc">
3274                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3275                 </property>
3276                </widget>
3277               </item>
3278               <item row="4" column="0">
3279                <widget class="QLabel" name="labelExtractLDInputStartFrame">
3280                 <property name="text">
3281                  <string>Input start frame</string>
3282                 </property>
3283                </widget>
3284               </item>
3285               <item row="2" column="4">
3286                <widget class="QToolButton" name="toolButtonBrowseExtractLDParentInputFile">
3287                 <property name="sizePolicy">
3288                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3289                   <horstretch>0</horstretch>
3290                   <verstretch>0</verstretch>
3291                  </sizepolicy>
3292                 </property>
3293                 <property name="icon">
3294                  <iconset resource="qchdman.qrc">
3295                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3296                 </property>
3297                </widget>
3298               </item>
3299               <item row="1" column="0" colspan="4">
3300                <widget class="QLineEdit" name="lineEditExtractLDOutputFile">
3301                 <property name="sizePolicy">
3302                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3303                   <horstretch>0</horstretch>
3304                   <verstretch>0</verstretch>
3305                  </sizepolicy>
3306                 </property>
3307                 <property name="toolTip">
3308                  <string>LD output file (--output)</string>
3309                 </property>
3310                 <property name="placeholderText">
3311                  <string>LD output file (required)</string>
3312                 </property>
3313                </widget>
3314               </item>
3315               <item row="2" column="0" colspan="4">
3316                <widget class="QLineEdit" name="lineEditExtractLDParentInputFile">
3317                 <property name="sizePolicy">
3318                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3319                   <horstretch>0</horstretch>
3320                   <verstretch>0</verstretch>
3321                  </sizepolicy>
3322                 </property>
3323                 <property name="toolTip">
3324                  <string>Parent CHD input file (--inputparent)</string>
3325                 </property>
3326                 <property name="placeholderText">
3327                  <string>Parent CHD input file</string>
3328                 </property>
3329                </widget>
3330               </item>
3331               <item row="4" column="3">
3332                <widget class="QSpinBox" name="spinBoxExtractLDInputFrames">
3333                 <property name="sizePolicy">
3334                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
3335                   <horstretch>0</horstretch>
3336                   <verstretch>0</verstretch>
3337                  </sizepolicy>
3338                 </property>
3339                 <property name="toolTip">
3340                  <string>Effective length of input in frames (--inputframes)</string>
3341                 </property>
3342                 <property name="specialValueText">
3343                  <string>auto</string>
3344                 </property>
3345                 <property name="minimum">
3346                  <number>-1</number>
3347                 </property>
3348                 <property name="maximum">
3349                  <number>999999999</number>
3350                 </property>
3351                 <property name="value">
3352                  <number>-1</number>
3353                 </property>
3354                </widget>
3355               </item>
3356               <item row="1" column="4">
3357                <widget class="QToolButton" name="toolButtonBrowseExtractLDOutputFile">
3358                 <property name="sizePolicy">
3359                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3360                   <horstretch>0</horstretch>
3361                   <verstretch>0</verstretch>
3362                  </sizepolicy>
3363                 </property>
3364                 <property name="icon">
3365                  <iconset resource="qchdman.qrc">
3366                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3367                 </property>
3368                </widget>
3369               </item>
3370               <item row="4" column="2">
3371                <widget class="QLabel" name="labelExtractLDInputFrames">
3372                 <property name="text">
3373                  <string>Input frames</string>
3374                 </property>
3375                </widget>
3376               </item>
3377               <item row="3" column="0" colspan="4">
3378                <widget class="QCheckBox" name="checkBoxExtractLDForce">
3379                 <property name="toolTip">
3380                  <string>Force overwriting output files (--force)</string>
3381                 </property>
3382                 <property name="text">
3383                  <string>Overwrite existing files</string>
3384                 </property>
3385                </widget>
3386               </item>
3387              </layout>
3388             </widget>
3389            </item>
3390            <item row="1" column="0">
3391             <widget class="QLabel" name="labelExtractLDHelp">
3392              <property name="text">
3393               <string>&lt;p&gt;
3394&lt;b&gt;CHDMAN ExtractLD&lt;/b&gt;
3395&lt;/p&gt;
3396Extracts a laser-disc AVI file from a CHD input file.
3397&lt;p&gt;
3398&lt;b&gt;Parameters&lt;/b&gt;
3399&lt;/p&gt;
3400&lt;p&gt;
3401--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
3402--output, -o &amp;lt;filename&amp;gt;: output file name (required)&lt;br&gt;
3403--inputparent, -ip &amp;lt;filename&amp;gt;: parent file name for input CHD&lt;br&gt;
3404--force, -f: force overwriting an existing file&lt;br&gt;
3405--inputstartframe, -isf &amp;lt;offset&amp;gt;: starting frame within the input&lt;br&gt;
3406--inputframes, -if &amp;lt;length&amp;gt;: effective length of input in frames
3407&lt;/p&gt;</string>
3408              </property>
3409              <property name="alignment">
3410               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3411              </property>
3412              <property name="wordWrap">
3413               <bool>true</bool>
3414              </property>
3415              <property name="margin">
3416               <number>8</number>
3417              </property>
3418              <property name="indent">
3419               <number>8</number>
3420              </property>
3421             </widget>
3422            </item>
3423            <item row="2" column="0">
3424             <spacer name="verticalSpacerExtractLD">
3425              <property name="orientation">
3426               <enum>Qt::Vertical</enum>
3427              </property>
3428              <property name="sizeHint" stdset="0">
3429               <size>
3430                <width>20</width>
3431                <height>0</height>
3432               </size>
3433              </property>
3434             </spacer>
3435            </item>
3436           </layout>
3437          </widget>
3438          <widget class="QWidget" name="pageDumpMeta">
3439           <layout class="QGridLayout" name="gridLayoutPageDumpMeta">
3440            <property name="margin">
3441             <number>0</number>
3442            </property>
3443            <item row="0" column="0">
3444             <widget class="QFrame" name="frameDumpMeta">
3445              <layout class="QGridLayout" name="gridLayoutFrameExtractLD_2">
3446               <property name="margin">
3447                <number>0</number>
3448               </property>
3449               <item row="3" column="0">
3450                <widget class="QLabel" name="labelDumpMetaTag">
3451                 <property name="text">
3452                  <string>Tag (required)</string>
3453                 </property>
3454                </widget>
3455               </item>
3456               <item row="0" column="0" colspan="4">
3457                <widget class="QLineEdit" name="lineEditDumpMetaInputFile">
3458                 <property name="sizePolicy">
3459                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3460                   <horstretch>0</horstretch>
3461                   <verstretch>0</verstretch>
3462                  </sizepolicy>
3463                 </property>
3464                 <property name="toolTip">
3465                  <string>CHD input file (--input)</string>
3466                 </property>
3467                 <property name="placeholderText">
3468                  <string>CHD input file (required)</string>
3469                 </property>
3470                </widget>
3471               </item>
3472               <item row="1" column="4">
3473                <widget class="QToolButton" name="toolButtonBrowseDumpMetaOutputFile">
3474                 <property name="sizePolicy">
3475                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3476                   <horstretch>0</horstretch>
3477                   <verstretch>0</verstretch>
3478                  </sizepolicy>
3479                 </property>
3480                 <property name="icon">
3481                  <iconset resource="qchdman.qrc">
3482                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3483                 </property>
3484                </widget>
3485               </item>
3486               <item row="3" column="3">
3487                <widget class="QSpinBox" name="spinBoxDumpMetaIndex">
3488                 <property name="sizePolicy">
3489                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
3490                   <horstretch>0</horstretch>
3491                   <verstretch>0</verstretch>
3492                  </sizepolicy>
3493                 </property>
3494                 <property name="toolTip">
3495                  <string>Indexed instance of this meta-data tag (--index)</string>
3496                 </property>
3497                 <property name="minimum">
3498                  <number>0</number>
3499                 </property>
3500                 <property name="maximum">
3501                  <number>999999999</number>
3502                 </property>
3503                 <property name="value">
3504                  <number>0</number>
3505                 </property>
3506                </widget>
3507               </item>
3508               <item row="0" column="4">
3509                <widget class="QToolButton" name="toolButtonBrowseDumpMetaInputFile">
3510                 <property name="sizePolicy">
3511                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3512                   <horstretch>0</horstretch>
3513                   <verstretch>0</verstretch>
3514                  </sizepolicy>
3515                 </property>
3516                 <property name="icon">
3517                  <iconset resource="qchdman.qrc">
3518                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3519                 </property>
3520                </widget>
3521               </item>
3522               <item row="1" column="0" colspan="4">
3523                <widget class="QLineEdit" name="lineEditDumpMetaOutputFile">
3524                 <property name="sizePolicy">
3525                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3526                   <horstretch>0</horstretch>
3527                   <verstretch>0</verstretch>
3528                  </sizepolicy>
3529                 </property>
3530                 <property name="toolTip">
3531                  <string>Output file (--output)</string>
3532                 </property>
3533                 <property name="placeholderText">
3534                  <string>Output file (leave empty to use stdout)</string>
3535                 </property>
3536                </widget>
3537               </item>
3538               <item row="3" column="2">
3539                <widget class="QLabel" name="labelDumpMetaIndex">
3540                 <property name="text">
3541                  <string>Index</string>
3542                 </property>
3543                </widget>
3544               </item>
3545               <item row="3" column="1">
3546                <widget class="QLineEdit" name="lineEditDumpMetaTag">
3547                 <property name="sizePolicy">
3548                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3549                   <horstretch>0</horstretch>
3550                   <verstretch>0</verstretch>
3551                  </sizepolicy>
3552                 </property>
3553                 <property name="toolTip">
3554                  <string>4-character tag for meta-data (--tag)</string>
3555                 </property>
3556                 <property name="maxLength">
3557                  <number>4</number>
3558                 </property>
3559                </widget>
3560               </item>
3561               <item row="2" column="0" colspan="4">
3562                <widget class="QCheckBox" name="checkBoxDumpMetaForce">
3563                 <property name="toolTip">
3564                  <string>Force overwriting output files (--force)</string>
3565                 </property>
3566                 <property name="text">
3567                  <string>Overwrite existing files</string>
3568                 </property>
3569                </widget>
3570               </item>
3571              </layout>
3572             </widget>
3573            </item>
3574            <item row="1" column="0">
3575             <widget class="QLabel" name="labelDumpMetaHelp">
3576              <property name="text">
3577               <string>&lt;p&gt;
3578&lt;b&gt;CHDMAN DumpMeta&lt;/b&gt;
3579&lt;/p&gt;
3580Dump meta-data from a CHD to stdout or file.
3581&lt;p&gt;
3582&lt;b&gt;Parameters&lt;/b&gt;
3583&lt;/p&gt;
3584&lt;p&gt;
3585--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
3586--output, -o &amp;lt;filename&amp;gt;: output file name&lt;br&gt;
3587--force, -f: force overwriting an existing file&lt;br&gt;
3588--tag, -t &amp;lt;tag&amp;gt;: 4-character tag for meta-data (required)&lt;br&gt;
3589--index, -ix &amp;lt;index&amp;gt;: indexed instance of this meta-data tag
3590&lt;/p&gt;</string>
3591              </property>
3592              <property name="alignment">
3593               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3594              </property>
3595              <property name="wordWrap">
3596               <bool>true</bool>
3597              </property>
3598              <property name="margin">
3599               <number>8</number>
3600              </property>
3601              <property name="indent">
3602               <number>8</number>
3603              </property>
3604             </widget>
3605            </item>
3606            <item row="2" column="0">
3607             <spacer name="verticalSpacerDumpMeta">
3608              <property name="orientation">
3609               <enum>Qt::Vertical</enum>
3610              </property>
3611              <property name="sizeHint" stdset="0">
3612               <size>
3613                <width>20</width>
3614                <height>284</height>
3615               </size>
3616              </property>
3617             </spacer>
3618            </item>
3619           </layout>
3620          </widget>
3621          <widget class="QWidget" name="pageAddMeta">
3622           <layout class="QGridLayout" name="gridLayoutPageAddMeta">
3623            <property name="margin">
3624             <number>0</number>
3625            </property>
3626            <item row="0" column="0">
3627             <widget class="QFrame" name="frameAddMeta">
3628              <layout class="QGridLayout" name="gridLayoutFrameExtractLD_3">
3629               <property name="margin">
3630                <number>0</number>
3631               </property>
3632               <item row="1" column="4">
3633                <widget class="QToolButton" name="toolButtonBrowseAddMetaValueFile">
3634                 <property name="sizePolicy">
3635                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3636                   <horstretch>0</horstretch>
3637                   <verstretch>0</verstretch>
3638                  </sizepolicy>
3639                 </property>
3640                 <property name="icon">
3641                  <iconset resource="qchdman.qrc">
3642                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3643                 </property>
3644                </widget>
3645               </item>
3646               <item row="4" column="1">
3647                <widget class="QLineEdit" name="lineEditAddMetaTag">
3648                 <property name="sizePolicy">
3649                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3650                   <horstretch>0</horstretch>
3651                   <verstretch>0</verstretch>
3652                  </sizepolicy>
3653                 </property>
3654                 <property name="toolTip">
3655                  <string>4-character tag for meta-data (--tag)</string>
3656                 </property>
3657                 <property name="maxLength">
3658                  <number>4</number>
3659                 </property>
3660                </widget>
3661               </item>
3662               <item row="0" column="4">
3663                <widget class="QToolButton" name="toolButtonBrowseAddMetaInputFile">
3664                 <property name="sizePolicy">
3665                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3666                   <horstretch>0</horstretch>
3667                   <verstretch>0</verstretch>
3668                  </sizepolicy>
3669                 </property>
3670                 <property name="icon">
3671                  <iconset resource="qchdman.qrc">
3672                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3673                 </property>
3674                </widget>
3675               </item>
3676               <item row="0" column="0" colspan="4">
3677                <widget class="QLineEdit" name="lineEditAddMetaInputFile">
3678                 <property name="sizePolicy">
3679                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3680                   <horstretch>0</horstretch>
3681                   <verstretch>0</verstretch>
3682                  </sizepolicy>
3683                 </property>
3684                 <property name="toolTip">
3685                  <string>CHD input file (--input)</string>
3686                 </property>
3687                 <property name="placeholderText">
3688                  <string>CHD input file (required)</string>
3689                 </property>
3690                </widget>
3691               </item>
3692               <item row="4" column="0">
3693                <widget class="QLabel" name="labelAddMetaTag">
3694                 <property name="text">
3695                  <string>Tag (required)</string>
3696                 </property>
3697                </widget>
3698               </item>
3699               <item row="1" column="0" colspan="4">
3700                <widget class="QLineEdit" name="lineEditAddMetaValueFile">
3701                 <property name="sizePolicy">
3702                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3703                   <horstretch>0</horstretch>
3704                   <verstretch>0</verstretch>
3705                  </sizepolicy>
3706                 </property>
3707                 <property name="toolTip">
3708                  <string>File containing the meta-data (--valuefile)</string>
3709                 </property>
3710                 <property name="placeholderText">
3711                  <string>Meta-data value file</string>
3712                 </property>
3713                </widget>
3714               </item>
3715               <item row="2" column="0" colspan="4">
3716                <widget class="QLineEdit" name="lineEditAddMetaValueText">
3717                 <property name="sizePolicy">
3718                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3719                   <horstretch>0</horstretch>
3720                   <verstretch>0</verstretch>
3721                  </sizepolicy>
3722                 </property>
3723                 <property name="toolTip">
3724                  <string>Text for the meta-data (--valuetext)</string>
3725                 </property>
3726                 <property name="placeholderText">
3727                  <string>Meta-data value text</string>
3728                 </property>
3729                </widget>
3730               </item>
3731               <item row="4" column="2">
3732                <widget class="QLabel" name="labelAddMetaIndex">
3733                 <property name="text">
3734                  <string>Index</string>
3735                 </property>
3736                </widget>
3737               </item>
3738               <item row="4" column="3">
3739                <widget class="QSpinBox" name="spinBoxAddMetaIndex">
3740                 <property name="sizePolicy">
3741                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
3742                   <horstretch>0</horstretch>
3743                   <verstretch>0</verstretch>
3744                  </sizepolicy>
3745                 </property>
3746                 <property name="toolTip">
3747                  <string>Indexed instance of this meta-data tag (--index)</string>
3748                 </property>
3749                 <property name="minimum">
3750                  <number>0</number>
3751                 </property>
3752                 <property name="maximum">
3753                  <number>999999999</number>
3754                 </property>
3755                 <property name="value">
3756                  <number>0</number>
3757                 </property>
3758                </widget>
3759               </item>
3760               <item row="3" column="0" colspan="4">
3761                <widget class="QCheckBox" name="checkBoxAddMetaNoCheckSum">
3762                 <property name="toolTip">
3763                  <string>Do not include this meta-data information in the overall SHA-1 check-sum (--nochecksum)</string>
3764                 </property>
3765                 <property name="text">
3766                  <string>Don't include in SHA-1 check-sum</string>
3767                 </property>
3768                </widget>
3769               </item>
3770              </layout>
3771             </widget>
3772            </item>
3773            <item row="2" column="0">
3774             <spacer name="verticalSpacerAddMeta">
3775              <property name="orientation">
3776               <enum>Qt::Vertical</enum>
3777              </property>
3778              <property name="sizeHint" stdset="0">
3779               <size>
3780                <width>20</width>
3781                <height>245</height>
3782               </size>
3783              </property>
3784             </spacer>
3785            </item>
3786            <item row="1" column="0">
3787             <widget class="QLabel" name="labelAddMetaHelp">
3788              <property name="text">
3789               <string>&lt;p&gt;
3790&lt;b&gt;CHDMAN AddMeta&lt;/b&gt;
3791&lt;/p&gt;
3792Add meta-data to a CHD.
3793&lt;p&gt;
3794&lt;b&gt;Parameters&lt;/b&gt;
3795&lt;/p&gt;
3796&lt;p&gt;
3797--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
3798--valuefile, -vf &amp;lt;file&amp;gt;: file containing data to add&lt;br&gt;
3799--valuetext, -vt &amp;lt;text&amp;gt;: text for the meta-data&lt;br&gt;
3800--tag, -t &amp;lt;tag&amp;gt;: 4-character tag for meta-data (required)&lt;br&gt;
3801--index, -ix &amp;lt;index&amp;gt;: indexed instance of this meta-data tag&lt;br&gt;
3802--nochecksum, -nocs: do not include this meta-data information in the overall SHA-1 check-sum
3803&lt;/p&gt;</string>
3804              </property>
3805              <property name="alignment">
3806               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3807              </property>
3808              <property name="wordWrap">
3809               <bool>true</bool>
3810              </property>
3811              <property name="margin">
3812               <number>8</number>
3813              </property>
3814              <property name="indent">
3815               <number>8</number>
3816              </property>
3817             </widget>
3818            </item>
3819           </layout>
3820          </widget>
3821          <widget class="QWidget" name="pageDelMeta">
3822           <layout class="QGridLayout" name="gridLayoutPageDelMeta">
3823            <property name="margin">
3824             <number>0</number>
3825            </property>
3826            <item row="0" column="0">
3827             <widget class="QFrame" name="frameDelMeta">
3828              <layout class="QGridLayout" name="gridLayoutFrameExtractLD_4">
3829               <property name="margin">
3830                <number>0</number>
3831               </property>
3832               <item row="0" column="0" colspan="4">
3833                <widget class="QLineEdit" name="lineEditDelMetaInputFile">
3834                 <property name="sizePolicy">
3835                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3836                   <horstretch>0</horstretch>
3837                   <verstretch>0</verstretch>
3838                  </sizepolicy>
3839                 </property>
3840                 <property name="toolTip">
3841                  <string>CHD input file (--input)</string>
3842                 </property>
3843                 <property name="placeholderText">
3844                  <string>CHD input file (required)</string>
3845                 </property>
3846                </widget>
3847               </item>
3848               <item row="1" column="0">
3849                <widget class="QLabel" name="labelDelMetaTag">
3850                 <property name="text">
3851                  <string>Tag (required)</string>
3852                 </property>
3853                </widget>
3854               </item>
3855               <item row="1" column="3">
3856                <widget class="QSpinBox" name="spinBoxDelMetaIndex">
3857                 <property name="sizePolicy">
3858                  <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
3859                   <horstretch>0</horstretch>
3860                   <verstretch>0</verstretch>
3861                  </sizepolicy>
3862                 </property>
3863                 <property name="toolTip">
3864                  <string>Indexed instance of this meta-data tag (--index)</string>
3865                 </property>
3866                 <property name="minimum">
3867                  <number>0</number>
3868                 </property>
3869                 <property name="maximum">
3870                  <number>999999999</number>
3871                 </property>
3872                 <property name="value">
3873                  <number>0</number>
3874                 </property>
3875                </widget>
3876               </item>
3877               <item row="0" column="4">
3878                <widget class="QToolButton" name="toolButtonBrowseDelMetaInputFile">
3879                 <property name="sizePolicy">
3880                  <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
3881                   <horstretch>0</horstretch>
3882                   <verstretch>0</verstretch>
3883                  </sizepolicy>
3884                 </property>
3885                 <property name="icon">
3886                  <iconset resource="qchdman.qrc">
3887                   <normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
3888                 </property>
3889                </widget>
3890               </item>
3891               <item row="1" column="2">
3892                <widget class="QLabel" name="labelDelMetaIndex">
3893                 <property name="text">
3894                  <string>Index</string>
3895                 </property>
3896                </widget>
3897               </item>
3898               <item row="1" column="1">
3899                <widget class="QLineEdit" name="lineEditDelMetaTag">
3900                 <property name="sizePolicy">
3901                  <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
3902                   <horstretch>0</horstretch>
3903                   <verstretch>0</verstretch>
3904                  </sizepolicy>
3905                 </property>
3906                 <property name="toolTip">
3907                  <string>4-character tag for meta-data (--tag)</string>
3908                 </property>
3909                 <property name="maxLength">
3910                  <number>4</number>
3911                 </property>
3912                </widget>
3913               </item>
3914              </layout>
3915             </widget>
3916            </item>
3917            <item row="1" column="0">
3918             <widget class="QLabel" name="labelDelMetaHelp">
3919              <property name="text">
3920               <string>&lt;p&gt;
3921&lt;b&gt;CHDMAN DelMeta&lt;/b&gt;
3922&lt;/p&gt;
3923Remove meta-data from a CHD.
3924&lt;p&gt;
3925&lt;b&gt;Parameters&lt;/b&gt;
3926&lt;/p&gt;
3927&lt;p&gt;
3928--input, -i &amp;lt;filename&amp;gt;: input file name (required)&lt;br&gt;
3929--tag, -t &amp;lt;tag&amp;gt;: 4-character tag for meta-data (required)&lt;br&gt;
3930--index, -ix &amp;lt;index&amp;gt;: indexed instance of this meta-data tag
3931&lt;/p&gt;</string>
3932              </property>
3933              <property name="alignment">
3934               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3935              </property>
3936              <property name="wordWrap">
3937               <bool>true</bool>
3938              </property>
3939              <property name="margin">
3940               <number>8</number>
3941              </property>
3942              <property name="indent">
3943               <number>8</number>
3944              </property>
3945             </widget>
3946            </item>
3947            <item row="2" column="0">
3948             <spacer name="verticalSpacerDelMeta">
3949              <property name="orientation">
3950               <enum>Qt::Vertical</enum>
3951              </property>
3952              <property name="sizeHint" stdset="0">
3953               <size>
3954                <width>20</width>
3955                <height>364</height>
3956               </size>
3957              </property>
3958             </spacer>
3959            </item>
3960           </layout>
3961          </widget>
3962         </widget>
3963        </item>
3964       </layout>
3965      </widget>
3966     </widget>
3967     <widget class="QPlainTextEdit" name="plainTextEditProjectLog">
3968      <property name="sizePolicy">
3969       <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
3970        <horstretch>0</horstretch>
3971        <verstretch>0</verstretch>
3972       </sizepolicy>
3973      </property>
3974      <property name="toolTip">
3975       <string>Project log</string>
3976      </property>
3977      <property name="lineWrapMode">
3978       <enum>QPlainTextEdit::NoWrap</enum>
3979      </property>
3980      <property name="readOnly">
3981       <bool>true</bool>
3982      </property>
3983     </widget>
3984    </widget>
3985   </item>
3986  </layout>
3987 </widget>
3988 <tabstops>
3989  <tabstop>comboBoxProjectType</tabstop>
3990  <tabstop>toolButtonRun</tabstop>
3991  <tabstop>toolButtonStop</tabstop>
3992  <tabstop>toolButtonActions</tabstop>
3993  <tabstop>lineEditInfoInputFile</tabstop>
3994  <tabstop>toolButtonBrowseInfoInputFile</tabstop>
3995  <tabstop>checkBoxInfoVerbose</tabstop>
3996  <tabstop>lineEditVerifyInputFile</tabstop>
3997  <tabstop>toolButtonBrowseVerifyInputFile</tabstop>
3998  <tabstop>lineEditVerifyParentInputFile</tabstop>
3999  <tabstop>toolButtonBrowseVerifyParentInputFile</tabstop>
4000  <tabstop>lineEditCopyInputFile</tabstop>
4001  <tabstop>toolButtonBrowseCopyInputFile</tabstop>
4002  <tabstop>lineEditCopyOutputFile</tabstop>
4003  <tabstop>toolButtonBrowseCopyOutputFile</tabstop>
4004  <tabstop>lineEditCopyParentInputFile</tabstop>
4005  <tabstop>toolButtonBrowseCopyParentInputFile</tabstop>
4006  <tabstop>lineEditCopyParentOutputFile</tabstop>
4007  <tabstop>toolButtonBrowseCopyParentOutputFile</tabstop>
4008  <tabstop>checkBoxCopyForce</tabstop>
4009  <tabstop>spinBoxCopyProcessors</tabstop>
4010  <tabstop>spinBoxCopyInputStartByte</tabstop>
4011  <tabstop>spinBoxCopyInputStartHunk</tabstop>
4012  <tabstop>spinBoxCopyInputBytes</tabstop>
4013  <tabstop>spinBoxCopyInputHunks</tabstop>
4014  <tabstop>spinBoxCopyHunkSize</tabstop>
4015  <tabstop>comboBoxCopyCompression</tabstop>
4016  <tabstop>lineEditCreateRawInputFile</tabstop>
4017  <tabstop>toolButtonBrowseCreateRawInputFile</tabstop>
4018  <tabstop>lineEditCreateRawOutputFile</tabstop>
4019  <tabstop>toolButtonBrowseCreateRawOutputFile</tabstop>
4020  <tabstop>lineEditCreateRawParentOutputFile</tabstop>
4021  <tabstop>toolButtonBrowseCreateRawParentOutputFile</tabstop>
4022  <tabstop>checkBoxCreateRawForce</tabstop>
4023  <tabstop>spinBoxCreateRawProcessors</tabstop>
4024  <tabstop>spinBoxCreateRawInputStartByte</tabstop>
4025  <tabstop>spinBoxCreateRawInputStartHunk</tabstop>
4026  <tabstop>spinBoxCreateRawInputBytes</tabstop>
4027  <tabstop>spinBoxCreateRawInputHunks</tabstop>
4028  <tabstop>spinBoxCreateRawHunkSize</tabstop>
4029  <tabstop>spinBoxCreateRawUnitSize</tabstop>
4030  <tabstop>comboBoxCreateRawCompression</tabstop>
4031  <tabstop>lineEditCreateHDInputFile</tabstop>
4032  <tabstop>toolButtonBrowseCreateHDInputFile</tabstop>
4033  <tabstop>lineEditCreateHDOutputFile</tabstop>
4034  <tabstop>toolButtonBrowseCreateHDOutputFile</tabstop>
4035  <tabstop>lineEditCreateHDParentOutputFile</tabstop>
4036  <tabstop>toolButtonBrowseCreateHDParentOutputFile</tabstop>
4037  <tabstop>lineEditCreateHDIdentFile</tabstop>
4038  <tabstop>toolButtonBrowseCreateHDIdentFile</tabstop>
4039  <tabstop>checkBoxCreateHDForce</tabstop>
4040  <tabstop>spinBoxCreateHDProcessors</tabstop>
4041  <tabstop>spinBoxCreateHDInputStartByte</tabstop>
4042  <tabstop>spinBoxCreateHDInputStartHunk</tabstop>
4043  <tabstop>spinBoxCreateHDInputBytes</tabstop>
4044  <tabstop>spinBoxCreateHDInputHunks</tabstop>
4045  <tabstop>spinBoxCreateHDHunkSize</tabstop>
4046  <tabstop>spinBoxCreateHDCylinders</tabstop>
4047  <tabstop>spinBoxCreateHDHeads</tabstop>
4048  <tabstop>spinBoxCreateHDSectors</tabstop>
4049  <tabstop>spinBoxCreateHDSectorSize</tabstop>
4050  <tabstop>comboBoxCreateHDCompression</tabstop>
4051  <tabstop>comboBoxCreateHDFromTemplate</tabstop>
4052  <tabstop>lineEditCreateCDInputFile</tabstop>
4053  <tabstop>toolButtonBrowseCreateCDInputFile</tabstop>
4054  <tabstop>lineEditCreateCDOutputFile</tabstop>
4055  <tabstop>toolButtonBrowseCreateCDOutputFile</tabstop>
4056  <tabstop>lineEditCreateCDParentOutputFile</tabstop>
4057  <tabstop>toolButtonBrowseCreateCDParentOutputFile</tabstop>
4058  <tabstop>checkBoxCreateCDForce</tabstop>
4059  <tabstop>spinBoxCreateCDProcessors</tabstop>
4060  <tabstop>spinBoxCreateCDHunkSize</tabstop>
4061  <tabstop>comboBoxCreateCDCompression</tabstop>
4062  <tabstop>lineEditCreateLDInputFile</tabstop>
4063  <tabstop>toolButtonBrowseCreateLDInputFile</tabstop>
4064  <tabstop>lineEditCreateLDOutputFile</tabstop>
4065  <tabstop>toolButtonBrowseCreateLDOutputFile</tabstop>
4066  <tabstop>lineEditCreateLDParentOutputFile</tabstop>
4067  <tabstop>toolButtonBrowseCreateLDParentOutputFile</tabstop>
4068  <tabstop>checkBoxCreateLDForce</tabstop>
4069  <tabstop>spinBoxCreateLDProcessors</tabstop>
4070  <tabstop>spinBoxCreateLDInputStartFrame</tabstop>
4071  <tabstop>spinBoxCreateLDInputFrames</tabstop>
4072  <tabstop>spinBoxCreateLDHunkSize</tabstop>
4073  <tabstop>comboBoxCreateLDCompression</tabstop>
4074  <tabstop>lineEditExtractRawInputFile</tabstop>
4075  <tabstop>toolButtonBrowseExtractRawInputFile</tabstop>
4076  <tabstop>lineEditExtractRawOutputFile</tabstop>
4077  <tabstop>toolButtonBrowseExtractRawOutputFile</tabstop>
4078  <tabstop>lineEditExtractRawParentInputFile</tabstop>
4079  <tabstop>toolButtonBrowseExtractRawParentInputFile</tabstop>
4080  <tabstop>checkBoxExtractRawForce</tabstop>
4081  <tabstop>spinBoxExtractRawInputStartByte</tabstop>
4082  <tabstop>spinBoxExtractRawInputStartHunk</tabstop>
4083  <tabstop>spinBoxExtractRawInputBytes</tabstop>
4084  <tabstop>spinBoxExtractRawInputHunks</tabstop>
4085  <tabstop>lineEditExtractHDInputFile</tabstop>
4086  <tabstop>toolButtonBrowseExtractHDInputFile</tabstop>
4087  <tabstop>lineEditExtractHDOutputFile</tabstop>
4088  <tabstop>toolButtonBrowseExtractHDOutputFile</tabstop>
4089  <tabstop>lineEditExtractHDParentInputFile</tabstop>
4090  <tabstop>toolButtonBrowseExtractHDParentInputFile</tabstop>
4091  <tabstop>checkBoxExtractHDForce</tabstop>
4092  <tabstop>spinBoxExtractHDInputStartByte</tabstop>
4093  <tabstop>spinBoxExtractHDInputStartHunk</tabstop>
4094  <tabstop>spinBoxExtractHDInputBytes</tabstop>
4095  <tabstop>spinBoxExtractHDInputHunks</tabstop>
4096  <tabstop>lineEditExtractCDInputFile</tabstop>
4097  <tabstop>toolButtonBrowseExtractCDInputFile</tabstop>
4098  <tabstop>lineEditExtractCDParentInputFile</tabstop>
4099  <tabstop>toolButtonBrowseExtractCDParentInputFile</tabstop>
4100  <tabstop>lineEditExtractCDOutputFile</tabstop>
4101  <tabstop>toolButtonBrowseExtractCDOutputFile</tabstop>
4102  <tabstop>lineEditExtractCDOutputBinFile</tabstop>
4103  <tabstop>toolButtonBrowseExtractCDOutputBinFile</tabstop>
4104  <tabstop>checkBoxExtractCDForce</tabstop>
4105  <tabstop>lineEditExtractLDInputFile</tabstop>
4106  <tabstop>toolButtonBrowseExtractLDInputFile</tabstop>
4107  <tabstop>lineEditExtractLDOutputFile</tabstop>
4108  <tabstop>toolButtonBrowseExtractLDOutputFile</tabstop>
4109  <tabstop>lineEditExtractLDParentInputFile</tabstop>
4110  <tabstop>toolButtonBrowseExtractLDParentInputFile</tabstop>
4111  <tabstop>checkBoxExtractLDForce</tabstop>
4112  <tabstop>spinBoxExtractLDInputStartFrame</tabstop>
4113  <tabstop>spinBoxExtractLDInputFrames</tabstop>
4114  <tabstop>lineEditDumpMetaInputFile</tabstop>
4115  <tabstop>toolButtonBrowseDumpMetaInputFile</tabstop>
4116  <tabstop>lineEditDumpMetaOutputFile</tabstop>
4117  <tabstop>toolButtonBrowseDumpMetaOutputFile</tabstop>
4118  <tabstop>checkBoxDumpMetaForce</tabstop>
4119  <tabstop>lineEditDumpMetaTag</tabstop>
4120  <tabstop>spinBoxDumpMetaIndex</tabstop>
4121  <tabstop>lineEditAddMetaInputFile</tabstop>
4122  <tabstop>toolButtonBrowseAddMetaInputFile</tabstop>
4123  <tabstop>lineEditAddMetaValueFile</tabstop>
4124  <tabstop>toolButtonBrowseAddMetaValueFile</tabstop>
4125  <tabstop>lineEditAddMetaValueText</tabstop>
4126  <tabstop>lineEditAddMetaTag</tabstop>
4127  <tabstop>spinBoxAddMetaIndex</tabstop>
4128  <tabstop>lineEditDelMetaInputFile</tabstop>
4129  <tabstop>toolButtonBrowseDelMetaInputFile</tabstop>
4130  <tabstop>lineEditDelMetaTag</tabstop>
4131  <tabstop>spinBoxDelMetaIndex</tabstop>
4132  <tabstop>plainTextEditProjectLog</tabstop>
4133  <tabstop>scrollArea</tabstop>
4134 </tabstops>
4135 <resources>
4136  <include location="qchdman.qrc"/>
4137 </resources>
4138 <connections>
4139  <connection>
4140   <sender>comboBoxProjectType</sender>
4141   <signal>currentIndexChanged(int)</signal>
4142   <receiver>stackedWidgetProjectDetails</receiver>
4143   <slot>setCurrentIndex(int)</slot>
4144   <hints>
4145    <hint type="sourcelabel">
4146     <x>187</x>
4147     <y>12</y>
4148    </hint>
4149    <hint type="destinationlabel">
4150     <x>248</x>
4151     <y>126</y>
4152    </hint>
4153   </hints>
4154  </connection>
4155 </connections>
4156</ui>
4157