<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>747</width>
    <height>137</height>
   </rect>
  </property>
  <layout class="QGridLayout" name="gridLayout" >
   <item row="0" column="0" >
    <widget class="QLabel" name="label" >
     <property name="text" >
      <string>Find:</string>
     </property>
     <property name="alignment" >
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
     </property>
     <property name="buddy" >
      <cstring>pattern</cstring>
     </property>
    </widget>
   </item>
   <item row="0" column="1" >
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
     <item>
      <widget class="QComboBox" name="pattern" >
       <property name="sizePolicy" >
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
         <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>
      </widget>
     </item>
    </layout>
   </item>
   <item row="0" column="3" >
    <widget class="QPushButton" name="findNext" >
     <property name="toolTip" >
      <string>Jump to next match</string>
     </property>
     <property name="text" >
      <string>Next</string>
     </property>
     <property name="icon" >
      <iconset>
       <normaloff/>
      </iconset>
     </property>
    </widget>
   </item>
   <item row="0" column="4" colspan="2" >
    <widget class="QPushButton" name="findPrev" >
     <property name="toolTip" >
      <string>Jump to previous match</string>
     </property>
     <property name="text" >
      <string>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>Replace:</string>
     </property>
     <property name="alignment" >
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
     </property>
     <property name="buddy" >
      <cstring>replacement</cstring>
     </property>
    </widget>
   </item>
   <item row="1" column="1" >
    <layout class="QHBoxLayout" name="horizontalLayout_3" >
     <item>
      <widget class="QComboBox" name="replacement" >
       <property name="sizePolicy" >
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
         <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>
      </widget>
     </item>
    </layout>
   </item>
   <item row="1" column="3" >
    <widget class="QPushButton" name="replaceNext" >
     <property name="toolTip" >
      <string>Replace next match</string>
     </property>
     <property name="text" >
      <string>Replace</string>
     </property>
    </widget>
   </item>
   <item row="1" column="4" colspan="2" >
    <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="6" >
    <widget class="Line" name="line" >
     <property name="sizePolicy" >
      <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
       <horstretch>0</horstretch>
       <verstretch>2</verstretch>
      </sizepolicy>
     </property>
     <property name="maximumSize" >
      <size>
       <width>16777215</width>
       <height>2</height>
      </size>
     </property>
     <property name="orientation" >
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item row="3" column="1" colspan="4" >
    <layout class="QHBoxLayout" name="horizontalLayout" >
     <item>
      <widget class="QCheckBox" name="highlightAll" >
       <property name="toolTip" >
        <string>Highlight all matches</string>
       </property>
       <property name="text" >
        <string>Hi&amp;ghlight all</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QCheckBox" name="matchCase" >
       <property name="toolTip" >
        <string>Case-sensitive searching</string>
       </property>
       <property name="text" >
        <string>Match case</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QCheckBox" name="fromCursor" >
       <property name="toolTip" >
        <string>Start search from cursor, not document start</string>
       </property>
       <property name="text" >
        <string>From cursor</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QCheckBox" name="selectionOnly" >
       <property name="toolTip" >
        <string>Search/replace within the current selection only</string>
       </property>
       <property name="text" >
        <string>Selection only   </string>
       </property>
      </widget>
     </item>
     <item>
      <spacer name="horizontalSpacer_2" >
       <property name="orientation" >
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0" >
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
   <item row="3" column="5" >
    <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 row="0" column="6" >
    <widget class="QComboBox" name="searchMode" >
     <property name="toolTip" >
      <string>Search mode</string>
     </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 row="1" column="6" >
    <widget class="QCheckBox" name="usePlaceholders" >
     <property name="toolTip" >
      <string>Resolve placeholders (\0 to \9) and escape sequences (\n, \t, ..)</string>
     </property>
     <property name="text" >
      <string>&amp;Use placeholders</string>
     </property>
    </widget>
   </item>
  </layout>
  <zorder>horizontalSpacer_2</zorder>
  <zorder>label_6</zorder>
  <zorder>horizontalSpacer</zorder>
  <zorder>matchCase</zorder>
  <zorder>fromCursor</zorder>
  <zorder>selectionOnly</zorder>
  <zorder>horizontalSpacer</zorder>
  <zorder>groupBox</zorder>
  <zorder>line</zorder>
  <zorder>label_4</zorder>
  <zorder>searchMode</zorder>
  <zorder>usePlaceholders</zorder>
  <zorder>replacementAdd_2</zorder>
  <zorder>patternAdd</zorder>
 </widget>
 <tabstops>
  <tabstop>pattern</tabstop>
  <tabstop>replacement</tabstop>
  <tabstop>findNext</tabstop>
  <tabstop>findPrev</tabstop>
  <tabstop>replaceNext</tabstop>
  <tabstop>replaceAll</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>
