2013-05-05 13:05:50 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-11-16 00:15:51 +00:00
|
|
|
<class>FindAndReplaceUi</class>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QTabWidget" name="FindAndReplaceUi">
|
|
|
|
<property name="geometry">
|
2008-11-16 00:15:51 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-05-05 13:05:50 +00:00
|
|
|
<width>276</width>
|
2013-08-23 19:36:50 +00:00
|
|
|
<height>421</height>
|
2008-11-16 00:15:51 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>TabWidget</string>
|
2008-11-16 00:15:51 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="currentIndex">
|
2013-05-10 14:20:14 +00:00
|
|
|
<number>0</number>
|
2008-11-16 00:15:51 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QWidget" name="basicTab">
|
|
|
|
<attribute name="title">
|
2011-02-18 18:34:51 +00:00
|
|
|
<string>Sear&ch</string>
|
2010-03-27 17:37:41 +00:00
|
|
|
</attribute>
|
2013-05-05 14:09:53 +00:00
|
|
|
<layout class="QVBoxLayout" name="dynamicLayoutBasic_">
|
2013-05-05 13:05:50 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="findLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="findLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Find:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>find_work_area_</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="lyx::frontend::EmbeddedWorkArea" name="find_work_area_" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-27 17:37:41 +00:00
|
|
|
</item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="replaceLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="replaceLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Replace &with:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>replace_work_area_</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="lyx::frontend::EmbeddedWorkArea" name="replace_work_area_" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-27 17:37:41 +00:00
|
|
|
</item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="caseCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Perform a case-sensitive search</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Case &sensitive</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="findNextPB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>100</horstretch>
|
|
|
|
<verstretch>32</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Find next occurrence [Enter]</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Find &Next</string>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="wordsCB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Restrict search to whole words only</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>W&hole words</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="replacePB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>100</horstretch>
|
|
|
|
<verstretch>32</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Replace and find next occurrence [Enter]</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Replace</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="searchbackCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Shift+Enter search backwards directly</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Search &backwards</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="replaceallPB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>100</horstretch>
|
|
|
|
<verstretch>32</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Replace all occurences at once</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Replace &All</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-27 17:37:41 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QWidget" name="advancedTab">
|
|
|
|
<attribute name="title">
|
2011-02-18 18:34:51 +00:00
|
|
|
<string>S&ettings</string>
|
2010-03-27 17:37:41 +00:00
|
|
|
</attribute>
|
2013-05-05 14:09:53 +00:00
|
|
|
<layout class="QVBoxLayout" name="dynamicLayoutAdvanced_">
|
|
|
|
<item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="enabled">
|
2010-03-27 17:37:41 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-05 14:09:53 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="toolTip">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>The scope to which the search horizon is restricted</string>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="autoFillBackground">
|
2010-03-27 17:37:41 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="title">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>Sco&pe</string>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="flat">
|
2010-03-27 17:37:41 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2010-03-27 17:37:41 +00:00
|
|
|
<item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QRadioButton" name="CurrentDocument">
|
|
|
|
<property name="enabled">
|
2010-03-25 16:57:39 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="text">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>Current &document</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="checked">
|
2010-03-25 16:57:39 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-27 17:37:41 +00:00
|
|
|
<item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QRadioButton" name="MasterDocument">
|
|
|
|
<property name="enabled">
|
2010-03-25 16:57:39 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2010-03-27 17:37:41 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="toolTip">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>Current document and all related documents belonging to the same master document</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="text">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>&Master document</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-27 17:37:41 +00:00
|
|
|
<item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QRadioButton" name="OpenDocuments">
|
|
|
|
<property name="enabled">
|
2010-03-25 16:57:39 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="toolTip">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>All open documents</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="text">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>&Open documents</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-27 17:37:41 +00:00
|
|
|
<item>
|
2013-05-05 13:05:50 +00:00
|
|
|
<widget class="QRadioButton" name="AllManualsRB">
|
|
|
|
<property name="enabled">
|
2010-03-27 17:37:41 +00:00
|
|
|
<bool>true</bool>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
2013-05-05 13:05:50 +00:00
|
|
|
<property name="text">
|
2010-03-27 17:37:41 +00:00
|
|
|
<string>All ma&nuals</string>
|
2010-03-25 16:57:39 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2010-03-21 11:50:13 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-03-27 17:37:41 +00:00
|
|
|
</item>
|
2013-05-05 14:09:53 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
2010-03-27 17:37:41 +00:00
|
|
|
</property>
|
2013-05-05 14:09:53 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="ignoreFormatCB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>If unchecked, the search will be limited to occurrences of the selected text and paragraph style</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ignore &format</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="keepCaseCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Keep the case of the replacement's first letter as in each matching text first letter</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Preserve first case on replace</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-23 19:36:50 +00:00
|
|
|
<item row="4" column="0">
|
2013-05-05 14:09:53 +00:00
|
|
|
<widget class="QCheckBox" name="expandMacrosCB">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Expand macros</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-08-23 19:36:50 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="OnlyMaths">
|
|
|
|
<property name="text">
|
|
|
|
<string>Search only in mat&hs</string>
|
2013-05-05 14:09:53 +00:00
|
|
|
</property>
|
2013-10-13 10:36:38 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Restrict search to math environments only</string>
|
|
|
|
</property>
|
2013-08-23 19:36:50 +00:00
|
|
|
</widget>
|
2013-05-05 14:09:53 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-27 17:37:41 +00:00
|
|
|
</item>
|
2013-08-23 19:36:50 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-03-27 17:37:41 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-11-16 00:15:51 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2008-11-22 17:06:26 +00:00
|
|
|
<class>lyx::frontend::EmbeddedWorkArea</class>
|
2010-03-27 17:37:41 +00:00
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>GuiWorkArea.h</header>
|
2008-11-16 00:15:51 +00:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|