OSDN Git Service

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