]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CompareUi.ui
Rename frontend qt4 to qt
[lyx.git] / src / frontends / qt / ui / CompareUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CompareUi</class>
4  <widget class="QDialog" name="CompareUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>622</width>
10     <height>288</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout_2">
20    <item row="5" column="0">
21     <widget class="QProgressBar" name="progressBar">
22      <property name="value">
23       <number>24</number>
24      </property>
25      <property name="orientation">
26       <enum>Qt::Horizontal</enum>
27      </property>
28     </widget>
29    </item>
30    <item row="0" column="0" colspan="2">
31     <layout class="QGridLayout" name="gridLayout">
32      <item row="0" column="0">
33       <widget class="QLabel" name="oldFileLA">
34        <property name="text">
35         <string>Old Documen&amp;t:</string>
36        </property>
37        <property name="buddy">
38         <cstring>oldFileCB</cstring>
39        </property>
40       </widget>
41      </item>
42      <item row="0" column="1">
43       <widget class="QComboBox" name="oldFileCB">
44        <property name="sizePolicy">
45         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
46          <horstretch>0</horstretch>
47          <verstretch>0</verstretch>
48         </sizepolicy>
49        </property>
50        <property name="toolTip">
51         <string>Specify the original version of the document here (comparation source)</string>
52        </property>
53        <property name="editable">
54         <bool>true</bool>
55        </property>
56       </widget>
57      </item>
58      <item row="0" column="2">
59       <widget class="QPushButton" name="oldFilePB">
60        <property name="text">
61         <string>Bro&amp;wse...</string>
62        </property>
63        <property name="autoDefault">
64         <bool>false</bool>
65        </property>
66       </widget>
67      </item>
68      <item row="1" column="0">
69       <widget class="QLabel" name="newFileLA">
70        <property name="text">
71         <string>&amp;New Document:</string>
72        </property>
73        <property name="buddy">
74         <cstring>newFileCB</cstring>
75        </property>
76       </widget>
77      </item>
78      <item row="1" column="1">
79       <widget class="QComboBox" name="newFileCB">
80        <property name="sizePolicy">
81         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
82          <horstretch>0</horstretch>
83          <verstretch>0</verstretch>
84         </sizepolicy>
85        </property>
86        <property name="toolTip">
87         <string>Specify the modified version of the document here (comparation target)</string>
88        </property>
89        <property name="editable">
90         <bool>true</bool>
91        </property>
92       </widget>
93      </item>
94      <item row="1" column="2">
95       <widget class="QPushButton" name="newFilePB">
96        <property name="text">
97         <string>&amp;Browse...</string>
98        </property>
99        <property name="autoDefault">
100         <bool>false</bool>
101        </property>
102       </widget>
103      </item>
104     </layout>
105    </item>
106    <item row="2" column="0" colspan="2">
107     <layout class="QHBoxLayout" name="horizontalLayout_3">
108      <item>
109       <widget class="QGroupBox" name="groupBox">
110        <property name="sizePolicy">
111         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
112          <horstretch>0</horstretch>
113          <verstretch>0</verstretch>
114         </sizepolicy>
115        </property>
116        <property name="toolTip">
117         <string>Select the document from which the settings should be taken</string>
118        </property>
119        <property name="title">
120         <string>Document Settings</string>
121        </property>
122        <property name="flat">
123         <bool>true</bool>
124        </property>
125        <layout class="QHBoxLayout" name="horizontalLayout">
126         <item>
127          <widget class="QRadioButton" name="oldSettingsRB">
128           <property name="text">
129            <string>O&amp;ld Document</string>
130           </property>
131          </widget>
132         </item>
133         <item>
134          <widget class="QRadioButton" name="newSettingsRB">
135           <property name="text">
136            <string>New Docu&amp;ment</string>
137           </property>
138          </widget>
139         </item>
140         <item>
141          <spacer name="horizontalSpacer">
142           <property name="orientation">
143            <enum>Qt::Horizontal</enum>
144           </property>
145           <property name="sizeHint" stdset="0">
146            <size>
147             <width>40</width>
148             <height>20</height>
149            </size>
150           </property>
151          </spacer>
152         </item>
153        </layout>
154       </widget>
155      </item>
156     </layout>
157    </item>
158    <item row="6" column="0" colspan="2">
159     <layout class="QHBoxLayout">
160      <item>
161       <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0">
162        <item>
163         <widget class="QStatusBar" name="statusBar">
164          <property name="sizeGripEnabled">
165           <bool>false</bool>
166          </property>
167         </widget>
168        </item>
169        <item>
170         <widget class="QDialogButtonBox" name="buttonBox">
171          <property name="standardButtons">
172           <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
173          </property>
174         </widget>
175        </item>
176       </layout>
177      </item>
178     </layout>
179    </item>
180    <item row="3" column="0" colspan="2">
181     <widget class="QCheckBox" name="trackingCB">
182      <property name="toolTip">
183       <string>Turns on the change tracking and showing changes in LaTeX output for the resulting document</string>
184      </property>
185      <property name="text">
186       <string>&amp;Enable change tracking features in the output</string>
187      </property>
188      <property name="checked">
189       <bool>false</bool>
190      </property>
191     </widget>
192    </item>
193    <item row="4" column="0">
194     <spacer name="verticalSpacer_2">
195      <property name="orientation">
196       <enum>Qt::Vertical</enum>
197      </property>
198      <property name="sizeHint" stdset="0">
199       <size>
200        <width>20</width>
201        <height>4</height>
202       </size>
203      </property>
204     </spacer>
205    </item>
206    <item row="1" column="0">
207     <spacer name="verticalSpacer">
208      <property name="orientation">
209       <enum>Qt::Vertical</enum>
210      </property>
211      <property name="sizeType">
212       <enum>QSizePolicy::Fixed</enum>
213      </property>
214      <property name="sizeHint" stdset="0">
215       <size>
216        <width>20</width>
217        <height>4</height>
218       </size>
219      </property>
220     </spacer>
221    </item>
222   </layout>
223  </widget>
224  <includes>
225   <include location="local">qt_i18n.h</include>
226  </includes>
227  <resources/>
228  <connections/>
229 </ui>