]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ChangeTrackingUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ChangeTrackingUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChangeTrackingUi</class>
4  <widget class="QWidget" name="ChangeTrackingUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>401</width>
10     <height>140</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string/>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QCheckBox" name="trackChangesCB">
19      <property name="toolTip">
20       <string>If checked, additions and deletions will be tracked in the document</string>
21      </property>
22      <property name="text">
23       <string>&amp;Track changes</string>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="0">
28     <widget class="QCheckBox" name="outputChangesCB">
29      <property name="toolTip">
30       <string>If checked, changes will be shown in the PDF/DVI/PS output</string>
31      </property>
32      <property name="text">
33       <string>&amp;Show changes in output</string>
34      </property>
35     </widget>
36    </item>
37    <item row="2" column="0">
38     <widget class="QCheckBox" name="changeBarsCB">
39      <property name="toolTip">
40       <string>Use change bars in addition to change tracking markup</string>
41      </property>
42      <property name="text">
43       <string>Use change &amp;bars in output</string>
44      </property>
45     </widget>
46    </item>
47    <item row="3" column="0">
48     <spacer name="verticalSpacer">
49      <property name="orientation">
50       <enum>Qt::Vertical</enum>
51      </property>
52      <property name="sizeHint" stdset="0">
53       <size>
54        <width>20</width>
55        <height>32</height>
56       </size>
57      </property>
58     </spacer>
59    </item>
60   </layout>
61  </widget>
62  <includes>
63   <include location="local">qt_i18n.h</include>
64  </includes>
65  <resources/>
66  <connections/>
67 </ui>