2012-12-21 08:51:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-10-05 05:53:01 +02:00
|
|
|
<width>479</width>
|
|
|
|
<height>247</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>browsing_find_and_replace</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2021-07-13 16:33:45 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="replace">
|
2020-05-31 05:04:21 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>9</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
2020-08-20 07:26:23 +02:00
|
|
|
<property name="sizeAdjustPolicy">
|
2021-10-05 05:53:01 +02:00
|
|
|
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
2020-08-20 07:26:23 +02:00
|
|
|
</property>
|
2020-05-31 05:04:21 +02:00
|
|
|
</widget>
|
2012-12-21 08:51:59 +01:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>browsing_replace_with</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>browsing_in</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-13 16:33:45 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>browsing_find</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item row="2" column="1">
|
2020-08-20 07:26:23 +02:00
|
|
|
<widget class="QComboBox" name="field">
|
|
|
|
<property name="sizeAdjustPolicy">
|
2021-10-05 05:53:01 +02:00
|
|
|
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
2020-08-20 07:26:23 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
2012-12-21 08:51:59 +01:00
|
|
|
</item>
|
2022-09-20 08:34:15 +02:00
|
|
|
<item row="5" column="1" alignment="Qt::AlignLeft">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QCheckBox" name="re">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>browsing_treat_input_as_regular_expression</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-09-20 08:34:15 +02:00
|
|
|
<item row="4" column="1" alignment="Qt::AlignLeft">
|
2012-12-21 08:51:59 +01:00
|
|
|
<widget class="QCheckBox" name="ignoreCase">
|
|
|
|
<property name="text">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>browsing_ignore_case</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-07-13 16:33:45 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="find">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>9</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::NoInsert</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
2021-10-05 05:53:01 +02:00
|
|
|
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
2021-07-13 16:33:45 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-09-20 08:34:15 +02:00
|
|
|
<item row="3" column="1" alignment="Qt::AlignLeft">
|
2021-07-13 16:33:45 +02:00
|
|
|
<widget class="QCheckBox" name="selected_notes">
|
|
|
|
<property name="text">
|
|
|
|
<string>browsing_selected_notes_only</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-12-21 08:51:59 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>find</tabstop>
|
|
|
|
<tabstop>replace</tabstop>
|
|
|
|
<tabstop>field</tabstop>
|
|
|
|
<tabstop>ignoreCase</tabstop>
|
|
|
|
<tabstop>re</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>256</x>
|
|
|
|
<y>154</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>290</x>
|
|
|
|
<y>154</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|