]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QPrefUi.ui
Compilation Fix: Appended "Ui" to main objectName so that it is the same as the ui...
[lyx.git] / src / frontends / qt4 / ui / QPrefUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QPrefUi</class>
6  <widget class="QWidget" name="QPrefUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>416</width>
12     <height>441</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>1</hsizetype>
18     <vsizetype>1</vsizetype>
19     <horstretch>0</horstretch>
20     <verstretch>0</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="windowTitle" >
24    <string/>
25   </property>
26   <layout class="QVBoxLayout" >
27    <property name="margin" >
28     <number>11</number>
29    </property>
30    <property name="spacing" >
31     <number>6</number>
32    </property>
33    <item>
34     <layout class="QGridLayout" >
35      <property name="margin" >
36       <number>0</number>
37      </property>
38      <property name="spacing" >
39       <number>6</number>
40      </property>
41      <item row="1" column="2" >
42       <widget class="QPushButton" name="bindFilePB" >
43        <property name="text" >
44         <string>B&amp;rowse...</string>
45        </property>
46       </widget>
47      </item>
48      <item row="0" column="0" >
49       <widget class="QLabel" name="uiFileLA" >
50        <property name="text" >
51         <string>&amp;User interface file:</string>
52        </property>
53        <property name="buddy" >
54         <cstring>uiFileED</cstring>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="0" >
59       <widget class="QLabel" name="bindFileLA" >
60        <property name="text" >
61         <string>&amp;Bind file:</string>
62        </property>
63        <property name="buddy" >
64         <cstring>bindFileED</cstring>
65        </property>
66       </widget>
67      </item>
68      <item row="0" column="1" >
69       <widget class="QLineEdit" name="uiFileED" />
70      </item>
71      <item row="0" column="2" >
72       <widget class="QPushButton" name="uiFilePB" >
73        <property name="text" >
74         <string>Bro&amp;wse...</string>
75        </property>
76       </widget>
77      </item>
78      <item row="1" column="1" >
79       <widget class="QLineEdit" name="bindFileED" />
80      </item>
81     </layout>
82    </item>
83    <item>
84     <layout class="QHBoxLayout" >
85      <property name="margin" >
86       <number>0</number>
87      </property>
88      <property name="spacing" >
89       <number>6</number>
90      </property>
91      <item>
92       <layout class="QVBoxLayout" >
93        <property name="margin" >
94         <number>0</number>
95        </property>
96        <property name="spacing" >
97         <number>6</number>
98        </property>
99        <item>
100         <widget class="QGroupBox" name="documentsGB" >
101          <property name="title" >
102           <string>Documents</string>
103          </property>
104          <layout class="QVBoxLayout" >
105           <property name="margin" >
106            <number>11</number>
107           </property>
108           <property name="spacing" >
109            <number>6</number>
110           </property>
111           <item>
112            <widget class="QCheckBox" name="autoSaveCB" >
113             <property name="text" >
114              <string>B&amp;ackup documents </string>
115             </property>
116            </widget>
117           </item>
118           <item>
119            <layout class="QHBoxLayout" >
120             <property name="margin" >
121              <number>0</number>
122             </property>
123             <property name="spacing" >
124              <number>6</number>
125             </property>
126             <item>
127              <spacer>
128               <property name="orientation" >
129                <enum>Qt::Horizontal</enum>
130               </property>
131               <property name="sizeType" >
132                <enum>QSizePolicy::Fixed</enum>
133               </property>
134               <property name="sizeHint" >
135                <size>
136                 <width>21</width>
137                 <height>20</height>
138                </size>
139               </property>
140              </spacer>
141             </item>
142             <item>
143              <widget class="QLabel" name="autoSaveLA" >
144               <property name="text" >
145                <string> every</string>
146               </property>
147               <property name="buddy" >
148                <cstring>autoSaveSB</cstring>
149               </property>
150              </widget>
151             </item>
152             <item>
153              <widget class="QSpinBox" name="autoSaveSB" >
154               <property name="maximum" >
155                <number>300</number>
156               </property>
157               <property name="minimum" >
158                <number>1</number>
159               </property>
160              </widget>
161             </item>
162             <item>
163              <widget class="QLabel" name="TextLabel1" >
164               <property name="text" >
165                <string>minutes</string>
166               </property>
167              </widget>
168             </item>
169            </layout>
170           </item>
171           <item>
172            <layout class="QHBoxLayout" >
173             <property name="margin" >
174              <number>0</number>
175             </property>
176             <property name="spacing" >
177              <number>6</number>
178             </property>
179             <item>
180              <widget class="QLabel" name="lastfilesLA" >
181               <property name="text" >
182                <string>&amp;Maximum last files:</string>
183               </property>
184               <property name="buddy" >
185                <cstring>lastfilesSB</cstring>
186               </property>
187              </widget>
188             </item>
189             <item>
190              <widget class="QSpinBox" name="lastfilesSB" >
191               <property name="maximum" >
192                <number>9</number>
193               </property>
194              </widget>
195             </item>
196            </layout>
197           </item>
198          </layout>
199         </widget>
200        </item>
201        <item>
202         <widget class="QGroupBox" name="scrollGB" >
203          <property name="title" >
204           <string>Scrolling</string>
205          </property>
206          <layout class="QVBoxLayout" >
207           <property name="margin" >
208            <number>11</number>
209           </property>
210           <property name="spacing" >
211            <number>6</number>
212           </property>
213           <item>
214            <widget class="QCheckBox" name="cursorFollowsCB" >
215             <property name="text" >
216              <string>Cursor follows &amp;scrollbar</string>
217             </property>
218            </widget>
219           </item>
220          </layout>
221         </widget>
222        </item>
223       </layout>
224      </item>
225      <item>
226       <spacer>
227        <property name="orientation" >
228         <enum>Qt::Horizontal</enum>
229        </property>
230        <property name="sizeType" >
231         <enum>QSizePolicy::Expanding</enum>
232        </property>
233        <property name="sizeHint" >
234         <size>
235          <width>20</width>
236          <height>20</height>
237         </size>
238        </property>
239       </spacer>
240      </item>
241     </layout>
242    </item>
243    <item>
244     <spacer>
245      <property name="orientation" >
246       <enum>Qt::Vertical</enum>
247      </property>
248      <property name="sizeType" >
249       <enum>QSizePolicy::Expanding</enum>
250      </property>
251      <property name="sizeHint" >
252       <size>
253        <width>20</width>
254        <height>20</height>
255       </size>
256      </property>
257     </spacer>
258    </item>
259   </layout>
260  </widget>
261  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
262  <tabstops>
263   <tabstop>uiFileED</tabstop>
264   <tabstop>uiFilePB</tabstop>
265   <tabstop>bindFileED</tabstop>
266   <tabstop>bindFilePB</tabstop>
267   <tabstop>cursorFollowsCB</tabstop>
268   <tabstop>autoSaveCB</tabstop>
269   <tabstop>autoSaveSB</tabstop>
270   <tabstop>lastfilesSB</tabstop>
271  </tabstops>
272  <resources/>
273  <connections/>
274 </ui>