forked from Public-Mirror/Textractor
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>FilterWindow</class>
|
||
|
<widget class="QMainWindow" name="FilterWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>350</width>
|
||
|
<height>76</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QWidget">
|
||
|
<layout class="QVBoxLayout">
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="input"/>
|
||
|
</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>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|