OSDN Git Service

Move the directories
[kita/kita.git] / src / prefs / uiprefbase.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Kita::UIPrefBase</class>
4  <widget class="QWidget" name="Kita::UIPrefBase">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>646</width>
10     <height>534</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" name="verticalLayout_4">
14    <item>
15     <widget class="QCheckBox" name="kcfg_AlwaysUseTab">
16      <property name="text">
17       <string>Use new tab when opening the thread (board).</string>
18      </property>
19     </widget>
20    </item>
21    <item>
22     <layout class="QHBoxLayout">
23      <item>
24       <widget class="QLabel" name="MarkLabel">
25        <property name="text">
26         <string>Mark new thread to made:</string>
27        </property>
28        <property name="wordWrap">
29         <bool>false</bool>
30        </property>
31        <property name="buddy">
32         <cstring>kcfg_MarkTime</cstring>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <spacer name="spacer6">
38        <property name="orientation">
39         <enum>Qt::Horizontal</enum>
40        </property>
41        <property name="sizeType">
42         <enum>QSizePolicy::Expanding</enum>
43        </property>
44        <property name="sizeHint" stdset="0">
45         <size>
46          <width>20</width>
47          <height>20</height>
48         </size>
49        </property>
50       </spacer>
51      </item>
52      <item>
53       <widget class="QSpinBox" name="kcfg_MarkTime">
54        <property name="toolTip">
55         <string/>
56        </property>
57        <property name="specialValueText">
58         <string>after last access</string>
59        </property>
60        <property name="suffix">
61         <string> hour</string>
62        </property>
63        <property name="prefix">
64         <string>within </string>
65        </property>
66        <property name="minimum">
67         <number>0</number>
68        </property>
69        <property name="maximum">
70         <number>24</number>
71        </property>
72        <property name="value">
73         <number>24</number>
74        </property>
75       </widget>
76      </item>
77     </layout>
78    </item>
79    <item>
80     <widget class="QGroupBox" name="threadGroupBox">
81      <property name="title">
82       <string comment="@label:textbox">Thread</string>
83      </property>
84      <layout class="QVBoxLayout" name="verticalLayout">
85       <item>
86        <layout class="QHBoxLayout" name="_2">
87         <item>
88          <widget class="QSpinBox" name="kcfg_ShowNum">
89           <property name="wrapping">
90            <bool>true</bool>
91           </property>
92           <property name="specialValueText">
93            <string>Display all res</string>
94           </property>
95           <property name="suffix">
96            <string> res</string>
97           </property>
98           <property name="prefix">
99            <string comment="@label:spinbox Shown">Display </string>
100           </property>
101           <property name="maximum">
102            <number>1000</number>
103           </property>
104           <property name="singleStep">
105            <number>50</number>
106           </property>
107           <property name="value">
108            <number>100</number>
109           </property>
110          </widget>
111         </item>
112         <item>
113          <widget class="QLabel" name="textLabel3_2">
114           <property name="text">
115            <string>around the last read response.</string>
116           </property>
117           <property name="wordWrap">
118            <bool>false</bool>
119           </property>
120           <property name="buddy">
121            <cstring>kcfg_ShowNum</cstring>
122           </property>
123          </widget>
124         </item>
125         <item>
126          <spacer name="spacer11_2_2">
127           <property name="orientation">
128            <enum>Qt::Horizontal</enum>
129           </property>
130           <property name="sizeType">
131            <enum>QSizePolicy::Expanding</enum>
132           </property>
133           <property name="sizeHint" stdset="0">
134            <size>
135             <width>40</width>
136             <height>20</height>
137            </size>
138           </property>
139          </spacer>
140         </item>
141        </layout>
142       </item>
143       <item>
144        <widget class="QLabel" name="textLabel1">
145         <property name="text">
146          <string>this option affects from the next thread.</string>
147         </property>
148         <property name="wordWrap">
149          <bool>false</bool>
150         </property>
151        </widget>
152       </item>
153       <item>
154        <widget class="QCheckBox" name="kcfg_ShowMailAddress">
155         <property name="text">
156          <string>Show mail address in the thread.</string>
157         </property>
158        </widget>
159       </item>
160      </layout>
161     </widget>
162    </item>
163    <item>
164     <widget class="QGroupBox" name="kcfg_ListSortOrder">
165      <property name="title">
166       <string>When open the board</string>
167      </property>
168      <layout class="QVBoxLayout" name="verticalLayout_2">
169       <item>
170        <widget class="QRadioButton" name="unreadFirstRadio">
171         <property name="text">
172          <string>Show unread thread first</string>
173         </property>
174         <property name="checked">
175          <bool>true</bool>
176         </property>
177         <property name="buttonGroupId" stdset="0">
178          <number>0</number>
179         </property>
180        </widget>
181       </item>
182       <item>
183        <widget class="QRadioButton" name="numOrderRadio">
184         <property name="text">
185          <string>Show thread in numerical order</string>
186         </property>
187         <property name="buttonGroupId" stdset="0">
188          <number>1</number>
189         </property>
190        </widget>
191       </item>
192      </layout>
193     </widget>
194    </item>
195    <item>
196     <widget class="QGroupBox" name="partsGroupBox">
197      <property name="title">
198       <string>Parts</string>
199      </property>
200      <layout class="QVBoxLayout" name="verticalLayout_3">
201       <item>
202        <widget class="QCheckBox" name="kcfg_UsePart">
203         <property name="text">
204          <string>Use other Part to open external link</string>
205         </property>
206         <property name="checked">
207          <bool>true</bool>
208         </property>
209        </widget>
210       </item>
211       <item>
212        <widget class="QLabel" name="mimeListLabel">
213         <property name="toolTip">
214          <string/>
215         </property>
216         <property name="text">
217          <string>If mime type include this list (comma separated list)</string>
218         </property>
219         <property name="wordWrap">
220          <bool>false</bool>
221         </property>
222         <property name="buddy">
223          <cstring>kcfg_PartMimeList</cstring>
224         </property>
225        </widget>
226       </item>
227       <item>
228        <widget class="KLineEdit" name="kcfg_PartMimeList"/>
229       </item>
230      </layout>
231     </widget>
232    </item>
233    <item>
234     <widget class="KUrlLabel" name="editFileAssociation">
235      <property name="text">
236       <string>Edit file association...</string>
237      </property>
238     </widget>
239    </item>
240    <item>
241     <spacer name="spacer2">
242      <property name="orientation">
243       <enum>Qt::Vertical</enum>
244      </property>
245      <property name="sizeType">
246       <enum>QSizePolicy::Expanding</enum>
247      </property>
248      <property name="sizeHint" stdset="0">
249       <size>
250        <width>30</width>
251        <height>70</height>
252       </size>
253      </property>
254     </spacer>
255    </item>
256   </layout>
257  </widget>
258  <layoutdefault spacing="6" margin="11"/>
259  <customwidgets>
260   <customwidget>
261    <class>KLineEdit</class>
262    <extends>QLineEdit</extends>
263    <header>klineedit.h</header>
264   </customwidget>
265   <customwidget>
266    <class>KUrlLabel</class>
267    <extends>QLabel</extends>
268    <header>kurllabel.h</header>
269   </customwidget>
270  </customwidgets>
271  <includes>
272   <include location="local">kurllabel.h</include>
273  </includes>
274  <resources/>
275  <connections/>
276 </ui>