]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/IncludeUi.ui
renaming in frontends/qt4/ui: s/Q//g
[lyx.git] / src / frontends / qt4 / ui / IncludeUi.ui
1 <ui version="4.0" >
2  <class>QIncludeUi</class>
3  <widget class="QDialog" name="QIncludeUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>386</width>
9     <height>171</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QGridLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item row="3" column="0" colspan="2" >
26     <widget class="QCheckBox" name="previewCB" >
27      <property name="sizePolicy" >
28       <sizepolicy>
29        <hsizetype>3</hsizetype>
30        <vsizetype>0</vsizetype>
31        <horstretch>0</horstretch>
32        <verstretch>0</verstretch>
33       </sizepolicy>
34      </property>
35      <property name="toolTip" >
36       <string>Show LaTeX preview</string>
37      </property>
38      <property name="text" >
39       <string>&amp;Show preview</string>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="0" colspan="2" >
44     <widget class="QCheckBox" name="visiblespaceCB" >
45      <property name="sizePolicy" >
46       <sizepolicy>
47        <hsizetype>3</hsizetype>
48        <vsizetype>0</vsizetype>
49        <horstretch>0</horstretch>
50        <verstretch>0</verstretch>
51       </sizepolicy>
52      </property>
53      <property name="toolTip" >
54       <string>Underline spaces in generated output</string>
55      </property>
56      <property name="text" >
57       <string>&amp;Mark spaces in output</string>
58      </property>
59     </widget>
60    </item>
61    <item rowspan="2" row="2" column="2" colspan="3" >
62     <spacer>
63      <property name="orientation" >
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="sizeType" >
67       <enum>QSizePolicy::Expanding</enum>
68      </property>
69      <property name="sizeHint" >
70       <size>
71        <width>130</width>
72        <height>50</height>
73       </size>
74      </property>
75     </spacer>
76    </item>
77    <item row="0" column="1" colspan="3" >
78     <widget class="QLineEdit" name="filenameED" >
79      <property name="toolTip" >
80       <string>File name to include</string>
81      </property>
82     </widget>
83    </item>
84    <item row="1" column="4" >
85     <widget class="QPushButton" name="loadPB" >
86      <property name="toolTip" >
87       <string>Load the file</string>
88      </property>
89      <property name="text" >
90       <string>&amp;Load</string>
91      </property>
92     </widget>
93    </item>
94    <item row="1" column="3" >
95     <spacer>
96      <property name="orientation" >
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="sizeType" >
100       <enum>QSizePolicy::Expanding</enum>
101      </property>
102      <property name="sizeHint" >
103       <size>
104        <width>28</width>
105        <height>28</height>
106       </size>
107      </property>
108     </spacer>
109    </item>
110    <item row="1" column="1" colspan="2" >
111     <widget class="QComboBox" name="typeCO" >
112      <item>
113       <property name="text" >
114        <string>Include</string>
115       </property>
116      </item>
117      <item>
118       <property name="text" >
119        <string>Input</string>
120       </property>
121      </item>
122      <item>
123       <property name="text" >
124        <string>Verbatim</string>
125       </property>
126      </item>
127     </widget>
128    </item>
129    <item row="1" column="0" >
130     <widget class="QLabel" name="TextLabel1" >
131      <property name="text" >
132       <string>&amp;Include Type:</string>
133      </property>
134      <property name="buddy" >
135       <cstring>typeCO</cstring>
136      </property>
137     </widget>
138    </item>
139    <item row="0" column="4" >
140     <widget class="QPushButton" name="browsePB" >
141      <property name="toolTip" >
142       <string>Select a file</string>
143      </property>
144      <property name="text" >
145       <string>&amp;Browse...</string>
146      </property>
147     </widget>
148    </item>
149    <item row="0" column="0" >
150     <widget class="QLabel" name="filenameLA" >
151      <property name="toolTip" >
152       <string/>
153      </property>
154      <property name="text" >
155       <string>&amp;File:</string>
156      </property>
157      <property name="buddy" >
158       <cstring>filenameED</cstring>
159      </property>
160     </widget>
161    </item>
162    <item row="4" column="0" colspan="5" >
163     <layout class="QHBoxLayout" >
164      <property name="margin" >
165       <number>0</number>
166      </property>
167      <property name="spacing" >
168       <number>6</number>
169      </property>
170      <item>
171       <spacer>
172        <property name="orientation" >
173         <enum>Qt::Horizontal</enum>
174        </property>
175        <property name="sizeType" >
176         <enum>QSizePolicy::Expanding</enum>
177        </property>
178        <property name="sizeHint" >
179         <size>
180          <width>20</width>
181          <height>20</height>
182         </size>
183        </property>
184       </spacer>
185      </item>
186      <item>
187       <widget class="QPushButton" name="okPB" >
188        <property name="text" >
189         <string>&amp;OK</string>
190        </property>
191        <property name="default" >
192         <bool>true</bool>
193        </property>
194       </widget>
195      </item>
196      <item>
197       <widget class="QPushButton" name="closePB" >
198        <property name="text" >
199         <string>&amp;Close</string>
200        </property>
201       </widget>
202      </item>
203     </layout>
204    </item>
205   </layout>
206  </widget>
207  <tabstops>
208   <tabstop>filenameED</tabstop>
209   <tabstop>browsePB</tabstop>
210   <tabstop>typeCO</tabstop>
211   <tabstop>loadPB</tabstop>
212   <tabstop>visiblespaceCB</tabstop>
213   <tabstop>previewCB</tabstop>
214   <tabstop>okPB</tabstop>
215   <tabstop>closePB</tabstop>
216  </tabstops>
217  <includes>
218   <include location="local" >qt_helpers.h</include>
219  </includes>
220  <resources/>
221  <connections/>
222 </ui>