]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareUi.ui
Added ALL_MANUALS scope to Advanced Find & Replace.
[lyx.git] / src / frontends / qt4 / ui / CompareUi.ui
1 <ui version="4.0" >
2  <class>CompareUi</class>
3  <widget class="QDialog" name="CompareUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>495</width>
9     <height>302</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="QVBoxLayout" name="verticalLayout_2" >
19    <item>
20     <widget class="QLabel" name="newFileLA" >
21      <property name="text" >
22       <string>&amp;New Document:</string>
23      </property>
24      <property name="buddy" >
25       <cstring>newFileCB</cstring>
26      </property>
27     </widget>
28    </item>
29    <item>
30     <layout class="QHBoxLayout" name="horizontalLayout" >
31      <item>
32       <widget class="QComboBox" name="newFileCB" >
33        <property name="sizePolicy" >
34         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
35          <horstretch>0</horstretch>
36          <verstretch>0</verstretch>
37         </sizepolicy>
38        </property>
39        <property name="editable" >
40         <bool>true</bool>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <widget class="QPushButton" name="newFilePB" >
46        <property name="text" >
47         <string>&amp;Browse...</string>
48        </property>
49        <property name="autoDefault" >
50         <bool>false</bool>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56    <item>
57     <widget class="QLabel" name="oldFileLA" >
58      <property name="text" >
59       <string>&amp;Old Document:</string>
60      </property>
61      <property name="buddy" >
62       <cstring>oldFileCB</cstring>
63      </property>
64     </widget>
65    </item>
66    <item>
67     <layout class="QHBoxLayout" name="horizontalLayout_2" >
68      <item>
69       <widget class="QComboBox" name="oldFileCB" >
70        <property name="sizePolicy" >
71         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
72          <horstretch>0</horstretch>
73          <verstretch>0</verstretch>
74         </sizepolicy>
75        </property>
76        <property name="editable" >
77         <bool>true</bool>
78        </property>
79       </widget>
80      </item>
81      <item>
82       <widget class="QPushButton" name="oldFilePB" >
83        <property name="text" >
84         <string>Bro&amp;wse...</string>
85        </property>
86        <property name="autoDefault" >
87         <bool>false</bool>
88        </property>
89       </widget>
90      </item>
91     </layout>
92    </item>
93    <item>
94     <widget class="QGroupBox" name="groupBox" >
95      <property name="sizePolicy" >
96       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
97        <horstretch>0</horstretch>
98        <verstretch>0</verstretch>
99       </sizepolicy>
100      </property>
101      <property name="title" >
102       <string>Options</string>
103      </property>
104      <widget class="QRadioButton" name="newSettingsRB" >
105       <property name="geometry" >
106        <rect>
107         <x>20</x>
108         <y>40</y>
109         <width>151</width>
110         <height>18</height>
111        </rect>
112       </property>
113       <property name="text" >
114        <string>New Document</string>
115       </property>
116      </widget>
117      <widget class="QRadioButton" name="oldSettingsRB" >
118       <property name="geometry" >
119        <rect>
120         <x>20</x>
121         <y>60</y>
122         <width>151</width>
123         <height>18</height>
124        </rect>
125       </property>
126       <property name="text" >
127        <string>Old Document</string>
128       </property>
129      </widget>
130      <widget class="QLabel" name="label" >
131       <property name="geometry" >
132        <rect>
133         <x>20</x>
134         <y>20</y>
135         <width>237</width>
136         <height>16</height>
137        </rect>
138       </property>
139       <property name="sizePolicy" >
140        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
141         <horstretch>0</horstretch>
142         <verstretch>0</verstretch>
143        </sizepolicy>
144       </property>
145       <property name="text" >
146        <string>Copy Document Settings from:</string>
147       </property>
148       <property name="scaledContents" >
149        <bool>true</bool>
150       </property>
151      </widget>
152     </widget>
153    </item>
154    <item>
155     <widget class="QProgressBar" name="progressBar" >
156      <property name="value" >
157       <number>24</number>
158      </property>
159     </widget>
160    </item>
161    <item>
162     <layout class="QHBoxLayout" >
163      <property name="spacing" >
164       <number>6</number>
165      </property>
166      <property name="margin" >
167       <number>0</number>
168      </property>
169      <item>
170       <spacer>
171        <property name="orientation" >
172         <enum>Qt::Horizontal</enum>
173        </property>
174        <property name="sizeType" >
175         <enum>QSizePolicy::Expanding</enum>
176        </property>
177        <property name="sizeHint" stdset="0" >
178         <size>
179          <width>20</width>
180          <height>20</height>
181         </size>
182        </property>
183       </spacer>
184      </item>
185      <item>
186       <widget class="QPushButton" name="okPB" >
187        <property name="toolTip" >
188         <string/>
189        </property>
190        <property name="text" >
191         <string>&amp;OK</string>
192        </property>
193        <property name="default" >
194         <bool>true</bool>
195        </property>
196       </widget>
197      </item>
198      <item>
199       <widget class="QPushButton" name="closePB" >
200        <property name="text" >
201         <string>&amp;Close</string>
202        </property>
203        <property name="autoDefault" >
204         <bool>false</bool>
205        </property>
206        <property name="default" >
207         <bool>false</bool>
208        </property>
209       </widget>
210      </item>
211     </layout>
212    </item>
213   </layout>
214  </widget>
215  <includes>
216   <include location="local" >qt_i18n.h</include>
217  </includes>
218  <resources/>
219  <connections/>
220 </ui>