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