2019-06-03 19:29:37 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>FilterWindow</class>
|
2020-03-16 02:56:04 -06:00
|
|
|
<widget class="QDialog">
|
2019-06-03 19:29:37 -04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-01-18 18:58:21 -07:00
|
|
|
<width>500</width>
|
2021-09-06 02:02:36 -06:00
|
|
|
<height>80</height>
|
2019-06-03 19:29:37 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-03-16 02:56:04 -06:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<item>
|
2021-01-18 18:58:21 -07:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="regexEdit"/>
|
|
|
|
</item>
|
2021-06-05 02:20:04 -06:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="saveButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-01-18 18:58:21 -07:00
|
|
|
</layout>
|
2020-03-16 02:56:04 -06:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="output">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string><a href="https://regexr.com">regexr.com</a></string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextBrowserInteraction</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2019-06-03 19:29:37 -04:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|