* contrib/hbide/ideconsole.prg
* Minor.
* contrib/hbide/finddialog.ui
* Changed: the appearance and a bit of functionality of
"Find & Replace" dialog. It was occupying larger desktop
territory than needed, which, at times is too precious.
* contrib/hbide/idefindreplace.prg
* Reworked: the way "Find What" edit control of "Find & Replace"
dialog was behaving. Now it is almost at par with XMate.
* Fixed: the window coordinates were not being maintained either
with repositioning or close via "X" button.
260 lines
5.6 KiB
XML
260 lines
5.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogFind</class>
|
|
<widget class="QDialog" name="DialogFind">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>333</width>
|
|
<height>155</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Find and Replace</string>
|
|
</property>
|
|
<widget class="QPushButton" name="buttonFind">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>272</x>
|
|
<y>6</y>
|
|
<width>51</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Find</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonReplace">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>272</x>
|
|
<y>98</y>
|
|
<width>51</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Replace</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonClose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>272</x>
|
|
<y>124</y>
|
|
<width>51</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboReplaceWith">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>100</y>
|
|
<width>253</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkGlobal">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>128</y>
|
|
<width>71</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Global</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkNoPrompting">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>132</x>
|
|
<y>128</y>
|
|
<width>89</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>No prompting</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>52</y>
|
|
<width>161</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QRadioButton" name="radioFromCursor">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>4</y>
|
|
<width>141</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start from cursor position</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioEntire">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>20</y>
|
|
<width>141</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Entire file</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>52</y>
|
|
<width>81</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QRadioButton" name="radioUp">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>4</y>
|
|
<width>41</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>up</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioDown">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>51</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Down</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkMatchCase">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>32</y>
|
|
<width>81</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>Match case</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkListOnly">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>132</x>
|
|
<y>32</y>
|
|
<width>71</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string>List only</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFindWhat">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>8</y>
|
|
<width>253</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|