src/eric7/QScintilla/SearchReplaceWidget.ui

Thu, 11 Jul 2024 14:21:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 11 Jul 2024 14:21:34 +0200
branch
eric7
changeset 10840
c8045d0dbaa7
parent 10422
e28b89693f37
permissions
-rw-r--r--

MicroPython
- Updated the list of known CircuitPython boards for CPy 9.1.0.
- Updated the list of known UF2 capable boards.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SearchReplaceWidget</class>
 <widget class="QWidget" name="SearchReplaceWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>995</width>
    <height>58</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Find and Replace</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <item row="1" column="2">
    <widget class="QLabel" name="replaceLabel">
     <property name="text">
      <string>&amp;Replace:</string>
     </property>
     <property name="buddy">
      <cstring>replacetextCombo</cstring>
     </property>
    </widget>
   </item>
   <item row="0" column="10">
    <widget class="QCheckBox" name="selectionCheckBox">
     <property name="toolTip">
      <string>Select to search in the current selection only</string>
     </property>
     <property name="text">
      <string>&amp;Selection only</string>
     </property>
    </widget>
   </item>
   <item row="0" column="1">
    <widget class="QToolButton" name="modeToggleButton">
     <property name="toolTip">
      <string>Press to toggle the mode between find and replace mode</string>
     </property>
    </widget>
   </item>
   <item row="0" column="2">
    <widget class="QLabel" name="label">
     <property name="text">
      <string>&amp;Find:</string>
     </property>
     <property name="buddy">
      <cstring>findtextCombo</cstring>
     </property>
    </widget>
   </item>
   <item row="0" column="5">
    <widget class="QCheckBox" name="caseCheckBox">
     <property name="toolTip">
      <string>Select to match case sensitive</string>
     </property>
     <property name="text">
      <string>&amp;Match case</string>
     </property>
    </widget>
   </item>
   <item row="0" column="4">
    <layout class="QHBoxLayout" name="horizontalLayout">
     <property name="spacing">
      <number>0</number>
     </property>
     <item>
      <widget class="QToolButton" name="findPrevButton">
       <property name="toolTip">
        <string>Press to find the previous occurrence</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="findNextButton">
       <property name="toolTip">
        <string>Press to find the next occurrence</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="extendButton">
       <property name="toolTip">
        <string>Press to extend the search to the whole word</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item row="0" column="3">
    <widget class="QComboBox" name="findtextCombo">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>300</width>
       <height>0</height>
      </size>
     </property>
     <property name="editable">
      <bool>true</bool>
     </property>
     <property name="insertPolicy">
      <enum>QComboBox::InsertAtTop</enum>
     </property>
     <property name="duplicatesEnabled">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item row="1" column="4">
    <layout class="QHBoxLayout" name="horizontalLayout_2">
     <property name="spacing">
      <number>0</number>
     </property>
     <item>
      <widget class="QToolButton" name="replaceButton">
       <property name="toolTip">
        <string>Press to replace the selection</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="replaceSearchButton">
       <property name="toolTip">
        <string>Press to replace the selection and search for the next occurence</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QToolButton" name="replaceAllButton">
       <property name="toolTip">
        <string>Press to replace all occurrences</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item row="0" column="8">
    <widget class="QCheckBox" name="regexpCheckBox">
     <property name="toolTip">
      <string>Select if the searchtext is a regular expression</string>
     </property>
     <property name="text">
      <string>Rege&amp;xp</string>
     </property>
    </widget>
   </item>
   <item row="0" column="0">
    <widget class="QToolButton" name="closeButton">
     <property name="toolTip">
      <string>Press to close the window</string>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
   <item row="0" column="9">
    <widget class="QCheckBox" name="wrapCheckBox">
     <property name="toolTip">
      <string>Select to continue the search at the beginning or end</string>
     </property>
     <property name="text">
      <string>Wrap &amp;around</string>
     </property>
    </widget>
   </item>
   <item row="1" column="3">
    <widget class="QComboBox" name="replacetextCombo">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>300</width>
       <height>0</height>
      </size>
     </property>
     <property name="editable">
      <bool>true</bool>
     </property>
     <property name="insertPolicy">
      <enum>QComboBox::InsertAtTop</enum>
     </property>
     <property name="duplicatesEnabled">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item row="0" column="6">
    <widget class="QCheckBox" name="wordCheckBox">
     <property name="toolTip">
      <string>Select to match whole words only</string>
     </property>
     <property name="text">
      <string>Whole &amp;word</string>
     </property>
    </widget>
   </item>
   <item row="0" column="7">
    <widget class="QCheckBox" name="escapeCheckBox">
     <property name="toolTip">
      <string>Select if the search or replace text contains escape codes</string>
     </property>
     <property name="text">
      <string>Escape</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>findtextCombo</tabstop>
  <tabstop>replacetextCombo</tabstop>
  <tabstop>extendButton</tabstop>
  <tabstop>findNextButton</tabstop>
  <tabstop>findPrevButton</tabstop>
  <tabstop>replaceSearchButton</tabstop>
  <tabstop>replaceAllButton</tabstop>
  <tabstop>replaceButton</tabstop>
  <tabstop>caseCheckBox</tabstop>
  <tabstop>wordCheckBox</tabstop>
  <tabstop>escapeCheckBox</tabstop>
  <tabstop>regexpCheckBox</tabstop>
  <tabstop>wrapCheckBox</tabstop>
  <tabstop>selectionCheckBox</tabstop>
  <tabstop>closeButton</tabstop>
  <tabstop>modeToggleButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial