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