]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefPathsUi.ui
Introduce the possibility of setting a prefix for the TEXINPUTS environment
[lyx.git] / src / frontends / qt4 / ui / PrefPathsUi.ui
1 <ui version="4.0" >
2  <class>PrefPathsUi</class>
3  <widget class="QWidget" name="PrefPathsUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>347</width>
9     <height>311</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="12" column="0" colspan="3" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Expanding</enum>
29      </property>
30      <property name="sizeHint" stdset="0" >
31       <size>
32        <width>329</width>
33        <height>16</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item row="10" column="0" >
39     <widget class="QLabel" name="pathPrefixLA" >
40      <property name="text" >
41       <string>&amp;PATH prefix:</string>
42      </property>
43      <property name="buddy" >
44       <cstring>pathPrefixED</cstring>
45      </property>
46     </widget>
47    </item>
48    <item row="10" column="1" colspan="2" >
49     <widget class="QLineEdit" name="pathPrefixED"/>
50    </item>
51    <item row="11" column="0">
52     <widget class="QLabel" name="texinputsPrefixLA">
53      <property name="text">
54       <string>TEX&amp;INPUTS prefix:</string>
55      </property>
56      <property name="buddy">
57       <cstring>texinputsPrefixED</cstring>
58      </property>
59     </widget>
60    </item>
61    <item row="11" column="1" colspan="2">
62     <widget class="QLineEdit" name="texinputsPrefixED"/>
63    </item>
64    <item row="6" column="2" >
65     <widget class="QPushButton" name="thesaurusDirPB" >
66      <property name="text" >
67       <string>Browse...</string>
68      </property>
69      <property name="autoDefault" >
70       <bool>false</bool>
71      </property>
72     </widget>
73    </item>
74    <item row="6" column="0" >
75     <widget class="QLabel" name="thesaurusDirLA" >
76      <property name="text" >
77       <string>T&amp;hesaurus dictionaries:</string>
78      </property>
79      <property name="buddy" >
80       <cstring>thesaurusDirED</cstring>
81      </property>
82     </widget>
83    </item>
84    <item row="6" column="1" >
85     <widget class="QLineEdit" name="thesaurusDirED" />
86    </item>
87    <item row="5" column="2" >
88     <widget class="QPushButton" name="tempDirPB" >
89      <property name="text" >
90       <string>Browse...</string>
91      </property>
92      <property name="autoDefault" >
93       <bool>false</bool>
94      </property>
95     </widget>
96    </item>
97    <item row="5" column="1" >
98     <widget class="QLineEdit" name="tempDirED" />
99    </item>
100    <item row="5" column="0" >
101     <widget class="QLabel" name="tempDirLA" >
102      <property name="text" >
103       <string>&amp;Temporary directory:</string>
104      </property>
105      <property name="buddy" >
106       <cstring>tempDirED</cstring>
107      </property>
108     </widget>
109    </item>
110    <item row="4" column="2" >
111     <widget class="QPushButton" name="lyxserverDirPB" >
112      <property name="text" >
113       <string>Browse...</string>
114      </property>
115      <property name="autoDefault" >
116       <bool>false</bool>
117      </property>
118     </widget>
119    </item>
120    <item row="4" column="1" >
121     <widget class="QLineEdit" name="lyxserverDirED" />
122    </item>
123    <item row="4" column="0" >
124     <widget class="QLabel" name="lyxserverDirLA" >
125      <property name="text" >
126       <string>Ly&amp;XServer pipe:</string>
127      </property>
128      <property name="buddy" >
129       <cstring>lyxserverDirED</cstring>
130      </property>
131     </widget>
132    </item>
133    <item row="3" column="2" >
134     <widget class="QPushButton" name="backupDirPB" >
135      <property name="text" >
136       <string>Browse...</string>
137      </property>
138      <property name="autoDefault" >
139       <bool>false</bool>
140      </property>
141     </widget>
142    </item>
143    <item row="3" column="1" >
144     <widget class="QLineEdit" name="backupDirED" />
145    </item>
146    <item row="3" column="0" >
147     <widget class="QLabel" name="backupDirLA" >
148      <property name="text" >
149       <string>&amp;Backup directory:</string>
150      </property>
151      <property name="buddy" >
152       <cstring>backupDirED</cstring>
153      </property>
154     </widget>
155    </item>
156    <item row="2" column="2" >
157     <widget class="QPushButton" name="exampleDirPB" >
158      <property name="text" >
159       <string>Browse...</string>
160      </property>
161      <property name="autoDefault" >
162       <bool>false</bool>
163      </property>
164     </widget>
165    </item>
166    <item row="2" column="1" >
167     <widget class="QLineEdit" name="exampleDirED" />
168    </item>
169    <item row="2" column="0" >
170     <widget class="QLabel" name="exampleDirLA" >
171      <property name="text" >
172       <string>&amp;Example files:</string>
173      </property>
174      <property name="buddy" >
175       <cstring>exampleDirED</cstring>
176      </property>
177     </widget>
178    </item>
179    <item row="1" column="2" >
180     <widget class="QPushButton" name="templateDirPB" >
181      <property name="text" >
182       <string>Browse...</string>
183      </property>
184      <property name="autoDefault" >
185       <bool>false</bool>
186      </property>
187     </widget>
188    </item>
189    <item row="1" column="1" >
190     <widget class="QLineEdit" name="templateDirED" />
191    </item>
192    <item row="1" column="0" >
193     <widget class="QLabel" name="templateDirLA" >
194      <property name="text" >
195       <string>&amp;Document templates:</string>
196      </property>
197      <property name="buddy" >
198       <cstring>templateDirED</cstring>
199      </property>
200     </widget>
201    </item>
202    <item row="0" column="2" >
203     <widget class="QPushButton" name="workingDirPB" >
204      <property name="text" >
205       <string>Browse...</string>
206      </property>
207      <property name="autoDefault" >
208       <bool>false</bool>
209      </property>
210     </widget>
211    </item>
212    <item row="0" column="1" >
213     <widget class="QLineEdit" name="workingDirED" />
214    </item>
215    <item row="0" column="0" >
216     <widget class="QLabel" name="workingDirLA" >
217      <property name="text" >
218       <string>&amp;Working directory:</string>
219      </property>
220      <property name="buddy" >
221       <cstring>workingDirED</cstring>
222      </property>
223     </widget>
224    </item>
225    <item row="8" column="0" >
226     <widget class="QLabel" name="hunspellDirLA" >
227      <property name="text" >
228       <string>H&amp;unspell dictionaries:</string>
229      </property>
230      <property name="buddy" >
231       <cstring>hunspellDirED</cstring>
232      </property>
233     </widget>
234    </item>
235    <item row="8" column="1" >
236     <widget class="QLineEdit" name="hunspellDirED" />
237    </item>
238    <item row="8" column="2" >
239     <widget class="QPushButton" name="hunspellDirPB" >
240      <property name="text" >
241       <string>Browse...</string>
242      </property>
243      <property name="autoDefault" >
244       <bool>false</bool>
245      </property>
246     </widget>
247    </item>
248   </layout>
249  </widget>
250  <tabstops>
251   <tabstop>workingDirED</tabstop>
252   <tabstop>workingDirPB</tabstop>
253   <tabstop>templateDirED</tabstop>
254   <tabstop>templateDirPB</tabstop>
255   <tabstop>backupDirED</tabstop>
256   <tabstop>backupDirPB</tabstop>
257   <tabstop>lyxserverDirED</tabstop>
258   <tabstop>lyxserverDirPB</tabstop>
259   <tabstop>tempDirED</tabstop>
260   <tabstop>tempDirPB</tabstop>
261  </tabstops>
262  <includes>
263   <include location="local" >qt_i18n.h</include>
264  </includes>
265  <resources/>
266  <connections/>
267 </ui>