339 </spacer> |
339 </spacer> |
340 </item> |
340 </item> |
341 </layout> |
341 </layout> |
342 </item> |
342 </item> |
343 <item> |
343 <item> |
344 <layout class="QGridLayout" name="gridLayout_2"> |
344 <widget class="QSplitter" name="splitter_2"> |
345 <item row="0" column="0"> |
345 <property name="orientation"> |
346 <widget class="QLabel" name="textLabel1"> |
346 <enum>Qt::Vertical</enum> |
347 <property name="text"> |
347 </property> |
348 <string>Regexp:</string> |
348 <property name="childrenCollapsible"> |
349 </property> |
349 <bool>false</bool> |
350 <property name="alignment"> |
350 </property> |
351 <set>Qt::AlignTop</set> |
351 <widget class="QWidget" name=""> |
352 </property> |
352 <layout class="QVBoxLayout" name="verticalLayout_3"> |
353 </widget> |
353 <item> |
354 </item> |
354 <widget class="QSplitter" name="splitter"> |
355 <item row="0" column="1"> |
355 <property name="orientation"> |
356 <widget class="QTextEdit" name="regexpTextEdit"> |
356 <enum>Qt::Vertical</enum> |
357 <property name="sizePolicy"> |
|
358 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
359 <horstretch>0</horstretch> |
|
360 <verstretch>1</verstretch> |
|
361 </sizepolicy> |
|
362 </property> |
|
363 <property name="acceptRichText"> |
|
364 <bool>false</bool> |
|
365 </property> |
|
366 </widget> |
|
367 </item> |
|
368 <item row="1" column="0"> |
|
369 <widget class="QLabel" name="textLabel2"> |
|
370 <property name="text"> |
|
371 <string>Text:</string> |
|
372 </property> |
|
373 <property name="alignment"> |
|
374 <set>Qt::AlignTop</set> |
|
375 </property> |
|
376 </widget> |
|
377 </item> |
|
378 <item row="1" column="1"> |
|
379 <widget class="QTextEdit" name="textTextEdit"> |
|
380 <property name="sizePolicy"> |
|
381 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
382 <horstretch>0</horstretch> |
|
383 <verstretch>1</verstretch> |
|
384 </sizepolicy> |
|
385 </property> |
|
386 <property name="acceptRichText"> |
|
387 <bool>false</bool> |
|
388 </property> |
|
389 </widget> |
|
390 </item> |
|
391 <item row="2" column="0" colspan="2"> |
|
392 <layout class="QGridLayout" name="gridLayout"> |
|
393 <item row="0" column="0"> |
|
394 <widget class="QCheckBox" name="caseInsensitiveCheckBox"> |
|
395 <property name="text"> |
|
396 <string>Case Insensitive</string> |
|
397 </property> |
357 </property> |
|
358 <property name="childrenCollapsible"> |
|
359 <bool>false</bool> |
|
360 </property> |
|
361 <widget class="QWidget" name=""> |
|
362 <layout class="QVBoxLayout" name="verticalLayout"> |
|
363 <item> |
|
364 <widget class="QLabel" name="textLabel1"> |
|
365 <property name="text"> |
|
366 <string>Regexp:</string> |
|
367 </property> |
|
368 <property name="alignment"> |
|
369 <set>Qt::AlignTop</set> |
|
370 </property> |
|
371 </widget> |
|
372 </item> |
|
373 <item> |
|
374 <widget class="QTextEdit" name="regexpTextEdit"> |
|
375 <property name="acceptRichText"> |
|
376 <bool>false</bool> |
|
377 </property> |
|
378 </widget> |
|
379 </item> |
|
380 </layout> |
|
381 </widget> |
|
382 <widget class="QWidget" name=""> |
|
383 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
384 <item> |
|
385 <widget class="QLabel" name="textLabel2"> |
|
386 <property name="text"> |
|
387 <string>Text:</string> |
|
388 </property> |
|
389 <property name="alignment"> |
|
390 <set>Qt::AlignTop</set> |
|
391 </property> |
|
392 </widget> |
|
393 </item> |
|
394 <item> |
|
395 <widget class="QTextEdit" name="textTextEdit"> |
|
396 <property name="acceptRichText"> |
|
397 <bool>false</bool> |
|
398 </property> |
|
399 </widget> |
|
400 </item> |
|
401 </layout> |
|
402 </widget> |
398 </widget> |
403 </widget> |
399 </item> |
404 </item> |
400 <item row="0" column="1"> |
405 <item> |
401 <widget class="QCheckBox" name="multilineCheckBox"> |
406 <layout class="QGridLayout" name="gridLayout"> |
402 <property name="toolTip"> |
407 <item row="0" column="0"> |
403 <string>"^" matches beginning of line, "$" matches end of line</string> |
408 <widget class="QCheckBox" name="caseInsensitiveCheckBox"> |
404 </property> |
409 <property name="text"> |
405 <property name="text"> |
410 <string>Case Insensitive</string> |
406 <string>Match Linebreaks</string> |
411 </property> |
407 </property> |
412 </widget> |
408 </widget> |
413 </item> |
409 </item> |
414 <item row="0" column="1"> |
410 <item row="0" column="2"> |
415 <widget class="QCheckBox" name="multilineCheckBox"> |
411 <widget class="QCheckBox" name="dotallCheckBox"> |
416 <property name="toolTip"> |
412 <property name="toolTip"> |
417 <string>"^" matches beginning of line, "$" matches end of line</string> |
413 <string>"." matches everything including linebreaks</string> |
418 </property> |
414 </property> |
419 <property name="text"> |
415 <property name="text"> |
420 <string>Match Linebreaks</string> |
416 <string>Dot matches everything</string> |
421 </property> |
417 </property> |
422 </widget> |
418 </widget> |
423 </item> |
419 </item> |
424 <item row="0" column="2"> |
420 <item row="1" column="0"> |
425 <widget class="QCheckBox" name="dotallCheckBox"> |
421 <widget class="QCheckBox" name="extendedCheckBox"> |
426 <property name="toolTip"> |
422 <property name="text"> |
427 <string>"." matches everything including linebreaks</string> |
423 <string>Extended Pattern Syntax</string> |
428 </property> |
424 </property> |
429 <property name="text"> |
425 </widget> |
430 <string>Dot matches everything</string> |
426 </item> |
431 </property> |
427 <item row="1" column="1"> |
432 </widget> |
428 <widget class="QCheckBox" name="greedinessCheckBox"> |
433 </item> |
429 <property name="text"> |
434 <item row="1" column="0"> |
430 <string>Inverted Greediness</string> |
435 <widget class="QCheckBox" name="extendedCheckBox"> |
431 </property> |
436 <property name="text"> |
432 </widget> |
437 <string>Extended Pattern Syntax</string> |
433 </item> |
438 </property> |
434 <item row="1" column="2"> |
439 </widget> |
435 <widget class="QCheckBox" name="unicodeCheckBox"> |
440 </item> |
436 <property name="text"> |
441 <item row="1" column="1"> |
437 <string>Unicode</string> |
442 <widget class="QCheckBox" name="greedinessCheckBox"> |
438 </property> |
443 <property name="text"> |
439 </widget> |
444 <string>Inverted Greediness</string> |
440 </item> |
445 </property> |
441 <item row="2" column="0"> |
446 </widget> |
442 <widget class="QCheckBox" name="captureCheckBox"> |
447 </item> |
443 <property name="toolTip"> |
448 <item row="1" column="2"> |
444 <string>Non-named capturing groups do not capture substrings</string> |
449 <widget class="QCheckBox" name="unicodeCheckBox"> |
445 </property> |
450 <property name="text"> |
446 <property name="text"> |
451 <string>Unicode</string> |
447 <string>Don't Capture</string> |
452 </property> |
448 </property> |
453 </widget> |
449 </widget> |
454 </item> |
|
455 <item row="2" column="0"> |
|
456 <widget class="QCheckBox" name="captureCheckBox"> |
|
457 <property name="toolTip"> |
|
458 <string>Non-named capturing groups do not capture substrings</string> |
|
459 </property> |
|
460 <property name="text"> |
|
461 <string>Don't Capture</string> |
|
462 </property> |
|
463 </widget> |
|
464 </item> |
|
465 </layout> |
450 </item> |
466 </item> |
451 </layout> |
467 </layout> |
452 </item> |
468 </widget> |
453 <item row="3" column="0" colspan="2"> |
469 <widget class="QTableWidget" name="resultTable"> |
454 <widget class="QTableWidget" name="resultTable"> |
470 <property name="editTriggers"> |
455 <property name="sizePolicy"> |
471 <set>QAbstractItemView::NoEditTriggers</set> |
456 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
472 </property> |
457 <horstretch>0</horstretch> |
473 </widget> |
458 <verstretch>2</verstretch> |
474 </widget> |
459 </sizepolicy> |
|
460 </property> |
|
461 <property name="editTriggers"> |
|
462 <set>QAbstractItemView::NoEditTriggers</set> |
|
463 </property> |
|
464 </widget> |
|
465 </item> |
|
466 </layout> |
|
467 </item> |
475 </item> |
468 <item> |
476 <item> |
469 <widget class="QDialogButtonBox" name="buttonBox"> |
477 <widget class="QDialogButtonBox" name="buttonBox"> |
470 <property name="orientation"> |
478 <property name="orientation"> |
471 <enum>Qt::Horizontal</enum> |
479 <enum>Qt::Horizontal</enum> |