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