]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefUi.ui
Remove manual line breaks.
[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 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="QCheckBox" name="useSystemThemeIconsCB">
107           <property name="text">
108            <string>Use icons from system's &amp;theme</string>
109           </property>
110          </widget>
111         </item>
112        </layout>
113       </item>
114      </layout>
115     </widget>
116    </item>
117    <item row="1" column="0">
118     <widget class="QGroupBox" name="pixmapCacheGB_2">
119      <property name="title">
120       <string>Context Help</string>
121      </property>
122      <property name="alignment">
123       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
124      </property>
125      <property name="flat">
126       <bool>true</bool>
127      </property>
128      <layout class="QGridLayout">
129       <property name="margin">
130        <number>9</number>
131       </property>
132       <property name="spacing">
133        <number>4</number>
134       </property>
135       <item row="0" column="0">
136        <widget class="QCheckBox" name="tooltipCB">
137         <property name="toolTip">
138          <string>Checking this allows the automatic display of helpful comments for insets in the main work area of an edited document</string>
139         </property>
140         <property name="text">
141          <string>&amp;Enable tool tips in main work area</string>
142         </property>
143        </widget>
144       </item>
145      </layout>
146     </widget>
147    </item>
148    <item row="2" column="0">
149     <widget class="QGroupBox" name="documentsGB">
150      <property name="title">
151       <string>Menus</string>
152      </property>
153      <property name="flat">
154       <bool>true</bool>
155      </property>
156      <layout class="QGridLayout" name="gridLayout_2">
157       <item row="0" column="0">
158        <layout class="QHBoxLayout" name="horizontalLayout_3">
159         <item>
160          <widget class="QLabel" name="lastfilesLA">
161           <property name="text">
162            <string>&amp;Maximum last files:</string>
163           </property>
164           <property name="buddy">
165            <cstring>lastfilesSB</cstring>
166           </property>
167          </widget>
168         </item>
169         <item>
170          <widget class="QSpinBox" name="lastfilesSB">
171           <property name="maximum">
172            <number>9</number>
173           </property>
174          </widget>
175         </item>
176         <item>
177          <spacer>
178           <property name="orientation">
179            <enum>Qt::Horizontal</enum>
180           </property>
181           <property name="sizeHint" stdset="0">
182            <size>
183             <width>48</width>
184             <height>20</height>
185            </size>
186           </property>
187          </spacer>
188         </item>
189        </layout>
190       </item>
191      </layout>
192     </widget>
193    </item>
194    <item row="3" column="0">
195     <spacer>
196      <property name="orientation">
197       <enum>Qt::Vertical</enum>
198      </property>
199      <property name="sizeHint" stdset="0">
200       <size>
201        <width>395</width>
202        <height>16</height>
203       </size>
204      </property>
205     </spacer>
206    </item>
207   </layout>
208  </widget>
209  <layoutdefault spacing="4" margin="9"/>
210  <tabstops>
211   <tabstop>uiFileED</tabstop>
212   <tabstop>uiFilePB</tabstop>
213   <tabstop>iconSetCO</tabstop>
214   <tabstop>useSystemThemeIconsCB</tabstop>
215   <tabstop>tooltipCB</tabstop>
216  </tabstops>
217  <includes>
218   <include location="local">qt_i18n.h</include>
219  </includes>
220  <resources/>
221  <connections/>
222 </ui>