Tue, 10 Dec 2024 15:48:58 +0100
Updated copyright for 2025.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FindTemplateTagDialog</class> <widget class="QDialog" name="FindTemplateTagDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>134</height> </rect> </property> <property name="windowTitle"> <string>Find Template Tag</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string><b>Find Tags and Filters while Typing:</b></string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tagEdit"> <property name="toolTip"> <string>Type to find tag</string> </property> <property name="placeholderText"> <string>Type to find tag</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="createButton"> <property name="minimumSize"> <size> <width>250</width> <height>0</height> </size> </property> <property name="toolTip"> <string>Press to create the entered template tag</string> </property> <property name="text"> <string>Create Template Tag</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>tagEdit</tabstop> <tabstop>createButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>FindTemplateTagDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>FindTemplateTagDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>