123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>LUAEditorFindDialog</class>
- <widget class="QDialog" name="LUAEditorFindDialog">
- <property name="windowModality">
- <enum>Qt::NonModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>691</width>
- <height>394</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>Block Ops</string>
- </property>
- <widget class="QGroupBox" name="textSearchGroupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>671</width>
- <height>251</height>
- </rect>
- </property>
- <property name="title">
- <string>Text Search</string>
- </property>
- <widget class="QPushButton" name="cancelButton">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>140</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Stop!</string>
- </property>
- </widget>
- <widget class="QLabel" name="textToFindLabel">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Text to Find:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="LUAEditorFindDialogLabel" stdset="0">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="txtFind">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>30</y>
- <width>401</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="findNextButton">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>100</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Find &Next</string>
- </property>
- <property name="shortcut">
- <string>F3</string>
- </property>
- <property name="autoRepeat">
- <bool>true</bool>
- </property>
- <property name="autoRepeatDelay">
- <number>500</number>
- </property>
- <property name="autoRepeatInterval">
- <number>200</number>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="findAllButton">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>60</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Find &All</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QComboBox" name="searchWhereComboBox">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>60</y>
- <width>401</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>Current File</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>All Open Files</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="busyLabel">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>190</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- <property name="lineWidth">
- <number>2</number>
- </property>
- <property name="midLineWidth">
- <number>0</number>
- </property>
- <property name="text">
- <string>Idle</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="IdleLabel" stdset="0">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>161</width>
- <height>91</height>
- </rect>
- </property>
- <property name="title">
- <string>Search Direction</string>
- </property>
- <widget class="QRadioButton" name="searchUpRadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>140</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Search Up</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="searchDownRadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>140</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Search Down</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>90</y>
- <width>181</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>Options</string>
- </property>
- <widget class="QCheckBox" name="caseSensitiveCheckBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>135</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Case Sensitive</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="wholeWordsCheckBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>135</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Whole Word</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="wrapCheckBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>135</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Wrap</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="regularExpressionCheckBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>200</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Regular Expression</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>90</y>
- <width>141</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>Results Window</string>
- </property>
- <widget class="QRadioButton" name="m_find1RadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>82</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Find 1</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QRadioButton" name="m_find2RadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>82</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Find 2</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="m_find3RadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>82</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Find 3</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="m_find4RadioButton">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>82</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Find 4</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QGroupBox" name="searchAndReplaceGroupBox">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>270</y>
- <width>671</width>
- <height>111</height>
- </rect>
- </property>
- <property name="title">
- <string>Search && Replace</string>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <widget class="QPushButton" name="replaceAllButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>70</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Replace All</string>
- </property>
- </widget>
- <widget class="QLabel" name="replaceWithLabel">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>30</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Replace With:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="LUAEditorFindDialogLabel" stdset="0">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLineEdit" name="txtReplaceWith">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>30</y>
- <width>401</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="replaceButton">
- <property name="geometry">
- <rect>
- <x>550</x>
- <y>30</y>
- <width>111</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Replace</string>
- </property>
- </widget>
- </widget>
- </widget>
- <tabstops>
- <tabstop>txtFind</tabstop>
- <tabstop>searchWhereComboBox</tabstop>
- <tabstop>searchDownRadioButton</tabstop>
- <tabstop>searchUpRadioButton</tabstop>
- <tabstop>caseSensitiveCheckBox</tabstop>
- <tabstop>wholeWordsCheckBox</tabstop>
- <tabstop>wrapCheckBox</tabstop>
- <tabstop>regularExpressionCheckBox</tabstop>
- <tabstop>findAllButton</tabstop>
- <tabstop>findNextButton</tabstop>
- <tabstop>cancelButton</tabstop>
- <tabstop>txtReplaceWith</tabstop>
- <tabstop>replaceButton</tabstop>
- <tabstop>replaceAllButton</tabstop>
- </tabstops>
- <resources/>
- <connections>
- <connection>
- <sender>findNextButton</sender>
- <signal>clicked()</signal>
- <receiver>LUAEditorFindDialog</receiver>
- <slot>OnFindNext()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>303</x>
- <y>42</y>
- </hint>
- <hint type="destinationlabel">
- <x>187</x>
- <y>102</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>cancelButton</sender>
- <signal>clicked()</signal>
- <receiver>LUAEditorFindDialog</receiver>
- <slot>OnCancel()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>368</x>
- <y>132</y>
- </hint>
- <hint type="destinationlabel">
- <x>187</x>
- <y>102</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>replaceAllButton</sender>
- <signal>clicked()</signal>
- <receiver>LUAEditorFindDialog</receiver>
- <slot>OnReplaceAll()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>323</x>
- <y>181</y>
- </hint>
- <hint type="destinationlabel">
- <x>187</x>
- <y>102</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>replaceButton</sender>
- <signal>clicked()</signal>
- <receiver>LUAEditorFindDialog</receiver>
- <slot>OnReplace()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>425</x>
- <y>161</y>
- </hint>
- <hint type="destinationlabel">
- <x>249</x>
- <y>109</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>findAllButton</sender>
- <signal>clicked()</signal>
- <receiver>LUAEditorFindDialog</receiver>
- <slot>OnFindAll()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>423</x>
- <y>66</y>
- </hint>
- <hint type="destinationlabel">
- <x>249</x>
- <y>124</y>
- </hint>
- </hints>
- </connection>
- </connections>
- <slots>
- <slot>OnReplaceAll()</slot>
- <slot>OnReplace()</slot>
- <slot>OnCancel()</slot>
- <slot>OnFindNext()</slot>
- <slot>OnFindAll()</slot>
- </slots>
- </ui>
|