]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/CompareUi.ui
Clean up the crossrefs dialog.
[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>450</width>
9         <height>294</height>
10       </rect>
11     </property>
12     <property name="windowTitle" >
13       <string/>
14     </property>
15     <layout class="QVBoxLayout">
16       <property name="margin">
17         <number>0</number>
18       </property>
19       <item>
20         <layout class="QGridLayout" name="gridLayout" >
21           <property name="margin">
22             <number>10</number>
23           </property>
24           <item row="0" column="0" >
25             <widget class="QLabel" name="newFileLA" >
26               <property name="text" >
27                 <string>&amp;New Document:</string>
28               </property>
29               <property name="buddy" >
30                 <cstring>newFileCB</cstring>
31               </property>
32             </widget>
33           </item>
34           <item row="1" column="0" >
35             <widget class="QComboBox" name="newFileCB" >
36               <property name="sizePolicy" >
37                 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
38                   <horstretch>0</horstretch>
39                   <verstretch>0</verstretch>
40                 </sizepolicy>
41               </property>
42               <property name="editable" >
43                 <bool>true</bool>
44               </property>
45             </widget>
46           </item>
47           <item row="1" column="1" >
48             <widget class="QPushButton" name="newFilePB" >
49               <property name="text" >
50                 <string>&amp;Browse...</string>
51               </property>
52               <property name="autoDefault" >
53                 <bool>false</bool>
54               </property>
55             </widget>
56           </item>
57           <item row="2" column="0" >
58             <widget class="QLabel" name="oldFileLA" >
59               <property name="text" >
60                 <string>&amp;Old Document:</string>
61               </property>
62               <property name="buddy" >
63                 <cstring>oldFileCB</cstring>
64               </property>
65             </widget>
66           </item>
67           <item row="3" column="0" >
68             <widget class="QComboBox" name="oldFileCB" >
69               <property name="sizePolicy" >
70                 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
71                   <horstretch>0</horstretch>
72                   <verstretch>0</verstretch>
73                 </sizepolicy>
74               </property>
75               <property name="editable" >
76                 <bool>true</bool>
77               </property>
78             </widget>
79           </item>
80           <item row="3" column="1" >
81             <widget class="QPushButton" name="oldFilePB" >
82               <property name="text" >
83                 <string>Bro&amp;wse...</string>
84               </property>
85               <property name="autoDefault" >
86                 <bool>false</bool>
87               </property>
88             </widget>
89           </item>
90           <item row="4" column="0" >
91             <widget class="QGroupBox" name="groupBox" >
92               <property name="sizePolicy" >
93                 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
94                   <horstretch>0</horstretch>
95                   <verstretch>0</verstretch>
96                 </sizepolicy>
97               </property>
98               <property name="title" >
99                 <string>Copy Document Settings from:</string>
100               </property>
101               <layout class="QHBoxLayout" name="horizontalLayout" >
102                 <item>
103                   <widget class="QRadioButton" name="newSettingsRB" >
104                     <property name="text" >
105                       <string>N&amp;ew Document</string>
106                     </property>
107                   </widget>
108                 </item>
109                 <item>
110                   <widget class="QRadioButton" name="oldSettingsRB" >
111                     <property name="text" >
112                       <string>Ol&amp;d Document</string>
113                     </property>
114                   </widget>
115                 </item>
116               </layout>
117             </widget>
118           </item>
119           <item row="6" column="0" colspan="2" >
120             <widget class="QProgressBar" name="progressBar" >
121               <property name="value" >
122                 <number>24</number>
123               </property>
124               <property name="orientation" >
125                 <enum>Qt::Horizontal</enum>
126               </property>
127             </widget>
128           </item>
129           <item row="8" column="0" colspan="2" >
130             <layout class="QHBoxLayout" >
131               <item>
132                 <spacer>
133                   <property name="orientation" >
134                     <enum>Qt::Horizontal</enum>
135                   </property>
136                   <property name="sizeType" >
137                     <enum>QSizePolicy::Expanding</enum>
138                   </property>
139                   <property name="sizeHint" stdset="0" >
140                     <size>
141                       <width>20</width>
142                       <height>20</height>
143                     </size>
144                   </property>
145                 </spacer>
146               </item>
147               <item>
148                 <widget class="QPushButton" name="okPB" >
149                   <property name="toolTip" >
150                     <string/>
151                   </property>
152                   <property name="text" >
153                     <string>&amp;OK</string>
154                   </property>
155                   <property name="default" >
156                     <bool>true</bool>
157                   </property>
158                 </widget>
159               </item>
160               <item>
161                 <widget class="QPushButton" name="closePB" >
162                   <property name="text" >
163                     <string>&amp;Close</string>
164                   </property>
165                   <property name="autoDefault" >
166                     <bool>false</bool>
167                   </property>
168                   <property name="default" >
169                     <bool>false</bool>
170                   </property>
171                 </widget>
172               </item>
173             </layout>
174           </item>
175           <item row="5" column="0" >
176             <widget class="QCheckBox" name="trackingCB" >
177               <property name="toolTip" >
178                 <string>Turns on the change tracking and showing changes in LaTeX output for the resulting document</string>
179               </property>
180               <property name="text" >
181                 <string>Enable &amp;change tracking features in the output</string>
182               </property>
183               <property name="checked" >
184                 <bool>false</bool>
185               </property>
186             </widget>
187           </item>
188         </layout>
189       </item>
190       <item>
191         <widget class="QStatusBar" name="statusBar" />
192       </item>
193     </layout>
194   </widget>
195   <includes>
196     <include location="local" >qt_i18n.h</include>
197   </includes>
198   <resources/>
199   <connections/>
200 </ui>