kde-workspace/kate/part/search/searchbarpower.ui
Ivailo Monev 936c69c827 generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:19:24 +03:00

312 lines
8.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Sebastian Pipping</author>
<class>PowerSearchBar</class>
<widget class="QWidget" name="PowerSearchBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<height>99</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>F&amp;ind:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>pattern</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="KComboBox" name="pattern">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
<property name="toolTip">
<string>Text to search for</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="findNext">
<property name="toolTip">
<string>Jump to next match</string>
</property>
<property name="text">
<string>&amp;Next</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="findPrev">
<property name="toolTip">
<string>Jump to previous match</string>
</property>
<property name="text">
<string>&amp;Previous</string>
</property>
<property name="icon">
<iconset>
<normaloff/>
</iconset>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Rep&amp;lace:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>replacement</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="KComboBox" name="replacement">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Text to replace with</string>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="replaceNext">
<property name="toolTip">
<string>Replace next match</string>
</property>
<property name="text">
<string>&amp;Replace</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QPushButton" name="replaceAll">
<property name="toolTip">
<string>Replace all matches</string>
</property>
<property name="text">
<string>Replace &amp;All</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="4">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<item>
<widget class="QComboBox" name="searchMode">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Search mode</string>
</property>
<property name="maxVisibleItems">
<number>4</number>
</property>
<property name="frame">
<bool>true</bool>
</property>
<item>
<property name="text">
<string>Plain text</string>
</property>
</item>
<item>
<property name="text">
<string>Whole words</string>
</property>
</item>
<item>
<property name="text">
<string>Escape sequences</string>
</property>
</item>
<item>
<property name="text">
<string>Regular expression</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="matchCase">
<property name="toolTip">
<string>Case-sensitive searching</string>
</property>
<property name="text">
<string>&amp;Match case</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="selectionOnly">
<property name="text">
<string>Selection &amp;only</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Mo&amp;de:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>searchMode</cstring>
</property>
</widget>
</item>
<item row="3" column="3">
<widget class="KPushButton" name="findAll">
<property name="text">
<string>&amp;Find All</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QToolButton" name="mutate">
<property name="toolTip">
<string>Switch to incremental search bar</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff/>
</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>pattern</tabstop>
<tabstop>replacement</tabstop>
<tabstop>findNext</tabstop>
<tabstop>findPrev</tabstop>
<tabstop>replaceNext</tabstop>
<tabstop>replaceAll</tabstop>
<tabstop>searchMode</tabstop>
<tabstop>matchCase</tabstop>
<tabstop>selectionOnly</tabstop>
<tabstop>findAll</tabstop>
<tabstop>mutate</tabstop>
</tabstops>
<connections/>
</ui>