| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>FindInFiles</class>
|
|---|
| 4 | <widget class="QDialog" name="FindInFiles">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>452</width>
|
|---|
| 10 | <height>328</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="contextMenuPolicy">
|
|---|
| 14 | <enum>Qt::DefaultContextMenu</enum>
|
|---|
| 15 | </property>
|
|---|
| 16 | <property name="windowTitle">
|
|---|
| 17 | <string>Find and Replace</string>
|
|---|
| 18 | </property>
|
|---|
| 19 | <property name="toolTip">
|
|---|
| 20 | <string/>
|
|---|
| 21 | </property>
|
|---|
| 22 | <property name="whatsThis">
|
|---|
| 23 | <string/>
|
|---|
| 24 | </property>
|
|---|
| 25 | <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|---|
| 26 | <item>
|
|---|
| 27 | <widget class="QTabWidget" name="tabWidget">
|
|---|
| 28 | <property name="currentIndex">
|
|---|
| 29 | <number>0</number>
|
|---|
| 30 | </property>
|
|---|
| 31 | <widget class="QWidget" name="tab">
|
|---|
| 32 | <attribute name="title">
|
|---|
| 33 | <string>Find and Replace</string>
|
|---|
| 34 | </attribute>
|
|---|
| 35 | <layout class="QHBoxLayout" name="horizontalLayout_12">
|
|---|
| 36 | <item>
|
|---|
| 37 | <layout class="QVBoxLayout" name="verticalLayout_8">
|
|---|
| 38 | <item>
|
|---|
| 39 | <layout class="QGridLayout" name="_2">
|
|---|
| 40 | <property name="margin">
|
|---|
| 41 | <number>0</number>
|
|---|
| 42 | </property>
|
|---|
| 43 | <property name="spacing">
|
|---|
| 44 | <number>6</number>
|
|---|
| 45 | </property>
|
|---|
| 46 | <item row="1" column="0">
|
|---|
| 47 | <widget class="QLabel" name="label_2">
|
|---|
| 48 | <property name="text">
|
|---|
| 49 | <string>Replace w&ith:</string>
|
|---|
| 50 | </property>
|
|---|
| 51 | <property name="buddy">
|
|---|
| 52 | <cstring>replaceComboBox</cstring>
|
|---|
| 53 | </property>
|
|---|
| 54 | </widget>
|
|---|
| 55 | </item>
|
|---|
| 56 | <item row="0" column="0">
|
|---|
| 57 | <widget class="QLabel" name="label">
|
|---|
| 58 | <property name="text">
|
|---|
| 59 | <string>Find &what:</string>
|
|---|
| 60 | </property>
|
|---|
| 61 | <property name="buddy">
|
|---|
| 62 | <cstring>findComboBox</cstring>
|
|---|
| 63 | </property>
|
|---|
| 64 | </widget>
|
|---|
| 65 | </item>
|
|---|
| 66 | <item row="1" column="1">
|
|---|
| 67 | <widget class="QComboBox" name="replaceComboBox">
|
|---|
| 68 | <property name="sizePolicy">
|
|---|
| 69 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 70 | <horstretch>0</horstretch>
|
|---|
| 71 | <verstretch>0</verstretch>
|
|---|
| 72 | </sizepolicy>
|
|---|
| 73 | </property>
|
|---|
| 74 | </widget>
|
|---|
| 75 | </item>
|
|---|
| 76 | <item row="0" column="1">
|
|---|
| 77 | <widget class="QComboBox" name="findComboBox">
|
|---|
| 78 | <property name="sizePolicy">
|
|---|
| 79 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 80 | <horstretch>0</horstretch>
|
|---|
| 81 | <verstretch>0</verstretch>
|
|---|
| 82 | </sizepolicy>
|
|---|
| 83 | </property>
|
|---|
| 84 | </widget>
|
|---|
| 85 | </item>
|
|---|
| 86 | </layout>
|
|---|
| 87 | </item>
|
|---|
| 88 | <item>
|
|---|
| 89 | <layout class="QHBoxLayout" name="_3">
|
|---|
| 90 | <property name="spacing">
|
|---|
| 91 | <number>6</number>
|
|---|
| 92 | </property>
|
|---|
| 93 | <property name="margin">
|
|---|
| 94 | <number>0</number>
|
|---|
| 95 | </property>
|
|---|
| 96 | <item>
|
|---|
| 97 | <widget class="QCheckBox" name="wholeCheckBox">
|
|---|
| 98 | <property name="text">
|
|---|
| 99 | <string>Wh&ole words</string>
|
|---|
| 100 | </property>
|
|---|
| 101 | <property name="checked">
|
|---|
| 102 | <bool>false</bool>
|
|---|
| 103 | </property>
|
|---|
| 104 | </widget>
|
|---|
| 105 | </item>
|
|---|
| 106 | <item>
|
|---|
| 107 | <widget class="QCheckBox" name="caseCheckBox">
|
|---|
| 108 | <property name="text">
|
|---|
| 109 | <string>&Case sensitive</string>
|
|---|
| 110 | </property>
|
|---|
| 111 | </widget>
|
|---|
| 112 | </item>
|
|---|
| 113 | </layout>
|
|---|
| 114 | </item>
|
|---|
| 115 | <item>
|
|---|
| 116 | <layout class="QHBoxLayout" name="_4">
|
|---|
| 117 | <property name="spacing">
|
|---|
| 118 | <number>6</number>
|
|---|
| 119 | </property>
|
|---|
| 120 | <property name="margin">
|
|---|
| 121 | <number>0</number>
|
|---|
| 122 | </property>
|
|---|
| 123 | <item>
|
|---|
| 124 | <widget class="QLabel" name="label_3">
|
|---|
| 125 | <property name="text">
|
|---|
| 126 | <string>&Syntax:</string>
|
|---|
| 127 | </property>
|
|---|
| 128 | <property name="buddy">
|
|---|
| 129 | <cstring>syntaxComboBox</cstring>
|
|---|
| 130 | </property>
|
|---|
| 131 | </widget>
|
|---|
| 132 | </item>
|
|---|
| 133 | <item>
|
|---|
| 134 | <widget class="QComboBox" name="syntaxComboBox">
|
|---|
| 135 | <item>
|
|---|
| 136 | <property name="text">
|
|---|
| 137 | <string>Literal text</string>
|
|---|
| 138 | </property>
|
|---|
| 139 | </item>
|
|---|
| 140 | <item>
|
|---|
| 141 | <property name="text">
|
|---|
| 142 | <string>Regular expression</string>
|
|---|
| 143 | </property>
|
|---|
| 144 | </item>
|
|---|
| 145 | </widget>
|
|---|
| 146 | </item>
|
|---|
| 147 | </layout>
|
|---|
| 148 | </item>
|
|---|
| 149 | <item>
|
|---|
| 150 | <widget class="Line" name="line">
|
|---|
| 151 | <property name="orientation">
|
|---|
| 152 | <enum>Qt::Horizontal</enum>
|
|---|
| 153 | </property>
|
|---|
| 154 | </widget>
|
|---|
| 155 | </item>
|
|---|
| 156 | <item>
|
|---|
| 157 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 158 | <item>
|
|---|
| 159 | <widget class="QGroupBox" name="transparencyGroupBox">
|
|---|
| 160 | <property name="title">
|
|---|
| 161 | <string>Transparency</string>
|
|---|
| 162 | </property>
|
|---|
| 163 | <property name="checkable">
|
|---|
| 164 | <bool>true</bool>
|
|---|
| 165 | </property>
|
|---|
| 166 | <layout class="QHBoxLayout" name="horizontalLayout_11">
|
|---|
| 167 | <item>
|
|---|
| 168 | <layout class="QVBoxLayout" name="verticalLayout_7">
|
|---|
| 169 | <item>
|
|---|
| 170 | <widget class="QSlider" name="transparencySlider">
|
|---|
| 171 | <property name="sizePolicy">
|
|---|
| 172 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|---|
| 173 | <horstretch>0</horstretch>
|
|---|
| 174 | <verstretch>0</verstretch>
|
|---|
| 175 | </sizepolicy>
|
|---|
| 176 | </property>
|
|---|
| 177 | <property name="maximum">
|
|---|
| 178 | <number>100</number>
|
|---|
| 179 | </property>
|
|---|
| 180 | <property name="singleStep">
|
|---|
| 181 | <number>1</number>
|
|---|
| 182 | </property>
|
|---|
| 183 | <property name="value">
|
|---|
| 184 | <number>75</number>
|
|---|
| 185 | </property>
|
|---|
| 186 | <property name="orientation">
|
|---|
| 187 | <enum>Qt::Horizontal</enum>
|
|---|
| 188 | </property>
|
|---|
| 189 | </widget>
|
|---|
| 190 | </item>
|
|---|
| 191 | <item>
|
|---|
| 192 | <widget class="QRadioButton" name="onLosingFocusRButton">
|
|---|
| 193 | <property name="text">
|
|---|
| 194 | <string>On Losing Focus</string>
|
|---|
| 195 | </property>
|
|---|
| 196 | <property name="checked">
|
|---|
| 197 | <bool>true</bool>
|
|---|
| 198 | </property>
|
|---|
| 199 | </widget>
|
|---|
| 200 | </item>
|
|---|
| 201 | <item>
|
|---|
| 202 | <widget class="QRadioButton" name="alwaysRButton">
|
|---|
| 203 | <property name="text">
|
|---|
| 204 | <string>Always</string>
|
|---|
| 205 | </property>
|
|---|
| 206 | </widget>
|
|---|
| 207 | </item>
|
|---|
| 208 | </layout>
|
|---|
| 209 | </item>
|
|---|
| 210 | </layout>
|
|---|
| 211 | </widget>
|
|---|
| 212 | </item>
|
|---|
| 213 | <item>
|
|---|
| 214 | <spacer name="horizontalSpacer">
|
|---|
| 215 | <property name="orientation">
|
|---|
| 216 | <enum>Qt::Horizontal</enum>
|
|---|
| 217 | </property>
|
|---|
| 218 | <property name="sizeHint" stdset="0">
|
|---|
| 219 | <size>
|
|---|
| 220 | <width>40</width>
|
|---|
| 221 | <height>20</height>
|
|---|
| 222 | </size>
|
|---|
| 223 | </property>
|
|---|
| 224 | </spacer>
|
|---|
| 225 | </item>
|
|---|
| 226 | </layout>
|
|---|
| 227 | </item>
|
|---|
| 228 | <item>
|
|---|
| 229 | <spacer>
|
|---|
| 230 | <property name="orientation">
|
|---|
| 231 | <enum>Qt::Vertical</enum>
|
|---|
| 232 | </property>
|
|---|
| 233 | <property name="sizeHint" stdset="0">
|
|---|
| 234 | <size>
|
|---|
| 235 | <width>20</width>
|
|---|
| 236 | <height>40</height>
|
|---|
| 237 | </size>
|
|---|
| 238 | </property>
|
|---|
| 239 | </spacer>
|
|---|
| 240 | </item>
|
|---|
| 241 | </layout>
|
|---|
| 242 | </item>
|
|---|
| 243 | <item>
|
|---|
| 244 | <widget class="Line" name="line_2">
|
|---|
| 245 | <property name="orientation">
|
|---|
| 246 | <enum>Qt::Vertical</enum>
|
|---|
| 247 | </property>
|
|---|
| 248 | </widget>
|
|---|
| 249 | </item>
|
|---|
| 250 | <item>
|
|---|
| 251 | <layout class="QVBoxLayout" name="_5">
|
|---|
| 252 | <property name="spacing">
|
|---|
| 253 | <number>6</number>
|
|---|
| 254 | </property>
|
|---|
| 255 | <property name="margin">
|
|---|
| 256 | <number>0</number>
|
|---|
| 257 | </property>
|
|---|
| 258 | <item>
|
|---|
| 259 | <widget class="QPushButton" name="findNextButton">
|
|---|
| 260 | <property name="text">
|
|---|
| 261 | <string>Find Next</string>
|
|---|
| 262 | </property>
|
|---|
| 263 | </widget>
|
|---|
| 264 | </item>
|
|---|
| 265 | <item>
|
|---|
| 266 | <widget class="Line" name="line_5">
|
|---|
| 267 | <property name="orientation">
|
|---|
| 268 | <enum>Qt::Horizontal</enum>
|
|---|
| 269 | </property>
|
|---|
| 270 | </widget>
|
|---|
| 271 | </item>
|
|---|
| 272 | <item>
|
|---|
| 273 | <widget class="QPushButton" name="findAllInCurrentDocButton">
|
|---|
| 274 | <property name="text">
|
|---|
| 275 | <string>Find All in Current Doc</string>
|
|---|
| 276 | </property>
|
|---|
| 277 | </widget>
|
|---|
| 278 | </item>
|
|---|
| 279 | <item>
|
|---|
| 280 | <widget class="QPushButton" name="findAllInOpenDocsButton">
|
|---|
| 281 | <property name="text">
|
|---|
| 282 | <string>Find All in Open Docs</string>
|
|---|
| 283 | </property>
|
|---|
| 284 | </widget>
|
|---|
| 285 | </item>
|
|---|
| 286 | <item>
|
|---|
| 287 | <widget class="Line" name="line_4">
|
|---|
| 288 | <property name="orientation">
|
|---|
| 289 | <enum>Qt::Horizontal</enum>
|
|---|
| 290 | </property>
|
|---|
| 291 | </widget>
|
|---|
| 292 | </item>
|
|---|
| 293 | <item>
|
|---|
| 294 | <widget class="QPushButton" name="replaceButton">
|
|---|
| 295 | <property name="text">
|
|---|
| 296 | <string>&Replace</string>
|
|---|
| 297 | </property>
|
|---|
| 298 | </widget>
|
|---|
| 299 | </item>
|
|---|
| 300 | <item>
|
|---|
| 301 | <widget class="QPushButton" name="replaceAllButton">
|
|---|
| 302 | <property name="text">
|
|---|
| 303 | <string>Replace &All</string>
|
|---|
| 304 | </property>
|
|---|
| 305 | </widget>
|
|---|
| 306 | </item>
|
|---|
| 307 | <item>
|
|---|
| 308 | <widget class="QCheckBox" name="inSelectionBox">
|
|---|
| 309 | <property name="text">
|
|---|
| 310 | <string>In Selection</string>
|
|---|
| 311 | </property>
|
|---|
| 312 | </widget>
|
|---|
| 313 | </item>
|
|---|
| 314 | <item>
|
|---|
| 315 | <widget class="QPushButton" name="replaceAllInOpenDocsButton">
|
|---|
| 316 | <property name="text">
|
|---|
| 317 | <string>Replace All in Open Docs</string>
|
|---|
| 318 | </property>
|
|---|
| 319 | </widget>
|
|---|
| 320 | </item>
|
|---|
| 321 | <item>
|
|---|
| 322 | <widget class="Line" name="line_6">
|
|---|
| 323 | <property name="orientation">
|
|---|
| 324 | <enum>Qt::Horizontal</enum>
|
|---|
| 325 | </property>
|
|---|
| 326 | </widget>
|
|---|
| 327 | </item>
|
|---|
| 328 | <item>
|
|---|
| 329 | <spacer>
|
|---|
| 330 | <property name="orientation">
|
|---|
| 331 | <enum>Qt::Vertical</enum>
|
|---|
| 332 | </property>
|
|---|
| 333 | <property name="sizeHint" stdset="0">
|
|---|
| 334 | <size>
|
|---|
| 335 | <width>20</width>
|
|---|
| 336 | <height>16</height>
|
|---|
| 337 | </size>
|
|---|
| 338 | </property>
|
|---|
| 339 | </spacer>
|
|---|
| 340 | </item>
|
|---|
| 341 | <item>
|
|---|
| 342 | <widget class="QPushButton" name="closeButton">
|
|---|
| 343 | <property name="text">
|
|---|
| 344 | <string>Close</string>
|
|---|
| 345 | </property>
|
|---|
| 346 | </widget>
|
|---|
| 347 | </item>
|
|---|
| 348 | </layout>
|
|---|
| 349 | </item>
|
|---|
| 350 | </layout>
|
|---|
| 351 | </widget>
|
|---|
| 352 | <widget class="QWidget" name="tab_2">
|
|---|
| 353 | <attribute name="title">
|
|---|
| 354 | <string>Find and Replace in Files</string>
|
|---|
| 355 | </attribute>
|
|---|
| 356 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|---|
| 357 | <item>
|
|---|
| 358 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 359 | <item>
|
|---|
| 360 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 361 | <item row="0" column="0">
|
|---|
| 362 | <widget class="QLabel" name="label_4">
|
|---|
| 363 | <property name="text">
|
|---|
| 364 | <string>Find &what:</string>
|
|---|
| 365 | </property>
|
|---|
| 366 | <property name="buddy">
|
|---|
| 367 | <cstring>findComboBox</cstring>
|
|---|
| 368 | </property>
|
|---|
| 369 | </widget>
|
|---|
| 370 | </item>
|
|---|
| 371 | <item row="0" column="1">
|
|---|
| 372 | <widget class="QComboBox" name="findComboBoxIF">
|
|---|
| 373 | <property name="sizePolicy">
|
|---|
| 374 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 375 | <horstretch>0</horstretch>
|
|---|
| 376 | <verstretch>0</verstretch>
|
|---|
| 377 | </sizepolicy>
|
|---|
| 378 | </property>
|
|---|
| 379 | </widget>
|
|---|
| 380 | </item>
|
|---|
| 381 | <item row="1" column="0">
|
|---|
| 382 | <widget class="QLabel" name="label_5">
|
|---|
| 383 | <property name="text">
|
|---|
| 384 | <string>Replace w&ith:</string>
|
|---|
| 385 | </property>
|
|---|
| 386 | <property name="buddy">
|
|---|
| 387 | <cstring>replaceComboBox</cstring>
|
|---|
| 388 | </property>
|
|---|
| 389 | </widget>
|
|---|
| 390 | </item>
|
|---|
| 391 | <item row="1" column="1">
|
|---|
| 392 | <widget class="QComboBox" name="replaceComboBoxIF">
|
|---|
| 393 | <property name="sizePolicy">
|
|---|
| 394 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 395 | <horstretch>0</horstretch>
|
|---|
| 396 | <verstretch>0</verstretch>
|
|---|
| 397 | </sizepolicy>
|
|---|
| 398 | </property>
|
|---|
| 399 | </widget>
|
|---|
| 400 | </item>
|
|---|
| 401 | <item row="2" column="0">
|
|---|
| 402 | <widget class="QLabel" name="label_6">
|
|---|
| 403 | <property name="text">
|
|---|
| 404 | <string>Filters:</string>
|
|---|
| 405 | </property>
|
|---|
| 406 | </widget>
|
|---|
| 407 | </item>
|
|---|
| 408 | <item row="2" column="1">
|
|---|
| 409 | <widget class="QComboBox" name="filtersComboBoxIF">
|
|---|
| 410 | <property name="sizePolicy">
|
|---|
| 411 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 412 | <horstretch>0</horstretch>
|
|---|
| 413 | <verstretch>0</verstretch>
|
|---|
| 414 | </sizepolicy>
|
|---|
| 415 | </property>
|
|---|
| 416 | </widget>
|
|---|
| 417 | </item>
|
|---|
| 418 | <item row="3" column="0">
|
|---|
| 419 | <widget class="QLabel" name="label_7">
|
|---|
| 420 | <property name="text">
|
|---|
| 421 | <string>Directory:</string>
|
|---|
| 422 | </property>
|
|---|
| 423 | </widget>
|
|---|
| 424 | </item>
|
|---|
| 425 | <item row="3" column="1">
|
|---|
| 426 | <widget class="QComboBox" name="directoryComboBoxIF">
|
|---|
| 427 | <property name="sizePolicy">
|
|---|
| 428 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|---|
| 429 | <horstretch>0</horstretch>
|
|---|
| 430 | <verstretch>0</verstretch>
|
|---|
| 431 | </sizepolicy>
|
|---|
| 432 | </property>
|
|---|
| 433 | </widget>
|
|---|
| 434 | </item>
|
|---|
| 435 | <item row="3" column="2">
|
|---|
| 436 | <widget class="QPushButton" name="pickDirectoryButtonIF">
|
|---|
| 437 | <property name="text">
|
|---|
| 438 | <string>...</string>
|
|---|
| 439 | </property>
|
|---|
| 440 | </widget>
|
|---|
| 441 | </item>
|
|---|
| 442 | </layout>
|
|---|
| 443 | </item>
|
|---|
| 444 | <item>
|
|---|
| 445 | <layout class="QGridLayout" name="gridLayout_2">
|
|---|
| 446 | <item row="0" column="0">
|
|---|
| 447 | <widget class="QCheckBox" name="wholeCheckBoxIF">
|
|---|
| 448 | <property name="enabled">
|
|---|
| 449 | <bool>true</bool>
|
|---|
| 450 | </property>
|
|---|
| 451 | <property name="text">
|
|---|
| 452 | <string>Wh&ole words</string>
|
|---|
| 453 | </property>
|
|---|
| 454 | <property name="checked">
|
|---|
| 455 | <bool>false</bool>
|
|---|
| 456 | </property>
|
|---|
| 457 | </widget>
|
|---|
| 458 | </item>
|
|---|
| 459 | <item row="0" column="1">
|
|---|
| 460 | <widget class="QCheckBox" name="caseCheckBoxIF">
|
|---|
| 461 | <property name="text">
|
|---|
| 462 | <string>&Case sensitive</string>
|
|---|
| 463 | </property>
|
|---|
| 464 | </widget>
|
|---|
| 465 | </item>
|
|---|
| 466 | </layout>
|
|---|
| 467 | </item>
|
|---|
| 468 | <item>
|
|---|
| 469 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|---|
| 470 | <item>
|
|---|
| 471 | <widget class="QLabel" name="label_8">
|
|---|
| 472 | <property name="text">
|
|---|
| 473 | <string>&Syntax:</string>
|
|---|
| 474 | </property>
|
|---|
| 475 | <property name="buddy">
|
|---|
| 476 | <cstring>syntaxComboBox</cstring>
|
|---|
| 477 | </property>
|
|---|
| 478 | </widget>
|
|---|
| 479 | </item>
|
|---|
| 480 | <item>
|
|---|
| 481 | <widget class="QComboBox" name="syntaxComboBoxIF">
|
|---|
| 482 | <item>
|
|---|
| 483 | <property name="text">
|
|---|
| 484 | <string>Literal text</string>
|
|---|
| 485 | </property>
|
|---|
| 486 | </item>
|
|---|
| 487 | <item>
|
|---|
| 488 | <property name="text">
|
|---|
| 489 | <string>Regular expression</string>
|
|---|
| 490 | </property>
|
|---|
| 491 | </item>
|
|---|
| 492 | </widget>
|
|---|
| 493 | </item>
|
|---|
| 494 | </layout>
|
|---|
| 495 | </item>
|
|---|
| 496 | <item>
|
|---|
| 497 | <spacer name="verticalSpacer_2">
|
|---|
| 498 | <property name="orientation">
|
|---|
| 499 | <enum>Qt::Vertical</enum>
|
|---|
| 500 | </property>
|
|---|
| 501 | <property name="sizeHint" stdset="0">
|
|---|
| 502 | <size>
|
|---|
| 503 | <width>20</width>
|
|---|
| 504 | <height>40</height>
|
|---|
| 505 | </size>
|
|---|
| 506 | </property>
|
|---|
| 507 | </spacer>
|
|---|
| 508 | </item>
|
|---|
| 509 | </layout>
|
|---|
| 510 | </item>
|
|---|
| 511 | <item>
|
|---|
| 512 | <widget class="Line" name="line_3">
|
|---|
| 513 | <property name="orientation">
|
|---|
| 514 | <enum>Qt::Vertical</enum>
|
|---|
| 515 | </property>
|
|---|
| 516 | </widget>
|
|---|
| 517 | </item>
|
|---|
| 518 | <item>
|
|---|
| 519 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
|---|
| 520 | <item>
|
|---|
| 521 | <widget class="QPushButton" name="findAllButtonIF">
|
|---|
| 522 | <property name="text">
|
|---|
| 523 | <string>Find All</string>
|
|---|
| 524 | </property>
|
|---|
| 525 | </widget>
|
|---|
| 526 | </item>
|
|---|
| 527 | <item>
|
|---|
| 528 | <widget class="QPushButton" name="replaceButtonIF">
|
|---|
| 529 | <property name="text">
|
|---|
| 530 | <string>&Replace in Files</string>
|
|---|
| 531 | </property>
|
|---|
| 532 | </widget>
|
|---|
| 533 | </item>
|
|---|
| 534 | <item>
|
|---|
| 535 | <widget class="QCheckBox" name="inAllSubFoldersCheckBoxIF">
|
|---|
| 536 | <property name="enabled">
|
|---|
| 537 | <bool>true</bool>
|
|---|
| 538 | </property>
|
|---|
| 539 | <property name="text">
|
|---|
| 540 | <string>In all sub-folders</string>
|
|---|
| 541 | </property>
|
|---|
| 542 | <property name="checked">
|
|---|
| 543 | <bool>false</bool>
|
|---|
| 544 | </property>
|
|---|
| 545 | </widget>
|
|---|
| 546 | </item>
|
|---|
| 547 | <item>
|
|---|
| 548 | <spacer name="verticalSpacer">
|
|---|
| 549 | <property name="orientation">
|
|---|
| 550 | <enum>Qt::Vertical</enum>
|
|---|
| 551 | </property>
|
|---|
| 552 | <property name="sizeHint" stdset="0">
|
|---|
| 553 | <size>
|
|---|
| 554 | <width>20</width>
|
|---|
| 555 | <height>18</height>
|
|---|
| 556 | </size>
|
|---|
| 557 | </property>
|
|---|
| 558 | </spacer>
|
|---|
| 559 | </item>
|
|---|
| 560 | <item>
|
|---|
| 561 | <widget class="QPushButton" name="closeButtonIF">
|
|---|
| 562 | <property name="text">
|
|---|
| 563 | <string>Close</string>
|
|---|
| 564 | </property>
|
|---|
| 565 | </widget>
|
|---|
| 566 | </item>
|
|---|
| 567 | </layout>
|
|---|
| 568 | </item>
|
|---|
| 569 | </layout>
|
|---|
| 570 | </widget>
|
|---|
| 571 | <widget class="QWidget" name="tab_3">
|
|---|
| 572 | <attribute name="title">
|
|---|
| 573 | <string>Clear Data</string>
|
|---|
| 574 | </attribute>
|
|---|
| 575 | <layout class="QGridLayout" name="gridLayout_3">
|
|---|
| 576 | <item row="0" column="0">
|
|---|
| 577 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 578 | <property name="title">
|
|---|
| 579 | <string>Options</string>
|
|---|
| 580 | </property>
|
|---|
| 581 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
|---|
| 582 | <item>
|
|---|
| 583 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|---|
| 584 | <item>
|
|---|
| 585 | <widget class="QPushButton" name="findCPB">
|
|---|
| 586 | <property name="text">
|
|---|
| 587 | <string>Clear Find History</string>
|
|---|
| 588 | </property>
|
|---|
| 589 | </widget>
|
|---|
| 590 | </item>
|
|---|
| 591 | <item>
|
|---|
| 592 | <widget class="QPushButton" name="replaceCPB">
|
|---|
| 593 | <property name="text">
|
|---|
| 594 | <string>Clear Replace History</string>
|
|---|
| 595 | </property>
|
|---|
| 596 | </widget>
|
|---|
| 597 | </item>
|
|---|
| 598 | <item>
|
|---|
| 599 | <widget class="QPushButton" name="filtersCPB">
|
|---|
| 600 | <property name="text">
|
|---|
| 601 | <string>Clear Filters History</string>
|
|---|
| 602 | </property>
|
|---|
| 603 | </widget>
|
|---|
| 604 | </item>
|
|---|
| 605 | <item>
|
|---|
| 606 | <widget class="QPushButton" name="directoryCPB">
|
|---|
| 607 | <property name="text">
|
|---|
| 608 | <string>Clear Directory History</string>
|
|---|
| 609 | </property>
|
|---|
| 610 | </widget>
|
|---|
| 611 | </item>
|
|---|
| 612 | </layout>
|
|---|
| 613 | </item>
|
|---|
| 614 | </layout>
|
|---|
| 615 | </widget>
|
|---|
| 616 | </item>
|
|---|
| 617 | <item row="0" column="1">
|
|---|
| 618 | <spacer name="horizontalSpacer_2">
|
|---|
| 619 | <property name="orientation">
|
|---|
| 620 | <enum>Qt::Horizontal</enum>
|
|---|
| 621 | </property>
|
|---|
| 622 | <property name="sizeHint" stdset="0">
|
|---|
| 623 | <size>
|
|---|
| 624 | <width>199</width>
|
|---|
| 625 | <height>20</height>
|
|---|
| 626 | </size>
|
|---|
| 627 | </property>
|
|---|
| 628 | </spacer>
|
|---|
| 629 | </item>
|
|---|
| 630 | <item row="1" column="0">
|
|---|
| 631 | <spacer name="verticalSpacer_3">
|
|---|
| 632 | <property name="orientation">
|
|---|
| 633 | <enum>Qt::Vertical</enum>
|
|---|
| 634 | </property>
|
|---|
| 635 | <property name="sizeHint" stdset="0">
|
|---|
| 636 | <size>
|
|---|
| 637 | <width>20</width>
|
|---|
| 638 | <height>90</height>
|
|---|
| 639 | </size>
|
|---|
| 640 | </property>
|
|---|
| 641 | </spacer>
|
|---|
| 642 | </item>
|
|---|
| 643 | </layout>
|
|---|
| 644 | </widget>
|
|---|
| 645 | </widget>
|
|---|
| 646 | </item>
|
|---|
| 647 | </layout>
|
|---|
| 648 | </widget>
|
|---|
| 649 | <tabstops>
|
|---|
| 650 | <tabstop>findComboBox</tabstop>
|
|---|
| 651 | <tabstop>replaceComboBox</tabstop>
|
|---|
| 652 | <tabstop>wholeCheckBox</tabstop>
|
|---|
| 653 | <tabstop>syntaxComboBox</tabstop>
|
|---|
| 654 | <tabstop>findNextButton</tabstop>
|
|---|
| 655 | <tabstop>replaceButton</tabstop>
|
|---|
| 656 | <tabstop>replaceAllButton</tabstop>
|
|---|
| 657 | <tabstop>closeButton</tabstop>
|
|---|
| 658 | <tabstop>findComboBoxIF</tabstop>
|
|---|
| 659 | <tabstop>replaceComboBoxIF</tabstop>
|
|---|
| 660 | <tabstop>filtersComboBoxIF</tabstop>
|
|---|
| 661 | <tabstop>caseCheckBox</tabstop>
|
|---|
| 662 | <tabstop>directoryComboBoxIF</tabstop>
|
|---|
| 663 | <tabstop>pickDirectoryButtonIF</tabstop>
|
|---|
| 664 | <tabstop>wholeCheckBoxIF</tabstop>
|
|---|
| 665 | <tabstop>caseCheckBoxIF</tabstop>
|
|---|
| 666 | <tabstop>syntaxComboBoxIF</tabstop>
|
|---|
| 667 | <tabstop>findAllButtonIF</tabstop>
|
|---|
| 668 | <tabstop>replaceButtonIF</tabstop>
|
|---|
| 669 | <tabstop>inAllSubFoldersCheckBoxIF</tabstop>
|
|---|
| 670 | <tabstop>closeButtonIF</tabstop>
|
|---|
| 671 | </tabstops>
|
|---|
| 672 | <resources/>
|
|---|
| 673 | <connections>
|
|---|
| 674 | <connection>
|
|---|
| 675 | <sender>closeButton</sender>
|
|---|
| 676 | <signal>clicked()</signal>
|
|---|
| 677 | <receiver>FindInFiles</receiver>
|
|---|
| 678 | <slot>close()</slot>
|
|---|
| 679 | <hints>
|
|---|
| 680 | <hint type="sourcelabel">
|
|---|
| 681 | <x>392</x>
|
|---|
| 682 | <y>282</y>
|
|---|
| 683 | </hint>
|
|---|
| 684 | <hint type="destinationlabel">
|
|---|
| 685 | <x>392</x>
|
|---|
| 686 | <y>301</y>
|
|---|
| 687 | </hint>
|
|---|
| 688 | </hints>
|
|---|
| 689 | </connection>
|
|---|
| 690 | <connection>
|
|---|
| 691 | <sender>closeButtonIF</sender>
|
|---|
| 692 | <signal>clicked()</signal>
|
|---|
| 693 | <receiver>FindInFiles</receiver>
|
|---|
| 694 | <slot>reject()</slot>
|
|---|
| 695 | <hints>
|
|---|
| 696 | <hint type="sourcelabel">
|
|---|
| 697 | <x>381</x>
|
|---|
| 698 | <y>293</y>
|
|---|
| 699 | </hint>
|
|---|
| 700 | <hint type="destinationlabel">
|
|---|
| 701 | <x>352</x>
|
|---|
| 702 | <y>312</y>
|
|---|
| 703 | </hint>
|
|---|
| 704 | </hints>
|
|---|
| 705 | </connection>
|
|---|
| 706 | </connections>
|
|---|
| 707 | </ui>
|
|---|