]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefEditUi.ui
Fix bug #7352: Statusbar of Compare dialog is wrongly placed.
[lyx.git] / src / frontends / qt4 / ui / PrefEditUi.ui
1 <ui version="4.0" >
2  <class>PrefEditUi</class>
3  <widget class="QWidget" name="PrefEditUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>384</width>
9     <height>408</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string/>
20   </property>
21   <layout class="QVBoxLayout" name="verticalLayout" >
22    <item>
23     <widget class="QGroupBox" name="scrollGB" >
24      <property name="title" >
25       <string>Editing</string>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29      </property>
30      <property name="flat" >
31       <bool>true</bool>
32      </property>
33      <layout class="QGridLayout" name="gridLayout" >
34       <item row="0" column="0" >
35        <widget class="QCheckBox" name="cursorFollowsCB" >
36         <property name="text" >
37          <string>Cursor &amp;follows scrollbar</string>
38         </property>
39        </widget>
40       </item>
41       <item row="1" column="0" >
42         <layout class="QGridLayout" name="gridLayout_4" >
43          <item row="0" column="0" >
44           <widget class="QLabel" name="label_3" >
45            <property name="text" >
46             <string>Cursor width (&amp;pixels):</string>
47            </property>
48            <property name="buddy" >
49             <cstring>cursorWidthSB</cstring>
50            </property>
51           </widget>
52          </item>
53          <item row="0" column="1" >
54           <widget class="QSpinBox" name="cursorWidthSB" >
55            <property name="minimum" >
56             <number>0</number>
57            </property>
58            <property name="maximum" >
59             <number>10</number>
60            </property>
61            <property name="singleStep" >
62             <number>1</number>
63            </property>
64            <property name="value" >
65             <number>1</number>
66            </property>
67           </widget>
68          </item>
69         </layout>
70       </item>
71       <item row="2" column="0" >
72        <widget class="QCheckBox" name="scrollBelowCB" >
73         <property name="text" >
74          <string>Scroll &amp;below end of document</string>
75         </property>
76        </widget>
77       </item>
78       <item row="4" column="0" >
79        <widget class="QCheckBox" name="sortEnvironmentsCB" >
80         <property name="text" >
81          <string>Sort &amp;environments alphabetically</string>
82         </property>
83        </widget>
84       </item>
85       <item row="5" column="0" >
86        <widget class="QCheckBox" name="groupEnvironmentsCB" >
87         <property name="text" >
88          <string>&amp;Group environments by their category</string>
89         </property>
90        </widget>
91       </item>
92       <item row="6" column="0" >
93        <widget class="QComboBox" name="macroEditStyleCO" >
94         <item>
95          <property name="text" >
96           <string>Edit Math Macros inline with a box around</string>
97          </property>
98         </item>
99         <item>
100          <property name="text" >
101           <string>Edit Math Macros inline with the name in the status bar</string>
102          </property>
103         </item>
104         <item>
105          <property name="text" >
106           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
107          </property>
108         </item>
109        </widget>
110       </item>
111       <item row="6" column="1" >
112        <spacer name="horizontalSpacer" >
113         <property name="orientation" >
114          <enum>Qt::Horizontal</enum>
115         </property>
116         <property name="sizeHint" stdset="0" >
117          <size>
118           <width>40</width>
119           <height>20</height>
120          </size>
121         </property>
122        </spacer>
123       </item>
124       <item row="3" column="0" >
125        <widget class="QCheckBox" name="macLikeWordMovementCB" >
126         <property name="toolTip" >
127          <string>Skip trailing non-word characters</string>
128         </property>
129         <property name="text" >
130          <string>Use Mac-style for cursor moving between &amp;words</string>
131         </property>
132        </widget>
133       </item>
134      </layout>
135     </widget>
136    </item>
137    <item>
138     <widget class="QGroupBox" name="fullscreenGB" >
139      <property name="title" >
140       <string>Fullscreen</string>
141      </property>
142      <property name="alignment" >
143       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
144      </property>
145      <property name="flat" >
146       <bool>true</bool>
147      </property>
148      <layout class="QGridLayout" name="gridLayout_2" >
149       <item row="0" column="0" >
150        <widget class="QCheckBox" name="toggleToolbarsCB" >
151         <property name="sizePolicy" >
152          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
153           <horstretch>0</horstretch>
154           <verstretch>0</verstretch>
155          </sizepolicy>
156         </property>
157         <property name="text" >
158          <string>&amp;Hide toolbars</string>
159         </property>
160        </widget>
161       </item>
162       <item row="1" column="0" >
163        <widget class="QCheckBox" name="toggleScrollbarCB" >
164         <property name="text" >
165          <string>Hide scr&amp;ollbar</string>
166         </property>
167        </widget>
168       </item>
169       <item row="2" column="0" >
170        <widget class="QCheckBox" name="toggleTabbarCB" >
171         <property name="text" >
172          <string>Hide &amp;tabbar</string>
173         </property>
174        </widget>
175       </item>
176       <item row="3" column="0" >
177        <widget class="QCheckBox" name="toggleMenubarCB" >
178         <property name="text" >
179          <string>Hide &amp;menubar</string>
180         </property>
181        </widget>
182       </item>
183       <item row="4" column="0" >
184        <widget class="QGroupBox" name="fullscreenLimitGB" >
185         <property name="title" >
186          <string>&amp;Limit text width</string>
187         </property>
188         <property name="flat" >
189          <bool>true</bool>
190         </property>
191         <property name="checkable" >
192          <bool>true</bool>
193         </property>
194         <layout class="QGridLayout" name="gridLayout_3" >
195          <item row="0" column="0" >
196           <widget class="QLabel" name="label_2" >
197            <property name="text" >
198             <string>Screen used (&amp;pixels):</string>
199            </property>
200            <property name="buddy" >
201             <cstring>fullscreenWidthSB</cstring>
202            </property>
203           </widget>
204          </item>
205          <item row="0" column="1" >
206           <widget class="QSpinBox" name="fullscreenWidthSB" >
207            <property name="minimum" >
208             <number>0</number>
209            </property>
210            <property name="maximum" >
211             <number>10000</number>
212            </property>
213            <property name="singleStep" >
214             <number>10</number>
215            </property>
216            <property name="value" >
217             <number>700</number>
218            </property>
219           </widget>
220          </item>
221         </layout>
222        </widget>
223       </item>
224       <item row="4" column="1" >
225        <spacer name="horizontalSpacer_2" >
226         <property name="orientation" >
227          <enum>Qt::Horizontal</enum>
228         </property>
229         <property name="sizeHint" stdset="0" >
230          <size>
231           <width>157</width>
232           <height>20</height>
233          </size>
234         </property>
235        </spacer>
236       </item>
237      </layout>
238     </widget>
239    </item>
240    <item>
241     <spacer>
242      <property name="orientation" >
243       <enum>Qt::Vertical</enum>
244      </property>
245      <property name="sizeHint" stdset="0" >
246       <size>
247        <width>0</width>
248        <height>0</height>
249       </size>
250      </property>
251     </spacer>
252    </item>
253   </layout>
254  </widget>
255  <layoutdefault spacing="4" margin="9" />
256  <tabstops>
257   <tabstop>cursorFollowsCB</tabstop>
258   <tabstop>scrollBelowCB</tabstop>
259   <tabstop>sortEnvironmentsCB</tabstop>
260   <tabstop>groupEnvironmentsCB</tabstop>
261   <tabstop>macroEditStyleCO</tabstop>
262  </tabstops>
263  <includes>
264   <include location="local" >qt_i18n.h</include>
265  </includes>
266  <resources/>
267  <connections/>
268 </ui>