]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefUi.ui
On Mac, moving down a paragraph should place the cursor at the end of the current...
[lyx.git] / src / frontends / qt4 / ui / PrefUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrefUi</class>
4  <widget class="QWidget" name="PrefUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>403</width>
10     <height>271</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="QGridLayout" name="gridLayout_3">
23    <item row="0" column="0">
24     <widget class="QGroupBox" name="groupBox">
25      <property name="title">
26       <string>General Look &amp;&amp; Feel</string>
27      </property>
28      <property name="flat">
29       <bool>true</bool>
30      </property>
31      <layout class="QGridLayout" name="gridLayout">
32       <item row="0" column="0">
33        <layout class="QHBoxLayout" name="horizontalLayout">
34         <item>
35          <widget class="QLabel" name="uiFileLA">
36           <property name="text">
37            <string>&amp;User interface file:</string>
38           </property>
39           <property name="buddy">
40            <cstring>uiFileED</cstring>
41           </property>
42          </widget>
43         </item>
44         <item>
45          <widget class="QLineEdit" name="uiFileED"/>
46         </item>
47         <item>
48          <widget class="QPushButton" name="uiFilePB">
49           <property name="text">
50            <string>Bro&amp;wse...</string>
51           </property>
52          </widget>
53         </item>
54         <item>
55          <spacer name="horizontalSpacer_2">
56           <property name="orientation">
57            <enum>Qt::Horizontal</enum>
58           </property>
59           <property name="sizeHint" stdset="0">
60            <size>
61             <width>77</width>
62             <height>20</height>
63            </size>
64           </property>
65          </spacer>
66         </item>
67        </layout>
68       </item>
69       <item row="1" column="0">
70        <layout class="QHBoxLayout" name="horizontalLayout_2">
71         <item>
72          <widget class="QLabel" name="iconSetLA">
73           <property name="text">
74            <string>&amp;Icon Set:</string>
75           </property>
76           <property name="buddy">
77            <cstring>iconSetCO</cstring>
78           </property>
79          </widget>
80         </item>
81         <item>
82          <widget class="QComboBox" name="iconSetCO">
83           <property name="toolTip">
84            <string>The icon set to use. Warning: normal size of icons may be&#x0a;wrong until you save the preferences and restart LyX.</string>
85           </property>
86          </widget>
87         </item>
88         <item>
89          <spacer name="horizontalSpacer">
90           <property name="orientation">
91            <enum>Qt::Horizontal</enum>
92           </property>
93           <property name="sizeHint" stdset="0">
94            <size>
95             <width>40</width>
96             <height>20</height>
97            </size>
98           </property>
99          </spacer>
100         </item>
101        </layout>
102       </item>
103       <item row="2" column="0">
104        <layout class="QHBoxLayout" name="horizontalLayout_4">
105         <item>
106          <widget class="QLabel" name="themeIconsLA">
107           <property name="text" >
108            <string>Use icons from system's &amp;theme:</string>
109           </property>
110           <property name="buddy" >
111            <cstring>useSystemThemeIconsCB</cstring>
112           </property>
113          </widget>
114         </item>
115         <item>
116          <widget class="QCheckBox" name="useSystemThemeIconsCB"/>
117         </item>
118        </layout>
119       </item>
120      </layout>
121     </widget>
122    </item>
123    <item row="1" column="0">
124     <widget class="QGroupBox" name="pixmapCacheGB_2">
125      <property name="title">
126       <string>Context help</string>
127      </property>
128      <property name="alignment">
129       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
130      </property>
131      <property name="flat">
132       <bool>true</bool>
133      </property>
134      <layout class="QGridLayout">
135       <property name="margin">
136        <number>9</number>
137       </property>
138       <property name="spacing">
139        <number>4</number>
140       </property>
141       <item row="0" column="0">
142        <widget class="QCheckBox" name="tooltipCB">
143         <property name="toolTip">
144          <string>Checking this allows the automatic display of helpful comments for insets in the main work area of an edited document</string>
145         </property>
146         <property name="text">
147          <string>&amp;Enable tool tips in main work area</string>
148         </property>
149        </widget>
150       </item>
151      </layout>
152     </widget>
153    </item>
154    <item row="2" column="0">
155     <widget class="QGroupBox" name="documentsGB">
156      <property name="title">
157       <string>Menus</string>
158      </property>
159      <property name="flat">
160       <bool>true</bool>
161      </property>
162      <layout class="QGridLayout" name="gridLayout_2">
163       <item row="0" column="0">
164        <layout class="QHBoxLayout" name="horizontalLayout_3">
165         <item>
166          <widget class="QLabel" name="lastfilesLA">
167           <property name="text">
168            <string>&amp;Maximum last files:</string>
169           </property>
170           <property name="buddy">
171            <cstring>lastfilesSB</cstring>
172           </property>
173          </widget>
174         </item>
175         <item>
176          <widget class="QSpinBox" name="lastfilesSB">
177           <property name="maximum">
178            <number>9</number>
179           </property>
180          </widget>
181         </item>
182         <item>
183          <spacer>
184           <property name="orientation">
185            <enum>Qt::Horizontal</enum>
186           </property>
187           <property name="sizeHint" stdset="0">
188            <size>
189             <width>48</width>
190             <height>20</height>
191            </size>
192           </property>
193          </spacer>
194         </item>
195        </layout>
196       </item>
197      </layout>
198     </widget>
199    </item>
200    <item row="3" column="0">
201     <spacer>
202      <property name="orientation">
203       <enum>Qt::Vertical</enum>
204      </property>
205      <property name="sizeHint" stdset="0">
206       <size>
207        <width>395</width>
208        <height>16</height>
209       </size>
210      </property>
211     </spacer>
212    </item>
213   </layout>
214  </widget>
215  <layoutdefault spacing="4" margin="9"/>
216  <tabstops>
217   <tabstop>uiFileED</tabstop>
218   <tabstop>uiFilePB</tabstop>
219   <tabstop>iconSetCO</tabstop>
220   <tabstop>useSystemThemeIconsCB</tabstop>
221   <tabstop>tooltipCB</tabstop>
222  </tabstops>
223  <includes>
224   <include location="local">qt_i18n.h</include>
225  </includes>
226  <resources/>
227  <connections/>
228 </ui>