|
10 | 10 | <height>325</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | | - <property name="minimumSize"> |
14 | | - <size> |
15 | | - <width>475</width> |
16 | | - <height>325</height> |
17 | | - </size> |
18 | | - </property> |
19 | | - <property name="maximumSize"> |
20 | | - <size> |
21 | | - <width>16777215</width> |
22 | | - <height>325</height> |
23 | | - </size> |
24 | | - </property> |
25 | 13 | <property name="windowTitle"> |
26 | 14 | <string>Find</string> |
27 | 15 | </property> |
|
79 | 67 | </property> |
80 | 68 | <layout class="QVBoxLayout" name="verticalLayout"> |
81 | 69 | <property name="spacing"> |
82 | | - <number>4</number> |
| 70 | + <number>0</number> |
83 | 71 | </property> |
84 | 72 | <property name="topMargin"> |
85 | 73 | <number>4</number> |
86 | 74 | </property> |
87 | | - <property name="bottomMargin"> |
88 | | - <number>4</number> |
89 | | - </property> |
90 | 75 | <item> |
91 | 76 | <widget class="QRadioButton" name="radioNormalSearch"> |
92 | 77 | <property name="enabled"> |
|
343 | 328 | </layout> |
344 | 329 | </item> |
345 | 330 | <item row="2" column="0"> |
346 | | - <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0,0,0,0,0"> |
| 331 | + <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0,0"> |
347 | 332 | <property name="leftMargin"> |
348 | 333 | <number>11</number> |
349 | 334 | </property> |
|
447 | 432 | </spacer> |
448 | 433 | </item> |
449 | 434 | <item> |
450 | | - <widget class="QCheckBox" name="checkBoxBackwardsDirection"> |
451 | | - <property name="text"> |
452 | | - <string>Backward direction</string> |
| 435 | + <layout class="QVBoxLayout" name="verticalLayout_6"> |
| 436 | + <property name="spacing"> |
| 437 | + <number>0</number> |
453 | 438 | </property> |
454 | | - </widget> |
455 | | - </item> |
456 | | - <item> |
457 | | - <widget class="QCheckBox" name="checkBoxMatchWholeWord"> |
458 | | - <property name="text"> |
459 | | - <string>Match &whole word only</string> |
460 | | - </property> |
461 | | - </widget> |
462 | | - </item> |
463 | | - <item> |
464 | | - <widget class="QCheckBox" name="checkBoxMatchCase"> |
465 | | - <property name="text"> |
466 | | - <string>Match &case</string> |
467 | | - </property> |
468 | | - </widget> |
469 | | - </item> |
470 | | - <item> |
471 | | - <widget class="QCheckBox" name="checkBoxWrapAround"> |
472 | | - <property name="text"> |
473 | | - <string>Wra&p Around</string> |
474 | | - </property> |
475 | | - </widget> |
| 439 | + <item> |
| 440 | + <widget class="QCheckBox" name="checkBoxBackwardsDirection"> |
| 441 | + <property name="text"> |
| 442 | + <string>Backward direction</string> |
| 443 | + </property> |
| 444 | + </widget> |
| 445 | + </item> |
| 446 | + <item> |
| 447 | + <widget class="QCheckBox" name="checkBoxMatchWholeWord"> |
| 448 | + <property name="text"> |
| 449 | + <string>Match &whole word only</string> |
| 450 | + </property> |
| 451 | + </widget> |
| 452 | + </item> |
| 453 | + <item> |
| 454 | + <widget class="QCheckBox" name="checkBoxMatchCase"> |
| 455 | + <property name="text"> |
| 456 | + <string>Match &case</string> |
| 457 | + </property> |
| 458 | + </widget> |
| 459 | + </item> |
| 460 | + <item> |
| 461 | + <widget class="QCheckBox" name="checkBoxWrapAround"> |
| 462 | + <property name="text"> |
| 463 | + <string>Wra&p Around</string> |
| 464 | + </property> |
| 465 | + </widget> |
| 466 | + </item> |
| 467 | + </layout> |
476 | 468 | </item> |
477 | 469 | </layout> |
478 | 470 | </item> |
|
483 | 475 | <tabstops> |
484 | 476 | <tabstop>comboFind</tabstop> |
485 | 477 | <tabstop>comboReplace</tabstop> |
486 | | - <tabstop>checkBoxBackwardsDirection</tabstop> |
487 | | - <tabstop>checkBoxMatchWholeWord</tabstop> |
488 | | - <tabstop>checkBoxMatchCase</tabstop> |
489 | | - <tabstop>checkBoxWrapAround</tabstop> |
490 | 478 | <tabstop>radioNormalSearch</tabstop> |
491 | 479 | <tabstop>radioExtendedSearch</tabstop> |
492 | 480 | <tabstop>radioRegexSearch</tabstop> |
|
0 commit comments