332 </spacer> |
332 </spacer> |
333 </item> |
333 </item> |
334 </layout> |
334 </layout> |
335 </item> |
335 </item> |
336 <item> |
336 <item> |
337 <layout class="QGridLayout"> |
337 <widget class="QSplitter" name="splitter_2"> |
338 <item row="0" column="0"> |
338 <property name="orientation"> |
339 <widget class="QLabel" name="textLabel1"> |
339 <enum>Qt::Vertical</enum> |
340 <property name="text"> |
340 </property> |
341 <string>Regexp:</string> |
341 <property name="childrenCollapsible"> |
342 </property> |
342 <bool>false</bool> |
343 <property name="alignment"> |
343 </property> |
344 <set>Qt::AlignTop</set> |
344 <widget class="QWidget" name=""> |
345 </property> |
345 <layout class="QVBoxLayout" name="verticalLayout_3"> |
346 </widget> |
346 <item> |
347 </item> |
347 <widget class="QSplitter" name="splitter"> |
348 <item row="0" column="1"> |
348 <property name="orientation"> |
349 <widget class="QTextEdit" name="regexpTextEdit"> |
349 <enum>Qt::Vertical</enum> |
350 <property name="sizePolicy"> |
|
351 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
352 <horstretch>0</horstretch> |
|
353 <verstretch>1</verstretch> |
|
354 </sizepolicy> |
|
355 </property> |
|
356 <property name="acceptRichText"> |
|
357 <bool>false</bool> |
|
358 </property> |
|
359 </widget> |
|
360 </item> |
|
361 <item row="3" column="0" colspan="2"> |
|
362 <widget class="QTableWidget" name="resultTable"> |
|
363 <property name="sizePolicy"> |
|
364 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
365 <horstretch>0</horstretch> |
|
366 <verstretch>2</verstretch> |
|
367 </sizepolicy> |
|
368 </property> |
|
369 <property name="editTriggers"> |
|
370 <set>QAbstractItemView::NoEditTriggers</set> |
|
371 </property> |
|
372 </widget> |
|
373 </item> |
|
374 <item row="2" column="0" colspan="2"> |
|
375 <layout class="QGridLayout"> |
|
376 <item row="0" column="1"> |
|
377 <widget class="QCheckBox" name="multilineCheckBox"> |
|
378 <property name="toolTip"> |
|
379 <string>"^" matches beginning of line, "$" matches end of line</string> |
|
380 </property> |
350 </property> |
381 <property name="text"> |
351 <property name="childrenCollapsible"> |
382 <string>Match Linebreaks</string> |
352 <bool>false</bool> |
383 </property> |
353 </property> |
|
354 <widget class="QWidget" name=""> |
|
355 <layout class="QVBoxLayout" name="verticalLayout"> |
|
356 <item> |
|
357 <widget class="QLabel" name="textLabel1"> |
|
358 <property name="text"> |
|
359 <string>Regexp:</string> |
|
360 </property> |
|
361 <property name="alignment"> |
|
362 <set>Qt::AlignTop</set> |
|
363 </property> |
|
364 </widget> |
|
365 </item> |
|
366 <item> |
|
367 <widget class="QTextEdit" name="regexpTextEdit"> |
|
368 <property name="acceptRichText"> |
|
369 <bool>false</bool> |
|
370 </property> |
|
371 </widget> |
|
372 </item> |
|
373 </layout> |
|
374 </widget> |
|
375 <widget class="QWidget" name=""> |
|
376 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
377 <item> |
|
378 <widget class="QLabel" name="textLabel2"> |
|
379 <property name="text"> |
|
380 <string>Text:</string> |
|
381 </property> |
|
382 <property name="alignment"> |
|
383 <set>Qt::AlignTop</set> |
|
384 </property> |
|
385 </widget> |
|
386 </item> |
|
387 <item> |
|
388 <widget class="QTextEdit" name="textTextEdit"> |
|
389 <property name="acceptRichText"> |
|
390 <bool>false</bool> |
|
391 </property> |
|
392 </widget> |
|
393 </item> |
|
394 </layout> |
|
395 </widget> |
384 </widget> |
396 </widget> |
385 </item> |
397 </item> |
386 <item row="1" column="0"> |
398 <item> |
387 <widget class="QCheckBox" name="verboseCheckBox"> |
399 <layout class="QGridLayout"> |
388 <property name="text"> |
400 <item row="0" column="1"> |
389 <string>Verbose Regexp</string> |
401 <widget class="QCheckBox" name="multilineCheckBox"> |
390 </property> |
402 <property name="toolTip"> |
391 </widget> |
403 <string>"^" matches beginning of line, "$" matches end of line</string> |
392 </item> |
404 </property> |
393 <item row="0" column="0"> |
405 <property name="text"> |
394 <widget class="QCheckBox" name="caseSensitiveCheckBox"> |
406 <string>Match Linebreaks</string> |
395 <property name="text"> |
407 </property> |
396 <string>Case Sensitive</string> |
408 </widget> |
397 </property> |
409 </item> |
398 <property name="checked"> |
410 <item row="1" column="0"> |
399 <bool>true</bool> |
411 <widget class="QCheckBox" name="verboseCheckBox"> |
400 </property> |
412 <property name="text"> |
401 </widget> |
413 <string>Verbose Regexp</string> |
402 </item> |
414 </property> |
403 <item row="1" column="1"> |
415 </widget> |
404 <widget class="QCheckBox" name="unicodeCheckBox"> |
416 </item> |
405 <property name="text"> |
417 <item row="0" column="0"> |
406 <string>ASCII</string> |
418 <widget class="QCheckBox" name="caseSensitiveCheckBox"> |
407 </property> |
419 <property name="text"> |
408 </widget> |
420 <string>Case Sensitive</string> |
409 </item> |
421 </property> |
410 <item row="0" column="2"> |
422 <property name="checked"> |
411 <widget class="QCheckBox" name="dotallCheckBox"> |
423 <bool>true</bool> |
412 <property name="toolTip"> |
424 </property> |
413 <string>"." matches linebreaks as well</string> |
425 </widget> |
414 </property> |
426 </item> |
415 <property name="text"> |
427 <item row="1" column="1"> |
416 <string>Dot matches Linebreak</string> |
428 <widget class="QCheckBox" name="unicodeCheckBox"> |
417 </property> |
429 <property name="text"> |
418 </widget> |
430 <string>ASCII</string> |
|
431 </property> |
|
432 </widget> |
|
433 </item> |
|
434 <item row="0" column="2"> |
|
435 <widget class="QCheckBox" name="dotallCheckBox"> |
|
436 <property name="toolTip"> |
|
437 <string>"." matches linebreaks as well</string> |
|
438 </property> |
|
439 <property name="text"> |
|
440 <string>Dot matches Linebreak</string> |
|
441 </property> |
|
442 </widget> |
|
443 </item> |
|
444 </layout> |
419 </item> |
445 </item> |
420 </layout> |
446 </layout> |
421 </item> |
447 </widget> |
422 <item row="1" column="0"> |
448 <widget class="QTableWidget" name="resultTable"> |
423 <widget class="QLabel" name="textLabel2"> |
449 <property name="editTriggers"> |
424 <property name="text"> |
450 <set>QAbstractItemView::NoEditTriggers</set> |
425 <string>Text:</string> |
451 </property> |
426 </property> |
452 </widget> |
427 <property name="alignment"> |
453 </widget> |
428 <set>Qt::AlignTop</set> |
|
429 </property> |
|
430 </widget> |
|
431 </item> |
|
432 <item row="1" column="1"> |
|
433 <widget class="QTextEdit" name="textTextEdit"> |
|
434 <property name="sizePolicy"> |
|
435 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
436 <horstretch>0</horstretch> |
|
437 <verstretch>1</verstretch> |
|
438 </sizepolicy> |
|
439 </property> |
|
440 <property name="acceptRichText"> |
|
441 <bool>false</bool> |
|
442 </property> |
|
443 </widget> |
|
444 </item> |
|
445 </layout> |
|
446 </item> |
454 </item> |
447 <item> |
455 <item> |
448 <widget class="QDialogButtonBox" name="buttonBox"> |
456 <widget class="QDialogButtonBox" name="buttonBox"> |
449 <property name="orientation"> |
457 <property name="orientation"> |
450 <enum>Qt::Horizontal</enum> |
458 <enum>Qt::Horizontal</enum> |