]> git.lyx.org Git - features.git/commitdiff
Forgot this
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 25 Dec 2019 08:38:47 +0000 (09:38 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 25 Dec 2019 08:38:47 +0000 (09:38 +0100)
src/frontends/qt/ui/ChangeTrackingUi.ui [new file with mode: 0644]

diff --git a/src/frontends/qt/ui/ChangeTrackingUi.ui b/src/frontends/qt/ui/ChangeTrackingUi.ui
new file mode 100644 (file)
index 0000000..5eeed05
--- /dev/null
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>ChangeTrackingUi</class>
+ <widget class="QWidget" name="ChangeTrackingUi">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>401</width>
+    <height>140</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string/>
+  </property>
+  <layout class="QGridLayout" name="gridLayout">
+   <item row="0" column="0">
+    <widget class="QCheckBox" name="trackChangesCB">
+     <property name="toolTip">
+      <string>If checked, additions and deletions will be tracked in the document</string>
+     </property>
+     <property name="text">
+      <string>&amp;Track changes</string>
+     </property>
+    </widget>
+   </item>
+   <item row="1" column="0">
+    <widget class="QCheckBox" name="outputChangesCB">
+     <property name="toolTip">
+      <string>If checked, changes will be shown in the PDF/DVI/PS output</string>
+     </property>
+     <property name="text">
+      <string>&amp;Show changes in output</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="0">
+    <widget class="QCheckBox" name="changeBarsCB">
+     <property name="toolTip">
+      <string>Use change bars in addition to change tracking markup</string>
+     </property>
+     <property name="text">
+      <string>Use change &amp;bars in output</string>
+     </property>
+    </widget>
+   </item>
+   <item row="3" column="0">
+    <spacer name="verticalSpacer">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>32</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+  </layout>
+ </widget>
+ <includes>
+  <include location="local">qt_i18n.h</include>
+ </includes>
+ <resources/>
+ <connections/>
+</ui>