-
Allen, Bruce (CIV) authoredAllen, Bruce (CIV) authored
find_and_replace_dialog.ui 2.62 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FindAndReplaceDialog</class>
<widget class="QDialog" name="FindAndReplaceDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>472</width>
<height>126</height>
</rect>
</property>
<property name="windowTitle">
<string>Find and replace</string>
</property>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>391</width>
<height>63</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="find_l">
<property name="text">
<string>Find</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="replace_l">
<property name="text">
<string>Replace with</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="replace_with_le"/>
</item>
<item row="0" column="1">
<widget class="FindAndReplaceCB" name="find_cb"/>
</item>
</layout>
</widget>
<widget class="QPushButton" name="replace_pb">
<property name="geometry">
<rect>
<x>200</x>
<y>90</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Replace</string>
</property>
</widget>
<widget class="QPushButton" name="close_pb">
<property name="geometry">
<rect>
<x>380</x>
<y>90</y>
<width>83</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QToolButton" name="previous_tb">
<property name="geometry">
<rect>
<x>410</x>
<y>20</y>
<width>21</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string><</string>
</property>
</widget>
<widget class="QToolButton" name="next_tb">
<property name="geometry">
<rect>
<x>440</x>
<y>20</y>
<width>21</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>></string>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>FindAndReplaceCB</class>
<extends>QComboBox</extends>
<header>find_and_replace_cb</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>find_cb</tabstop>
<tabstop>replace_with_le</tabstop>
<tabstop>replace_pb</tabstop>
<tabstop>close_pb</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>