]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/CompareUi.ui
Properly scale some icons for HiDPI (#12695)
[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>348</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="10" 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="1" column="0">
31     <spacer name="verticalSpacer">
32      <property name="orientation">
33       <enum>Qt::Vertical</enum>
34      </property>
35      <property name="sizeType">
36       <enum>QSizePolicy::Fixed</enum>
37      </property>
38      <property name="sizeHint" stdset="0">
39       <size>
40        <width>20</width>
41        <height>4</height>
42       </size>
43      </property>
44     </spacer>
45    </item>
46    <item row="2" column="0" colspan="2">
47     <layout class="QHBoxLayout" name="horizontalLayout_3">
48      <item>
49       <widget class="QGroupBox" name="groupBox">
50        <property name="sizePolicy">
51         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
52          <horstretch>0</horstretch>
53          <verstretch>0</verstretch>
54         </sizepolicy>
55        </property>
56        <property name="toolTip">
57         <string>Select the document from which the settings should be taken</string>
58        </property>
59        <property name="title">
60         <string>Document Settings</string>
61        </property>
62        <property name="flat">
63         <bool>true</bool>
64        </property>
65        <layout class="QHBoxLayout" name="horizontalLayout">
66         <item>
67          <widget class="QRadioButton" name="oldSettingsRB">
68           <property name="text">
69            <string>O&amp;ld document</string>
70           </property>
71          </widget>
72         </item>
73         <item>
74          <widget class="QRadioButton" name="newSettingsRB">
75           <property name="text">
76            <string>New docu&amp;ment</string>
77           </property>
78          </widget>
79         </item>
80         <item>
81          <spacer name="horizontalSpacer">
82           <property name="orientation">
83            <enum>Qt::Horizontal</enum>
84           </property>
85           <property name="sizeHint" stdset="0">
86            <size>
87             <width>40</width>
88             <height>20</height>
89            </size>
90           </property>
91          </spacer>
92         </item>
93        </layout>
94       </widget>
95      </item>
96     </layout>
97    </item>
98    <item row="7" column="0" colspan="2">
99     <widget class="QCheckBox" name="trackingCB">
100      <property name="toolTip">
101       <string>Turns on the change tracking and showing changes in LaTeX output for the resulting document</string>
102      </property>
103      <property name="text">
104       <string>&amp;Enable change tracking features in the output</string>
105      </property>
106      <property name="checked">
107       <bool>false</bool>
108      </property>
109     </widget>
110    </item>
111    <item row="8" column="0">
112     <spacer name="verticalSpacer_2">
113      <property name="orientation">
114       <enum>Qt::Vertical</enum>
115      </property>
116      <property name="sizeHint" stdset="0">
117       <size>
118        <width>20</width>
119        <height>4</height>
120       </size>
121      </property>
122     </spacer>
123    </item>
124    <item row="0" column="0" colspan="2">
125     <layout class="QGridLayout" name="gridLayout">
126      <item row="0" column="0">
127       <widget class="QLabel" name="oldFileLA">
128        <property name="text">
129         <string>Old documen&amp;t:</string>
130        </property>
131        <property name="buddy">
132         <cstring>oldFileCB</cstring>
133        </property>
134       </widget>
135      </item>
136      <item row="0" column="1">
137       <widget class="QComboBox" name="oldFileCB">
138        <property name="sizePolicy">
139         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
140          <horstretch>0</horstretch>
141          <verstretch>0</verstretch>
142         </sizepolicy>
143        </property>
144        <property name="toolTip">
145         <string>Specify the original version of the document here (comparison source)</string>
146        </property>
147        <property name="editable">
148         <bool>true</bool>
149        </property>
150       </widget>
151      </item>
152      <item row="0" column="2">
153       <widget class="QPushButton" name="oldFilePB">
154        <property name="text">
155         <string>Bro&amp;wse...</string>
156        </property>
157        <property name="autoDefault">
158         <bool>false</bool>
159        </property>
160       </widget>
161      </item>
162      <item row="1" column="0">
163       <widget class="QLabel" name="newFileLA">
164        <property name="text">
165         <string>&amp;New document:</string>
166        </property>
167        <property name="buddy">
168         <cstring>newFileCB</cstring>
169        </property>
170       </widget>
171      </item>
172      <item row="1" column="1">
173       <widget class="QComboBox" name="newFileCB">
174        <property name="sizePolicy">
175         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
176          <horstretch>0</horstretch>
177          <verstretch>0</verstretch>
178         </sizepolicy>
179        </property>
180        <property name="toolTip">
181         <string>Specify the modified version of the document here (comparison target)</string>
182        </property>
183        <property name="editable">
184         <bool>true</bool>
185        </property>
186       </widget>
187      </item>
188      <item row="1" column="2">
189       <widget class="QPushButton" name="newFilePB">
190        <property name="text">
191         <string>&amp;Browse...</string>
192        </property>
193        <property name="autoDefault">
194         <bool>false</bool>
195        </property>
196       </widget>
197      </item>
198     </layout>
199    </item>
200    <item row="11" column="0" colspan="2">
201     <layout class="QHBoxLayout">
202      <item>
203       <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,0">
204        <item>
205         <widget class="QStatusBar" name="statusBar">
206          <property name="sizeGripEnabled">
207           <bool>false</bool>
208          </property>
209         </widget>
210        </item>
211        <item>
212         <widget class="QDialogButtonBox" name="buttonBox">
213          <property name="standardButtons">
214           <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
215          </property>
216         </widget>
217        </item>
218       </layout>
219      </item>
220     </layout>
221    </item>
222    <item row="3" column="0">
223     <layout class="QHBoxLayout" name="horizontalLayout_5">
224      <item>
225       <widget class="QLabel" name="authorLA">
226        <property name="toolTip">
227         <string>Changes in the workarea are allocated to the selected author or category</string>
228        </property>
229        <property name="text">
230         <string>Changes mar&amp;kup:</string>
231        </property>
232        <property name="buddy">
233         <cstring>authorCO</cstring>
234        </property>
235       </widget>
236      </item>
237      <item>
238       <widget class="QComboBox" name="authorCO">
239        <property name="toolTip">
240         <string>Changes in the workarea are allocated to the selected author or category</string>
241        </property>
242       </widget>
243      </item>
244      <item>
245       <spacer name="horizontalSpacer_2">
246        <property name="orientation">
247         <enum>Qt::Horizontal</enum>
248        </property>
249        <property name="sizeHint" stdset="0">
250         <size>
251          <width>0</width>
252          <height>0</height>
253         </size>
254        </property>
255       </spacer>
256      </item>
257     </layout>
258    </item>
259   </layout>
260  </widget>
261  <includes>
262   <include location="local">qt_i18n.h</include>
263  </includes>
264  <resources/>
265  <connections/>
266 </ui>