]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefPathsUi.ui
* src/frontends/qt4/GuiDocument.cpp:
[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>259</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="workingDirLA" >
18      <property name="text" >
19       <string>&amp;Working directory:</string>
20      </property>
21      <property name="buddy" >
22       <cstring>workingDirED</cstring>
23      </property>
24     </widget>
25    </item>
26    <item row="0" column="1" >
27     <widget class="QLineEdit" name="workingDirED" />
28    </item>
29    <item row="0" column="2" >
30     <widget class="QPushButton" name="workingDirPB" >
31      <property name="text" >
32       <string>Browse...</string>
33      </property>
34      <property name="autoDefault" >
35       <bool>false</bool>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="0" >
40     <widget class="QLabel" name="templateDirLA" >
41      <property name="text" >
42       <string>&amp;Document templates:</string>
43      </property>
44      <property name="buddy" >
45       <cstring>templateDirED</cstring>
46      </property>
47     </widget>
48    </item>
49    <item row="1" column="1" >
50     <widget class="QLineEdit" name="templateDirED" />
51    </item>
52    <item row="1" column="2" >
53     <widget class="QPushButton" name="templateDirPB" >
54      <property name="text" >
55       <string>Browse...</string>
56      </property>
57      <property name="autoDefault" >
58       <bool>false</bool>
59      </property>
60     </widget>
61    </item>
62    <item row="2" column="0" >
63     <widget class="QLabel" name="exampleDirLA" >
64      <property name="text" >
65       <string>&amp;Example files:</string>
66      </property>
67      <property name="buddy" >
68       <cstring>templateDirED</cstring>
69      </property>
70     </widget>
71    </item>
72    <item row="2" column="1" >
73     <widget class="QLineEdit" name="exampleDirED" />
74    </item>
75    <item row="2" column="2" >
76     <widget class="QPushButton" name="exampleDirPB" >
77      <property name="text" >
78       <string>Browse...</string>
79      </property>
80      <property name="autoDefault" >
81       <bool>false</bool>
82      </property>
83     </widget>
84    </item>
85    <item row="3" column="0" >
86     <widget class="QLabel" name="backupDirLA" >
87      <property name="text" >
88       <string>&amp;Backup directory:</string>
89      </property>
90      <property name="buddy" >
91       <cstring>backupDirED</cstring>
92      </property>
93     </widget>
94    </item>
95    <item row="3" column="1" >
96     <widget class="QLineEdit" name="backupDirED" />
97    </item>
98    <item row="3" column="2" >
99     <widget class="QPushButton" name="backupDirPB" >
100      <property name="text" >
101       <string>Browse...</string>
102      </property>
103      <property name="autoDefault" >
104       <bool>false</bool>
105      </property>
106     </widget>
107    </item>
108    <item row="4" column="0" >
109     <widget class="QLabel" name="lyxserverDirLA" >
110      <property name="text" >
111       <string>Ly&amp;XServer pipe:</string>
112      </property>
113      <property name="buddy" >
114       <cstring>lyxserverDirED</cstring>
115      </property>
116     </widget>
117    </item>
118    <item row="4" column="1" >
119     <widget class="QLineEdit" name="lyxserverDirED" />
120    </item>
121    <item row="4" column="2" >
122     <widget class="QPushButton" name="lyxserverDirPB" >
123      <property name="text" >
124       <string>Browse...</string>
125      </property>
126      <property name="autoDefault" >
127       <bool>false</bool>
128      </property>
129     </widget>
130    </item>
131    <item row="5" column="0" >
132     <widget class="QLabel" name="tempDirLA" >
133      <property name="text" >
134       <string>&amp;Temporary directory:</string>
135      </property>
136      <property name="buddy" >
137       <cstring>tempDirED</cstring>
138      </property>
139     </widget>
140    </item>
141    <item row="5" column="1" >
142     <widget class="QLineEdit" name="tempDirED" />
143    </item>
144    <item row="5" column="2" >
145     <widget class="QPushButton" name="tempDirPB" >
146      <property name="text" >
147       <string>Browse...</string>
148      </property>
149      <property name="autoDefault" >
150       <bool>false</bool>
151      </property>
152     </widget>
153    </item>
154    <item row="6" column="0" >
155     <widget class="QLabel" name="pathPrefixLA" >
156      <property name="text" >
157       <string>&amp;PATH prefix:</string>
158      </property>
159      <property name="buddy" >
160       <cstring>pathPrefixED</cstring>
161      </property>
162     </widget>
163    </item>
164    <item row="6" column="1" colspan="2" >
165     <widget class="QLineEdit" name="pathPrefixED" />
166    </item>
167    <item row="7" column="0" colspan="3" >
168     <spacer>
169      <property name="orientation" >
170       <enum>Qt::Vertical</enum>
171      </property>
172      <property name="sizeType" >
173       <enum>QSizePolicy::Expanding</enum>
174      </property>
175      <property name="sizeHint" >
176       <size>
177        <width>20</width>
178        <height>20</height>
179       </size>
180      </property>
181     </spacer>
182    </item>
183   </layout>
184  </widget>
185  <tabstops>
186   <tabstop>workingDirED</tabstop>
187   <tabstop>workingDirPB</tabstop>
188   <tabstop>templateDirED</tabstop>
189   <tabstop>templateDirPB</tabstop>
190   <tabstop>backupDirED</tabstop>
191   <tabstop>backupDirPB</tabstop>
192   <tabstop>lyxserverDirED</tabstop>
193   <tabstop>lyxserverDirPB</tabstop>
194   <tabstop>tempDirED</tabstop>
195   <tabstop>tempDirPB</tabstop>
196  </tabstops>
197  <includes>
198   <include location="local" >qt_i18n.h</include>
199  </includes>
200  <resources/>
201  <connections/>
202 </ui>