OSDN Git Service

Ver0.07
[gefu/Gefu.git] / preferencedialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PreferenceDialog</class>
4  <widget class="QDialog" name="PreferenceDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>631</width>
10     <height>527</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Dialog</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_7">
23    <item>
24     <widget class="QTabWidget" name="tabWidget">
25      <property name="focusPolicy">
26       <enum>Qt::StrongFocus</enum>
27      </property>
28      <property name="currentIndex">
29       <number>2</number>
30      </property>
31      <widget class="QWidget" name="tabBoot_Exit">
32       <attribute name="title">
33        <string>起動と終了</string>
34       </attribute>
35       <layout class="QVBoxLayout" name="verticalLayout">
36        <item>
37         <widget class="QCheckBox" name="confirmExit">
38          <property name="focusPolicy">
39           <enum>Qt::StrongFocus</enum>
40          </property>
41          <property name="text">
42           <string>終了時に確認ダイアログを表示する</string>
43          </property>
44         </widget>
45        </item>
46        <item>
47         <widget class="QCheckBox" name="bootSize">
48          <property name="focusPolicy">
49           <enum>Qt::StrongFocus</enum>
50          </property>
51          <property name="text">
52           <string>起動時のウィンドウサイズを指定する</string>
53          </property>
54         </widget>
55        </item>
56        <item>
57         <layout class="QHBoxLayout" name="horizontalLayout_3">
58          <property name="spacing">
59           <number>6</number>
60          </property>
61          <property name="sizeConstraint">
62           <enum>QLayout::SetFixedSize</enum>
63          </property>
64          <item>
65           <spacer name="horizontalSpacer">
66            <property name="orientation">
67             <enum>Qt::Horizontal</enum>
68            </property>
69            <property name="sizeType">
70             <enum>QSizePolicy::Fixed</enum>
71            </property>
72            <property name="sizeHint" stdset="0">
73             <size>
74              <width>40</width>
75              <height>20</height>
76             </size>
77            </property>
78           </spacer>
79          </item>
80          <item>
81           <widget class="QRadioButton" name="sizeAbsolute">
82            <property name="focusPolicy">
83             <enum>Qt::StrongFocus</enum>
84            </property>
85            <property name="text">
86             <string>絶対指定</string>
87            </property>
88            <attribute name="buttonGroup">
89             <string notr="true">sizeOptions</string>
90            </attribute>
91           </widget>
92          </item>
93          <item>
94           <layout class="QHBoxLayout" name="horizontalLayout_2">
95            <item>
96             <widget class="QLabel" name="label_3">
97              <property name="text">
98               <string>幅</string>
99              </property>
100             </widget>
101            </item>
102            <item>
103             <widget class="QSpinBox" name="absoluteWidth">
104              <property name="maximum">
105               <number>9999</number>
106              </property>
107             </widget>
108            </item>
109            <item>
110             <widget class="QLabel" name="label_2">
111              <property name="text">
112               <string>px</string>
113              </property>
114             </widget>
115            </item>
116           </layout>
117          </item>
118          <item>
119           <layout class="QHBoxLayout" name="horizontalLayout">
120            <item>
121             <widget class="QLabel" name="label_4">
122              <property name="text">
123               <string>高さ</string>
124              </property>
125             </widget>
126            </item>
127            <item>
128             <widget class="QSpinBox" name="absoluteHeight">
129              <property name="maximum">
130               <number>9999</number>
131              </property>
132             </widget>
133            </item>
134            <item>
135             <widget class="QLabel" name="label">
136              <property name="text">
137               <string>px</string>
138              </property>
139             </widget>
140            </item>
141            <item>
142             <spacer name="horizontalSpacer_10">
143              <property name="orientation">
144               <enum>Qt::Horizontal</enum>
145              </property>
146              <property name="sizeHint" stdset="0">
147               <size>
148                <width>40</width>
149                <height>20</height>
150               </size>
151              </property>
152             </spacer>
153            </item>
154           </layout>
155          </item>
156         </layout>
157        </item>
158        <item>
159         <layout class="QHBoxLayout" name="horizontalLayout_6">
160          <property name="sizeConstraint">
161           <enum>QLayout::SetMinimumSize</enum>
162          </property>
163          <item>
164           <spacer name="horizontalSpacer_2">
165            <property name="orientation">
166             <enum>Qt::Horizontal</enum>
167            </property>
168            <property name="sizeType">
169             <enum>QSizePolicy::Fixed</enum>
170            </property>
171            <property name="sizeHint" stdset="0">
172             <size>
173              <width>40</width>
174              <height>20</height>
175             </size>
176            </property>
177           </spacer>
178          </item>
179          <item>
180           <widget class="QRadioButton" name="sizeRelative">
181            <property name="focusPolicy">
182             <enum>Qt::StrongFocus</enum>
183            </property>
184            <property name="text">
185             <string>相対指定</string>
186            </property>
187            <attribute name="buttonGroup">
188             <string notr="true">sizeOptions</string>
189            </attribute>
190           </widget>
191          </item>
192          <item>
193           <layout class="QHBoxLayout" name="horizontalLayout_4">
194            <item>
195             <widget class="QLabel" name="label_5">
196              <property name="text">
197               <string>幅</string>
198              </property>
199             </widget>
200            </item>
201            <item>
202             <widget class="QSpinBox" name="relativeWidth">
203              <property name="maximum">
204               <number>100</number>
205              </property>
206             </widget>
207            </item>
208            <item>
209             <widget class="QLabel" name="label_6">
210              <property name="text">
211               <string>%</string>
212              </property>
213             </widget>
214            </item>
215           </layout>
216          </item>
217          <item>
218           <layout class="QHBoxLayout" name="horizontalLayout_5">
219            <item>
220             <widget class="QLabel" name="label_7">
221              <property name="text">
222               <string>高さ</string>
223              </property>
224             </widget>
225            </item>
226            <item>
227             <widget class="QSpinBox" name="relativeHeight">
228              <property name="maximum">
229               <number>100</number>
230              </property>
231             </widget>
232            </item>
233            <item>
234             <widget class="QLabel" name="label_8">
235              <property name="text">
236               <string>%</string>
237              </property>
238             </widget>
239            </item>
240           </layout>
241          </item>
242          <item>
243           <spacer name="horizontalSpacer_8">
244            <property name="orientation">
245             <enum>Qt::Horizontal</enum>
246            </property>
247            <property name="sizeHint" stdset="0">
248             <size>
249              <width>40</width>
250              <height>20</height>
251             </size>
252            </property>
253           </spacer>
254          </item>
255         </layout>
256        </item>
257        <item>
258         <layout class="QHBoxLayout" name="horizontalLayout_7">
259          <property name="sizeConstraint">
260           <enum>QLayout::SetMinimumSize</enum>
261          </property>
262          <item>
263           <spacer name="horizontalSpacer_3">
264            <property name="orientation">
265             <enum>Qt::Horizontal</enum>
266            </property>
267            <property name="sizeType">
268             <enum>QSizePolicy::Fixed</enum>
269            </property>
270            <property name="sizeHint" stdset="0">
271             <size>
272              <width>40</width>
273              <height>20</height>
274             </size>
275            </property>
276           </spacer>
277          </item>
278          <item>
279           <widget class="QRadioButton" name="sizeLast">
280            <property name="focusPolicy">
281             <enum>Qt::StrongFocus</enum>
282            </property>
283            <property name="text">
284             <string>前回終了時のサイズ</string>
285            </property>
286            <attribute name="buttonGroup">
287             <string notr="true">sizeOptions</string>
288            </attribute>
289           </widget>
290          </item>
291         </layout>
292        </item>
293        <item>
294         <widget class="QCheckBox" name="bootPos">
295          <property name="focusPolicy">
296           <enum>Qt::StrongFocus</enum>
297          </property>
298          <property name="text">
299           <string>起動時のウィンドウ位置を指定する</string>
300          </property>
301         </widget>
302        </item>
303        <item>
304         <layout class="QHBoxLayout" name="horizontalLayout_12">
305          <property name="spacing">
306           <number>6</number>
307          </property>
308          <property name="sizeConstraint">
309           <enum>QLayout::SetFixedSize</enum>
310          </property>
311          <item>
312           <spacer name="horizontalSpacer_6">
313            <property name="orientation">
314             <enum>Qt::Horizontal</enum>
315            </property>
316            <property name="sizeType">
317             <enum>QSizePolicy::Fixed</enum>
318            </property>
319            <property name="sizeHint" stdset="0">
320             <size>
321              <width>40</width>
322              <height>20</height>
323             </size>
324            </property>
325           </spacer>
326          </item>
327          <item>
328           <widget class="QRadioButton" name="posAbsolute">
329            <property name="focusPolicy">
330             <enum>Qt::StrongFocus</enum>
331            </property>
332            <property name="text">
333             <string>絶対指定</string>
334            </property>
335            <attribute name="buttonGroup">
336             <string notr="true">posOptions</string>
337            </attribute>
338           </widget>
339          </item>
340          <item>
341           <layout class="QHBoxLayout" name="horizontalLayout_13">
342            <item>
343             <widget class="QLabel" name="label_13">
344              <property name="text">
345               <string>X</string>
346              </property>
347             </widget>
348            </item>
349            <item>
350             <widget class="QSpinBox" name="absoluteLeft">
351              <property name="maximum">
352               <number>9999</number>
353              </property>
354             </widget>
355            </item>
356            <item>
357             <widget class="QLabel" name="label_14">
358              <property name="text">
359               <string>px</string>
360              </property>
361             </widget>
362            </item>
363           </layout>
364          </item>
365          <item>
366           <layout class="QHBoxLayout" name="horizontalLayout_14">
367            <item>
368             <widget class="QLabel" name="label_15">
369              <property name="text">
370               <string>Y</string>
371              </property>
372             </widget>
373            </item>
374            <item>
375             <widget class="QSpinBox" name="absoluteTop">
376              <property name="maximum">
377               <number>9999</number>
378              </property>
379             </widget>
380            </item>
381            <item>
382             <widget class="QLabel" name="label_16">
383              <property name="text">
384               <string>px</string>
385              </property>
386             </widget>
387            </item>
388            <item>
389             <spacer name="horizontalSpacer_11">
390              <property name="orientation">
391               <enum>Qt::Horizontal</enum>
392              </property>
393              <property name="sizeHint" stdset="0">
394               <size>
395                <width>40</width>
396                <height>20</height>
397               </size>
398              </property>
399             </spacer>
400            </item>
401           </layout>
402          </item>
403         </layout>
404        </item>
405        <item>
406         <layout class="QHBoxLayout" name="horizontalLayout_9">
407          <property name="sizeConstraint">
408           <enum>QLayout::SetMinimumSize</enum>
409          </property>
410          <item>
411           <spacer name="horizontalSpacer_5">
412            <property name="orientation">
413             <enum>Qt::Horizontal</enum>
414            </property>
415            <property name="sizeType">
416             <enum>QSizePolicy::Fixed</enum>
417            </property>
418            <property name="sizeHint" stdset="0">
419             <size>
420              <width>40</width>
421              <height>20</height>
422             </size>
423            </property>
424           </spacer>
425          </item>
426          <item>
427           <widget class="QRadioButton" name="posRelative">
428            <property name="focusPolicy">
429             <enum>Qt::StrongFocus</enum>
430            </property>
431            <property name="text">
432             <string>相対指定</string>
433            </property>
434            <attribute name="buttonGroup">
435             <string notr="true">posOptions</string>
436            </attribute>
437           </widget>
438          </item>
439          <item>
440           <layout class="QHBoxLayout" name="horizontalLayout_10">
441            <item>
442             <widget class="QLabel" name="label_9">
443              <property name="text">
444               <string>X</string>
445              </property>
446             </widget>
447            </item>
448            <item>
449             <widget class="QSpinBox" name="relativeLeft">
450              <property name="maximum">
451               <number>100</number>
452              </property>
453             </widget>
454            </item>
455            <item>
456             <widget class="QLabel" name="label_10">
457              <property name="text">
458               <string>%</string>
459              </property>
460             </widget>
461            </item>
462           </layout>
463          </item>
464          <item>
465           <layout class="QHBoxLayout" name="horizontalLayout_11">
466            <item>
467             <widget class="QLabel" name="label_11">
468              <property name="text">
469               <string>Y</string>
470              </property>
471             </widget>
472            </item>
473            <item>
474             <widget class="QSpinBox" name="relativeTop">
475              <property name="maximum">
476               <number>100</number>
477              </property>
478             </widget>
479            </item>
480            <item>
481             <widget class="QLabel" name="label_12">
482              <property name="text">
483               <string>%</string>
484              </property>
485             </widget>
486            </item>
487           </layout>
488          </item>
489          <item>
490           <spacer name="horizontalSpacer_9">
491            <property name="orientation">
492             <enum>Qt::Horizontal</enum>
493            </property>
494            <property name="sizeHint" stdset="0">
495             <size>
496              <width>40</width>
497              <height>20</height>
498             </size>
499            </property>
500           </spacer>
501          </item>
502         </layout>
503        </item>
504        <item>
505         <layout class="QHBoxLayout" name="horizontalLayout_15">
506          <property name="sizeConstraint">
507           <enum>QLayout::SetMinimumSize</enum>
508          </property>
509          <item>
510           <spacer name="horizontalSpacer_7">
511            <property name="orientation">
512             <enum>Qt::Horizontal</enum>
513            </property>
514            <property name="sizeType">
515             <enum>QSizePolicy::Fixed</enum>
516            </property>
517            <property name="sizeHint" stdset="0">
518             <size>
519              <width>40</width>
520              <height>20</height>
521             </size>
522            </property>
523           </spacer>
524          </item>
525          <item>
526           <widget class="QRadioButton" name="posCenter">
527            <property name="focusPolicy">
528             <enum>Qt::StrongFocus</enum>
529            </property>
530            <property name="text">
531             <string>画面中央</string>
532            </property>
533            <attribute name="buttonGroup">
534             <string notr="true">posOptions</string>
535            </attribute>
536           </widget>
537          </item>
538         </layout>
539        </item>
540        <item>
541         <layout class="QHBoxLayout" name="horizontalLayout_8">
542          <property name="sizeConstraint">
543           <enum>QLayout::SetMinimumSize</enum>
544          </property>
545          <item>
546           <spacer name="horizontalSpacer_4">
547            <property name="orientation">
548             <enum>Qt::Horizontal</enum>
549            </property>
550            <property name="sizeType">
551             <enum>QSizePolicy::Fixed</enum>
552            </property>
553            <property name="sizeHint" stdset="0">
554             <size>
555              <width>40</width>
556              <height>20</height>
557             </size>
558            </property>
559           </spacer>
560          </item>
561          <item>
562           <widget class="QRadioButton" name="posLast">
563            <property name="focusPolicy">
564             <enum>Qt::StrongFocus</enum>
565            </property>
566            <property name="text">
567             <string>前回終了時の位置</string>
568            </property>
569            <attribute name="buttonGroup">
570             <string notr="true">posOptions</string>
571            </attribute>
572           </widget>
573          </item>
574         </layout>
575        </item>
576        <item>
577         <widget class="QCheckBox" name="resetOnBoot">
578          <property name="focusPolicy">
579           <enum>Qt::StrongFocus</enum>
580          </property>
581          <property name="text">
582           <string>次回起動時に設定ファイルをクリアする</string>
583          </property>
584         </widget>
585        </item>
586        <item>
587         <spacer name="verticalSpacer">
588          <property name="orientation">
589           <enum>Qt::Vertical</enum>
590          </property>
591          <property name="sizeHint" stdset="0">
592           <size>
593            <width>20</width>
594            <height>1</height>
595           </size>
596          </property>
597         </spacer>
598        </item>
599       </layout>
600      </widget>
601      <widget class="QWidget" name="tabAppearance">
602       <attribute name="title">
603        <string>色とフォント</string>
604       </attribute>
605       <layout class="QVBoxLayout" name="verticalLayout_6">
606        <item>
607         <widget class="QGroupBox" name="groupBox">
608          <property name="title">
609           <string>アドレスボックス</string>
610          </property>
611          <layout class="QVBoxLayout" name="verticalLayout_2">
612           <item>
613            <layout class="QHBoxLayout" name="horizontalLayout_16">
614             <item>
615              <widget class="QLabel" name="label_17">
616               <property name="text">
617                <string>フォント</string>
618               </property>
619              </widget>
620             </item>
621             <item>
622              <widget class="QFontComboBox" name="boxFont">
623               <property name="editable">
624                <bool>true</bool>
625               </property>
626              </widget>
627             </item>
628             <item>
629              <widget class="QSpinBox" name="boxFontSize">
630               <property name="minimum">
631                <number>1</number>
632               </property>
633              </widget>
634             </item>
635             <item>
636              <widget class="QLabel" name="label_18">
637               <property name="text">
638                <string>pt</string>
639               </property>
640              </widget>
641             </item>
642             <item>
643              <widget class="QCheckBox" name="boxFontBold">
644               <property name="focusPolicy">
645                <enum>Qt::StrongFocus</enum>
646               </property>
647               <property name="text">
648                <string>太字</string>
649               </property>
650              </widget>
651             </item>
652             <item>
653              <spacer name="horizontalSpacer_13">
654               <property name="orientation">
655                <enum>Qt::Horizontal</enum>
656               </property>
657               <property name="sizeHint" stdset="0">
658                <size>
659                 <width>40</width>
660                 <height>20</height>
661                </size>
662               </property>
663              </spacer>
664             </item>
665            </layout>
666           </item>
667           <item>
668            <layout class="QHBoxLayout" name="horizontalLayout_17">
669             <item>
670              <widget class="QPushButton" name="boxClrFg">
671               <property name="sizePolicy">
672                <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
673                 <horstretch>0</horstretch>
674                 <verstretch>0</verstretch>
675                </sizepolicy>
676               </property>
677               <property name="focusPolicy">
678                <enum>Qt::StrongFocus</enum>
679               </property>
680               <property name="text">
681                <string>文字色</string>
682               </property>
683              </widget>
684             </item>
685             <item>
686              <widget class="QPushButton" name="boxClrBg">
687               <property name="focusPolicy">
688                <enum>Qt::StrongFocus</enum>
689               </property>
690               <property name="text">
691                <string>背景色</string>
692               </property>
693              </widget>
694             </item>
695             <item>
696              <widget class="QLineEdit" name="sampleEdit">
697               <property name="text">
698                <string>サンプルテキスト</string>
699               </property>
700              </widget>
701             </item>
702            </layout>
703           </item>
704          </layout>
705         </widget>
706        </item>
707        <item>
708         <widget class="QGroupBox" name="groupBox_2">
709          <property name="title">
710           <string>ファイルビュー</string>
711          </property>
712          <layout class="QVBoxLayout" name="verticalLayout_5">
713           <item>
714            <layout class="QHBoxLayout" name="horizontalLayout_21">
715             <item>
716              <widget class="QLabel" name="label_23">
717               <property name="text">
718                <string>フォント</string>
719               </property>
720              </widget>
721             </item>
722             <item>
723              <widget class="QFontComboBox" name="viewFont"/>
724             </item>
725             <item>
726              <widget class="QSpinBox" name="viewFontSize">
727               <property name="minimum">
728                <number>1</number>
729               </property>
730              </widget>
731             </item>
732             <item>
733              <widget class="QLabel" name="label_24">
734               <property name="text">
735                <string>pt</string>
736               </property>
737              </widget>
738             </item>
739             <item>
740              <widget class="QCheckBox" name="viewFontBold">
741               <property name="focusPolicy">
742                <enum>Qt::StrongFocus</enum>
743               </property>
744               <property name="text">
745                <string>太字</string>
746               </property>
747              </widget>
748             </item>
749             <item>
750              <spacer name="horizontalSpacer_12">
751               <property name="orientation">
752                <enum>Qt::Horizontal</enum>
753               </property>
754               <property name="sizeHint" stdset="0">
755                <size>
756                 <width>40</width>
757                 <height>20</height>
758                </size>
759               </property>
760              </spacer>
761             </item>
762            </layout>
763           </item>
764           <item>
765            <layout class="QHBoxLayout" name="horizontalLayout_23">
766             <item>
767              <layout class="QHBoxLayout" name="horizontalLayout_22">
768               <item>
769                <layout class="QVBoxLayout" name="verticalLayout_4">
770                 <item>
771                  <widget class="QGroupBox" name="groupBox_3">
772                   <property name="title">
773                    <string>文字色</string>
774                   </property>
775                   <layout class="QVBoxLayout" name="verticalLayout_3">
776                    <item>
777                     <layout class="QHBoxLayout" name="horizontalLayout_19">
778                      <item>
779                       <widget class="QPushButton" name="clrFgNormal">
780                        <property name="focusPolicy">
781                         <enum>Qt::StrongFocus</enum>
782                        </property>
783                        <property name="text">
784                         <string>通常</string>
785                        </property>
786                       </widget>
787                      </item>
788                      <item>
789                       <widget class="QPushButton" name="clrFgMark">
790                        <property name="focusPolicy">
791                         <enum>Qt::StrongFocus</enum>
792                        </property>
793                        <property name="text">
794                         <string>マーク</string>
795                        </property>
796                       </widget>
797                      </item>
798                     </layout>
799                    </item>
800                    <item>
801                     <layout class="QHBoxLayout" name="horizontalLayout_20">
802                      <item>
803                       <widget class="QPushButton" name="clrFgSystem">
804                        <property name="focusPolicy">
805                         <enum>Qt::StrongFocus</enum>
806                        </property>
807                        <property name="text">
808                         <string>システム</string>
809                        </property>
810                       </widget>
811                      </item>
812                      <item>
813                       <widget class="QPushButton" name="clrFgHidden">
814                        <property name="focusPolicy">
815                         <enum>Qt::StrongFocus</enum>
816                        </property>
817                        <property name="text">
818                         <string>隠し属性</string>
819                        </property>
820                       </widget>
821                      </item>
822                      <item>
823                       <widget class="QPushButton" name="clrFgReadonly">
824                        <property name="focusPolicy">
825                         <enum>Qt::StrongFocus</enum>
826                        </property>
827                        <property name="text">
828                         <string>読取専用</string>
829                        </property>
830                       </widget>
831                      </item>
832                     </layout>
833                    </item>
834                   </layout>
835                  </widget>
836                 </item>
837                 <item>
838                  <widget class="QGroupBox" name="groupBox_4">
839                   <property name="title">
840                    <string>背景色</string>
841                   </property>
842                   <layout class="QHBoxLayout" name="horizontalLayout_18">
843                    <item>
844                     <widget class="QPushButton" name="clrBgNormal">
845                      <property name="focusPolicy">
846                       <enum>Qt::StrongFocus</enum>
847                      </property>
848                      <property name="text">
849                       <string>通常</string>
850                      </property>
851                     </widget>
852                    </item>
853                    <item>
854                     <widget class="QPushButton" name="clrBgMark">
855                      <property name="focusPolicy">
856                       <enum>Qt::StrongFocus</enum>
857                      </property>
858                      <property name="text">
859                       <string>マーク</string>
860                      </property>
861                     </widget>
862                    </item>
863                   </layout>
864                  </widget>
865                 </item>
866                </layout>
867               </item>
868              </layout>
869             </item>
870             <item>
871              <widget class="QTableView" name="sampleTable">
872               <property name="sizePolicy">
873                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
874                 <horstretch>0</horstretch>
875                 <verstretch>0</verstretch>
876                </sizepolicy>
877               </property>
878               <property name="minimumSize">
879                <size>
880                 <width>200</width>
881                 <height>0</height>
882                </size>
883               </property>
884               <property name="focusPolicy">
885                <enum>Qt::NoFocus</enum>
886               </property>
887               <attribute name="horizontalHeaderVisible">
888                <bool>false</bool>
889               </attribute>
890               <attribute name="verticalHeaderVisible">
891                <bool>false</bool>
892               </attribute>
893              </widget>
894             </item>
895            </layout>
896           </item>
897          </layout>
898         </widget>
899        </item>
900        <item>
901         <spacer name="verticalSpacer_2">
902          <property name="orientation">
903           <enum>Qt::Vertical</enum>
904          </property>
905          <property name="sizeHint" stdset="0">
906           <size>
907            <width>20</width>
908            <height>1</height>
909           </size>
910          </property>
911         </spacer>
912        </item>
913       </layout>
914      </widget>
915      <widget class="QWidget" name="tab">
916       <attribute name="title">
917        <string>ファイル操作</string>
918       </attribute>
919       <layout class="QVBoxLayout" name="verticalLayout_8">
920        <item>
921         <widget class="QGroupBox" name="groupBox_5">
922          <property name="title">
923           <string>操作の開始時、確認ダイアログを表示する</string>
924          </property>
925          <layout class="QHBoxLayout" name="horizontalLayout_24">
926           <item>
927            <widget class="QCheckBox" name="confirmCopy">
928             <property name="focusPolicy">
929              <enum>Qt::StrongFocus</enum>
930             </property>
931             <property name="text">
932              <string>コピー</string>
933             </property>
934            </widget>
935           </item>
936           <item>
937            <widget class="QCheckBox" name="confirmMove">
938             <property name="focusPolicy">
939              <enum>Qt::StrongFocus</enum>
940             </property>
941             <property name="text">
942              <string>移動</string>
943             </property>
944            </widget>
945           </item>
946           <item>
947            <widget class="QCheckBox" name="confirmDelete">
948             <property name="focusPolicy">
949              <enum>Qt::StrongFocus</enum>
950             </property>
951             <property name="text">
952              <string>削除</string>
953             </property>
954            </widget>
955           </item>
956           <item>
957            <widget class="QCheckBox" name="confirmRename">
958             <property name="focusPolicy">
959              <enum>Qt::StrongFocus</enum>
960             </property>
961             <property name="text">
962              <string>名前変更</string>
963             </property>
964            </widget>
965           </item>
966           <item>
967            <spacer name="horizontalSpacer_14">
968             <property name="orientation">
969              <enum>Qt::Horizontal</enum>
970             </property>
971             <property name="sizeHint" stdset="0">
972              <size>
973               <width>40</width>
974               <height>20</height>
975              </size>
976             </property>
977            </spacer>
978           </item>
979          </layout>
980         </widget>
981        </item>
982        <item>
983         <widget class="QGroupBox" name="groupBox_6">
984          <property name="title">
985           <string>操作の成功時、進捗ダイアログを自動で閉じる</string>
986          </property>
987          <layout class="QHBoxLayout" name="horizontalLayout_25">
988           <item>
989            <widget class="QCheckBox" name="autoCloseCopy">
990             <property name="focusPolicy">
991              <enum>Qt::StrongFocus</enum>
992             </property>
993             <property name="text">
994              <string>コピー</string>
995             </property>
996            </widget>
997           </item>
998           <item>
999            <widget class="QCheckBox" name="autoCloseMove">
1000             <property name="focusPolicy">
1001              <enum>Qt::StrongFocus</enum>
1002             </property>
1003             <property name="text">
1004              <string>移動</string>
1005             </property>
1006            </widget>
1007           </item>
1008           <item>
1009            <widget class="QCheckBox" name="autoCloseDelete">
1010             <property name="focusPolicy">
1011              <enum>Qt::StrongFocus</enum>
1012             </property>
1013             <property name="text">
1014              <string>削除</string>
1015             </property>
1016            </widget>
1017           </item>
1018           <item>
1019            <widget class="QCheckBox" name="autoCloseRename">
1020             <property name="focusPolicy">
1021              <enum>Qt::StrongFocus</enum>
1022             </property>
1023             <property name="text">
1024              <string>名前変更</string>
1025             </property>
1026            </widget>
1027           </item>
1028           <item>
1029            <spacer name="horizontalSpacer_15">
1030             <property name="orientation">
1031              <enum>Qt::Horizontal</enum>
1032             </property>
1033             <property name="sizeHint" stdset="0">
1034              <size>
1035               <width>40</width>
1036               <height>20</height>
1037              </size>
1038             </property>
1039            </spacer>
1040           </item>
1041          </layout>
1042         </widget>
1043        </item>
1044        <item>
1045         <widget class="QGroupBox" name="groupBox_7">
1046          <property name="title">
1047           <string>同名ファイル存在時の既定の動作</string>
1048          </property>
1049          <layout class="QGridLayout" name="gridLayout">
1050           <item row="0" column="0">
1051            <widget class="QRadioButton" name="owDefOverWrite">
1052             <property name="focusPolicy">
1053              <enum>Qt::StrongFocus</enum>
1054             </property>
1055             <property name="text">
1056              <string>上書き</string>
1057             </property>
1058             <attribute name="buttonGroup">
1059              <string notr="true">overwriteOptions</string>
1060             </attribute>
1061            </widget>
1062           </item>
1063           <item row="0" column="1">
1064            <widget class="QRadioButton" name="owDefIfNew">
1065             <property name="focusPolicy">
1066              <enum>Qt::StrongFocus</enum>
1067             </property>
1068             <property name="text">
1069              <string>新しければ上書き</string>
1070             </property>
1071             <attribute name="buttonGroup">
1072              <string notr="true">overwriteOptions</string>
1073             </attribute>
1074            </widget>
1075           </item>
1076           <item row="0" column="2">
1077            <widget class="QRadioButton" name="owDefSkip">
1078             <property name="focusPolicy">
1079              <enum>Qt::StrongFocus</enum>
1080             </property>
1081             <property name="text">
1082              <string>スキップ</string>
1083             </property>
1084             <attribute name="buttonGroup">
1085              <string notr="true">overwriteOptions</string>
1086             </attribute>
1087            </widget>
1088           </item>
1089           <item row="1" column="0" colspan="2">
1090            <widget class="QRadioButton" name="owDefAppendNumber">
1091             <property name="focusPolicy">
1092              <enum>Qt::StrongFocus</enum>
1093             </property>
1094             <property name="text">
1095              <string>ファイル名末尾に数字を付与</string>
1096             </property>
1097             <attribute name="buttonGroup">
1098              <string notr="true">overwriteOptions</string>
1099             </attribute>
1100            </widget>
1101           </item>
1102           <item row="1" column="2">
1103            <widget class="QRadioButton" name="owDefRename">
1104             <property name="focusPolicy">
1105              <enum>Qt::StrongFocus</enum>
1106             </property>
1107             <property name="text">
1108              <string>名前を変更</string>
1109             </property>
1110             <attribute name="buttonGroup">
1111              <string notr="true">overwriteOptions</string>
1112             </attribute>
1113            </widget>
1114           </item>
1115          </layout>
1116         </widget>
1117        </item>
1118        <item>
1119         <widget class="QCheckBox" name="moveAfterCreate">
1120          <property name="focusPolicy">
1121           <enum>Qt::StrongFocus</enum>
1122          </property>
1123          <property name="text">
1124           <string>フォルダ作成後は、そのフォルダに移動する</string>
1125          </property>
1126         </widget>
1127        </item>
1128        <item>
1129         <widget class="QCheckBox" name="openAfterCreate">
1130          <property name="focusPolicy">
1131           <enum>Qt::StrongFocus</enum>
1132          </property>
1133          <property name="text">
1134           <string>ファイル作成後は、そのファイルをエディタで開く</string>
1135          </property>
1136         </widget>
1137        </item>
1138        <item>
1139         <spacer name="verticalSpacer_3">
1140          <property name="orientation">
1141           <enum>Qt::Vertical</enum>
1142          </property>
1143          <property name="sizeHint" stdset="0">
1144           <size>
1145            <width>20</width>
1146            <height>102</height>
1147           </size>
1148          </property>
1149         </spacer>
1150        </item>
1151       </layout>
1152      </widget>
1153      <widget class="QWidget" name="tab_2">
1154       <attribute name="title">
1155        <string>パス設定</string>
1156       </attribute>
1157       <layout class="QVBoxLayout" name="verticalLayout_20">
1158        <item>
1159         <layout class="QVBoxLayout" name="verticalLayout_9">
1160          <property name="spacing">
1161           <number>0</number>
1162          </property>
1163          <item>
1164           <layout class="QHBoxLayout" name="horizontalLayout_27">
1165            <property name="spacing">
1166             <number>-1</number>
1167            </property>
1168            <item>
1169             <widget class="QLabel" name="label_19">
1170              <property name="text">
1171               <string>外部エディタ:</string>
1172              </property>
1173             </widget>
1174            </item>
1175            <item>
1176             <widget class="QLineEdit" name="editorPath"/>
1177            </item>
1178            <item>
1179             <widget class="QPushButton" name="editorBrowse">
1180              <property name="text">
1181               <string>参照</string>
1182              </property>
1183             </widget>
1184            </item>
1185           </layout>
1186          </item>
1187          <item>
1188           <layout class="QHBoxLayout" name="horizontalLayout_26">
1189            <item>
1190             <spacer name="horizontalSpacer_16">
1191              <property name="orientation">
1192               <enum>Qt::Horizontal</enum>
1193              </property>
1194              <property name="sizeHint" stdset="0">
1195               <size>
1196                <width>40</width>
1197                <height>20</height>
1198               </size>
1199              </property>
1200             </spacer>
1201            </item>
1202            <item>
1203             <widget class="QLabel" name="label_20">
1204              <property name="text">
1205               <string>オプション引数:</string>
1206              </property>
1207             </widget>
1208            </item>
1209            <item>
1210             <widget class="QLineEdit" name="editorOpt"/>
1211            </item>
1212           </layout>
1213          </item>
1214         </layout>
1215        </item>
1216        <item>
1217         <layout class="QVBoxLayout" name="verticalLayout_10">
1218          <property name="spacing">
1219           <number>0</number>
1220          </property>
1221          <item>
1222           <layout class="QHBoxLayout" name="horizontalLayout_55">
1223            <property name="spacing">
1224             <number>-1</number>
1225            </property>
1226            <item>
1227             <widget class="QLabel" name="label_45">
1228              <property name="text">
1229               <string>コマンドライン端末:</string>
1230              </property>
1231             </widget>
1232            </item>
1233            <item>
1234             <widget class="QLineEdit" name="termPath"/>
1235            </item>
1236            <item>
1237             <widget class="QPushButton" name="termBrowse">
1238              <property name="text">
1239               <string>参照</string>
1240              </property>
1241             </widget>
1242            </item>
1243           </layout>
1244          </item>
1245          <item>
1246           <layout class="QHBoxLayout" name="horizontalLayout_56">
1247            <item>
1248             <spacer name="horizontalSpacer_33">
1249              <property name="orientation">
1250               <enum>Qt::Horizontal</enum>
1251              </property>
1252              <property name="sizeHint" stdset="0">
1253               <size>
1254                <width>40</width>
1255                <height>20</height>
1256               </size>
1257              </property>
1258             </spacer>
1259            </item>
1260            <item>
1261             <widget class="QLabel" name="label_46">
1262              <property name="text">
1263               <string>オプション引数:</string>
1264              </property>
1265             </widget>
1266            </item>
1267            <item>
1268             <widget class="QLineEdit" name="termOpt"/>
1269            </item>
1270           </layout>
1271          </item>
1272         </layout>
1273        </item>
1274        <item>
1275         <widget class="QTextEdit" name="optExplain">
1276          <property name="font">
1277           <font>
1278            <family>Courier</family>
1279           </font>
1280          </property>
1281          <property name="readOnly">
1282           <bool>true</bool>
1283          </property>
1284          <property name="html">
1285           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
1286 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
1287 p, li { white-space: pre-wrap; }
1288 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Courier'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
1289 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;オプション引数に使える文字&lt;/span&gt;&lt;/p&gt;
1290 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;$B ... ファイル名から拡張子を除いた部分&lt;/span&gt;&lt;/p&gt;
1291 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;$E ... 拡張子&lt;/span&gt;&lt;/p&gt;
1292 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;$F ... ファイル名($B.$Eと同じ)&lt;/span&gt;&lt;/p&gt;
1293 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;$D ... フォルダ名&lt;/span&gt;&lt;/p&gt;
1294 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'.Lucida Grande UI';&quot;&gt;$P ... フルパス($D/$Fと同じ)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1295          </property>
1296         </widget>
1297        </item>
1298        <item>
1299         <spacer name="verticalSpacer_4">
1300          <property name="orientation">
1301           <enum>Qt::Vertical</enum>
1302          </property>
1303          <property name="sizeHint" stdset="0">
1304           <size>
1305            <width>20</width>
1306            <height>121</height>
1307           </size>
1308          </property>
1309         </spacer>
1310        </item>
1311       </layout>
1312       <zorder>verticalSpacer_4</zorder>
1313       <zorder></zorder>
1314       <zorder>optExplain</zorder>
1315      </widget>
1316     </widget>
1317    </item>
1318    <item>
1319     <widget class="QDialogButtonBox" name="buttonBox">
1320      <property name="focusPolicy">
1321       <enum>Qt::StrongFocus</enum>
1322      </property>
1323      <property name="orientation">
1324       <enum>Qt::Horizontal</enum>
1325      </property>
1326      <property name="standardButtons">
1327       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1328      </property>
1329     </widget>
1330    </item>
1331   </layout>
1332  </widget>
1333  <tabstops>
1334   <tabstop>confirmExit</tabstop>
1335   <tabstop>bootSize</tabstop>
1336   <tabstop>sizeAbsolute</tabstop>
1337   <tabstop>absoluteWidth</tabstop>
1338   <tabstop>absoluteHeight</tabstop>
1339   <tabstop>sizeRelative</tabstop>
1340   <tabstop>relativeWidth</tabstop>
1341   <tabstop>relativeHeight</tabstop>
1342   <tabstop>sizeLast</tabstop>
1343   <tabstop>bootPos</tabstop>
1344   <tabstop>posAbsolute</tabstop>
1345   <tabstop>absoluteLeft</tabstop>
1346   <tabstop>absoluteTop</tabstop>
1347   <tabstop>posRelative</tabstop>
1348   <tabstop>relativeLeft</tabstop>
1349   <tabstop>relativeTop</tabstop>
1350   <tabstop>posCenter</tabstop>
1351   <tabstop>posLast</tabstop>
1352   <tabstop>resetOnBoot</tabstop>
1353   <tabstop>boxFont</tabstop>
1354   <tabstop>boxFontSize</tabstop>
1355   <tabstop>boxFontBold</tabstop>
1356   <tabstop>boxClrFg</tabstop>
1357   <tabstop>boxClrBg</tabstop>
1358   <tabstop>sampleEdit</tabstop>
1359   <tabstop>viewFont</tabstop>
1360   <tabstop>viewFontSize</tabstop>
1361   <tabstop>viewFontBold</tabstop>
1362   <tabstop>clrFgNormal</tabstop>
1363   <tabstop>clrFgMark</tabstop>
1364   <tabstop>clrFgSystem</tabstop>
1365   <tabstop>clrFgHidden</tabstop>
1366   <tabstop>clrFgReadonly</tabstop>
1367   <tabstop>clrBgNormal</tabstop>
1368   <tabstop>clrBgMark</tabstop>
1369  </tabstops>
1370  <resources/>
1371  <connections>
1372   <connection>
1373    <sender>buttonBox</sender>
1374    <signal>accepted()</signal>
1375    <receiver>PreferenceDialog</receiver>
1376    <slot>accept()</slot>
1377    <hints>
1378     <hint type="sourcelabel">
1379      <x>248</x>
1380      <y>254</y>
1381     </hint>
1382     <hint type="destinationlabel">
1383      <x>157</x>
1384      <y>274</y>
1385     </hint>
1386    </hints>
1387   </connection>
1388   <connection>
1389    <sender>buttonBox</sender>
1390    <signal>rejected()</signal>
1391    <receiver>PreferenceDialog</receiver>
1392    <slot>reject()</slot>
1393    <hints>
1394     <hint type="sourcelabel">
1395      <x>316</x>
1396      <y>260</y>
1397     </hint>
1398     <hint type="destinationlabel">
1399      <x>286</x>
1400      <y>274</y>
1401     </hint>
1402    </hints>
1403   </connection>
1404  </connections>
1405  <buttongroups>
1406   <buttongroup name="posOptions"/>
1407   <buttongroup name="overwriteOptions"/>
1408   <buttongroup name="sizeOptions"/>
1409  </buttongroups>
1410 </ui>