]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefEditUi.ui
Current float settings dialog is really ugly.
[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="2" column="0" >
42        <widget class="QCheckBox" name="scrollBelowCB" >
43         <property name="text" >
44          <string>Scroll &amp;below end of document</string>
45         </property>
46        </widget>
47       </item>
48       <item row="4" column="0" >
49        <widget class="QCheckBox" name="sortEnvironmentsCB" >
50         <property name="text" >
51          <string>Sort &amp;environments alphabetically</string>
52         </property>
53        </widget>
54       </item>
55       <item row="5" column="0" >
56        <widget class="QCheckBox" name="groupEnvironmentsCB" >
57         <property name="text" >
58          <string>&amp;Group environments by their category</string>
59         </property>
60        </widget>
61       </item>
62       <item row="6" column="0" >
63        <widget class="QComboBox" name="macroEditStyleCO" >
64         <item>
65          <property name="text" >
66           <string>Edit Math Macros inline with a box around</string>
67          </property>
68         </item>
69         <item>
70          <property name="text" >
71           <string>Edit Math Macros inline with the name in the status bar</string>
72          </property>
73         </item>
74         <item>
75          <property name="text" >
76           <string>Edit Math Macros with a parameter list (like in LyX &lt; 1.6)</string>
77          </property>
78         </item>
79        </widget>
80       </item>
81       <item row="6" column="1" >
82        <spacer name="horizontalSpacer" >
83         <property name="orientation" >
84          <enum>Qt::Horizontal</enum>
85         </property>
86         <property name="sizeHint" stdset="0" >
87          <size>
88           <width>40</width>
89           <height>20</height>
90          </size>
91         </property>
92        </spacer>
93       </item>
94       <item row="3" column="0" >
95        <widget class="QCheckBox" name="macLikeWordMovementCB" >
96         <property name="toolTip" >
97          <string>Skip trailing non-word characters</string>
98         </property>
99         <property name="text" >
100          <string>Use Mac-style for cursor moving between &amp;words</string>
101         </property>
102        </widget>
103       </item>
104      </layout>
105     </widget>
106    </item>
107    <item>
108     <widget class="QGroupBox" name="fullscreenGB" >
109      <property name="title" >
110       <string>Fullscreen</string>
111      </property>
112      <property name="alignment" >
113       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
114      </property>
115      <property name="flat" >
116       <bool>true</bool>
117      </property>
118      <layout class="QGridLayout" name="gridLayout_2" >
119       <item row="0" column="0" >
120        <widget class="QCheckBox" name="toggleToolbarsCB" >
121         <property name="sizePolicy" >
122          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
123           <horstretch>0</horstretch>
124           <verstretch>0</verstretch>
125          </sizepolicy>
126         </property>
127         <property name="text" >
128          <string>&amp;Hide toolbars</string>
129         </property>
130        </widget>
131       </item>
132       <item row="1" column="0" >
133        <widget class="QCheckBox" name="toggleScrollbarCB" >
134         <property name="text" >
135          <string>Hide scr&amp;ollbar</string>
136         </property>
137        </widget>
138       </item>
139       <item row="2" column="0" >
140        <widget class="QCheckBox" name="toggleTabbarCB" >
141         <property name="text" >
142          <string>Hide &amp;tabbar</string>
143         </property>
144        </widget>
145       </item>
146       <item row="3" column="0" >
147        <widget class="QCheckBox" name="toggleMenubarCB" >
148         <property name="text" >
149          <string>Hide &amp;menubar</string>
150         </property>
151        </widget>
152       </item>
153       <item row="4" column="0" >
154        <widget class="QGroupBox" name="fullscreenLimitGB" >
155         <property name="title" >
156          <string>&amp;Limit text width</string>
157         </property>
158         <property name="flat" >
159          <bool>true</bool>
160         </property>
161         <property name="checkable" >
162          <bool>true</bool>
163         </property>
164         <layout class="QGridLayout" name="gridLayout_3" >
165          <item row="0" column="0" >
166           <widget class="QLabel" name="label_2" >
167            <property name="text" >
168             <string>Screen used (&amp;pixels):</string>
169            </property>
170            <property name="buddy" >
171             <cstring>fullscreenWidthSB</cstring>
172            </property>
173           </widget>
174          </item>
175          <item row="0" column="1" >
176           <widget class="QSpinBox" name="fullscreenWidthSB" >
177            <property name="minimum" >
178             <number>0</number>
179            </property>
180            <property name="maximum" >
181             <number>10000</number>
182            </property>
183            <property name="singleStep" >
184             <number>10</number>
185            </property>
186            <property name="value" >
187             <number>700</number>
188            </property>
189           </widget>
190          </item>
191         </layout>
192        </widget>
193       </item>
194       <item row="4" column="1" >
195        <spacer name="horizontalSpacer_2" >
196         <property name="orientation" >
197          <enum>Qt::Horizontal</enum>
198         </property>
199         <property name="sizeHint" stdset="0" >
200          <size>
201           <width>157</width>
202           <height>20</height>
203          </size>
204         </property>
205        </spacer>
206       </item>
207      </layout>
208     </widget>
209    </item>
210    <item>
211     <spacer>
212      <property name="orientation" >
213       <enum>Qt::Vertical</enum>
214      </property>
215      <property name="sizeHint" stdset="0" >
216       <size>
217        <width>0</width>
218        <height>0</height>
219       </size>
220      </property>
221     </spacer>
222    </item>
223   </layout>
224  </widget>
225  <layoutdefault spacing="4" margin="9" />
226  <tabstops>
227   <tabstop>cursorFollowsCB</tabstop>
228   <tabstop>scrollBelowCB</tabstop>
229   <tabstop>sortEnvironmentsCB</tabstop>
230   <tabstop>groupEnvironmentsCB</tabstop>
231   <tabstop>macroEditStyleCO</tabstop>
232  </tabstops>
233  <includes>
234   <include location="local" >qt_i18n.h</include>
235  </includes>
236  <resources/>
237  <connections/>
238 </ui>