[LyX/master] Forgot this
Juergen Spitzmueller
spitz at lyx.org
Wed Dec 25 08:22:44 UTC 2019
commit 2d4948e1074fbf1b60ad60774c77e8f671cadf54
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Wed Dec 25 09:38:47 2019 +0100
Forgot this
---
src/frontends/qt/ui/ChangeTrackingUi.ui | 67 +++++++++++++++++++++++++++++++
1 files changed, 67 insertions(+), 0 deletions(-)
diff --git a/src/frontends/qt/ui/ChangeTrackingUi.ui b/src/frontends/qt/ui/ChangeTrackingUi.ui
new file mode 100644
index 0000000..5eeed05
--- /dev/null
+++ b/src/frontends/qt/ui/ChangeTrackingUi.ui
@@ -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>&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>&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 &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>
More information about the lyx-cvs
mailing list