]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QIncludeUi.ui
Compilation Fix: Appended "Ui" to main objectName so that it is the same as the ui...
[lyx.git] / src / frontends / qt4 / ui / QIncludeUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QIncludeUi</class>
6  <widget class="QDialog" name="QIncludeUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>353</width>
12     <height>266</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item>
29     <layout class="QHBoxLayout" >
30      <property name="margin" >
31       <number>0</number>
32      </property>
33      <property name="spacing" >
34       <number>6</number>
35      </property>
36      <item>
37       <widget class="QLabel" name="filenameLA" >
38        <property name="toolTip" >
39         <string/>
40        </property>
41        <property name="text" >
42         <string>&amp;File:</string>
43        </property>
44        <property name="buddy" >
45         <cstring>filenameED</cstring>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <widget class="QLineEdit" name="filenameED" >
51        <property name="toolTip" >
52         <string>File name to include</string>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <widget class="QPushButton" name="browsePB" >
58        <property name="toolTip" >
59         <string>Select a file</string>
60        </property>
61        <property name="text" >
62         <string>&amp;Browse...</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item>
69     <layout class="QHBoxLayout" >
70      <property name="margin" >
71       <number>0</number>
72      </property>
73      <property name="spacing" >
74       <number>6</number>
75      </property>
76      <item>
77       <widget class="QLabel" name="TextLabel1" >
78        <property name="text" >
79         <string>&amp;Include Type:</string>
80        </property>
81        <property name="buddy" >
82         <cstring>typeCO</cstring>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QComboBox" name="typeCO" >
88        <item>
89         <property name="text" >
90          <string>Input</string>
91         </property>
92        </item>
93        <item>
94         <property name="text" >
95          <string>Include</string>
96         </property>
97        </item>
98        <item>
99         <property name="text" >
100          <string>Verbatim</string>
101         </property>
102        </item>
103       </widget>
104      </item>
105      <item>
106       <spacer>
107        <property name="orientation" >
108         <enum>Qt::Horizontal</enum>
109        </property>
110        <property name="sizeType" >
111         <enum>QSizePolicy::Expanding</enum>
112        </property>
113        <property name="sizeHint" >
114         <size>
115          <width>20</width>
116          <height>20</height>
117         </size>
118        </property>
119       </spacer>
120      </item>
121      <item>
122       <widget class="QPushButton" name="loadPB" >
123        <property name="toolTip" >
124         <string>Load the file</string>
125        </property>
126        <property name="text" >
127         <string>&amp;Load</string>
128        </property>
129       </widget>
130      </item>
131     </layout>
132    </item>
133    <item>
134     <layout class="QHBoxLayout" >
135      <property name="margin" >
136       <number>0</number>
137      </property>
138      <property name="spacing" >
139       <number>6</number>
140      </property>
141      <item>
142       <layout class="QVBoxLayout" >
143        <property name="margin" >
144         <number>0</number>
145        </property>
146        <property name="spacing" >
147         <number>6</number>
148        </property>
149        <item>
150         <widget class="QCheckBox" name="visiblespaceCB" >
151          <property name="sizePolicy" >
152           <sizepolicy>
153            <hsizetype>3</hsizetype>
154            <vsizetype>0</vsizetype>
155            <horstretch>0</horstretch>
156            <verstretch>0</verstretch>
157           </sizepolicy>
158          </property>
159          <property name="toolTip" >
160           <string>Underline spaces in generated output</string>
161          </property>
162          <property name="text" >
163           <string>&amp;Mark spaces in output</string>
164          </property>
165         </widget>
166        </item>
167        <item>
168         <widget class="QCheckBox" name="previewCB" >
169          <property name="sizePolicy" >
170           <sizepolicy>
171            <hsizetype>3</hsizetype>
172            <vsizetype>0</vsizetype>
173            <horstretch>0</horstretch>
174            <verstretch>0</verstretch>
175           </sizepolicy>
176          </property>
177          <property name="toolTip" >
178           <string>Show LaTeX preview</string>
179          </property>
180          <property name="text" >
181           <string>&amp;Show preview</string>
182          </property>
183         </widget>
184        </item>
185       </layout>
186      </item>
187      <item>
188       <spacer>
189        <property name="orientation" >
190         <enum>Qt::Horizontal</enum>
191        </property>
192        <property name="sizeType" >
193         <enum>QSizePolicy::Expanding</enum>
194        </property>
195        <property name="sizeHint" >
196         <size>
197          <width>20</width>
198          <height>20</height>
199         </size>
200        </property>
201       </spacer>
202      </item>
203     </layout>
204    </item>
205    <item>
206     <spacer>
207      <property name="orientation" >
208       <enum>Qt::Vertical</enum>
209      </property>
210      <property name="sizeType" >
211       <enum>QSizePolicy::Expanding</enum>
212      </property>
213      <property name="sizeHint" >
214       <size>
215        <width>20</width>
216        <height>20</height>
217       </size>
218      </property>
219     </spacer>
220    </item>
221    <item>
222     <layout class="QHBoxLayout" >
223      <property name="margin" >
224       <number>0</number>
225      </property>
226      <property name="spacing" >
227       <number>6</number>
228      </property>
229      <item>
230       <spacer>
231        <property name="orientation" >
232         <enum>Qt::Horizontal</enum>
233        </property>
234        <property name="sizeType" >
235         <enum>QSizePolicy::Expanding</enum>
236        </property>
237        <property name="sizeHint" >
238         <size>
239          <width>20</width>
240          <height>20</height>
241         </size>
242        </property>
243       </spacer>
244      </item>
245      <item>
246       <widget class="QPushButton" name="okPB" >
247        <property name="text" >
248         <string>&amp;OK</string>
249        </property>
250        <property name="default" >
251         <bool>true</bool>
252        </property>
253       </widget>
254      </item>
255      <item>
256       <widget class="QPushButton" name="closePB" >
257        <property name="text" >
258         <string>&amp;Close</string>
259        </property>
260       </widget>
261      </item>
262     </layout>
263    </item>
264   </layout>
265  </widget>
266  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
267  <tabstops>
268   <tabstop>filenameED</tabstop>
269   <tabstop>browsePB</tabstop>
270   <tabstop>typeCO</tabstop>
271   <tabstop>loadPB</tabstop>
272   <tabstop>visiblespaceCB</tabstop>
273   <tabstop>previewCB</tabstop>
274   <tabstop>okPB</tabstop>
275   <tabstop>closePB</tabstop>
276  </tabstops>
277  <resources/>
278  <connections/>
279 </ui>