x-tools/Source/ToolBox/ToolBoxUI/xToolsToolBoxUiOutputMenu.ui
2024-03-19 18:10:13 +08:00

46 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>xToolsToolBoxUiOutputMenu</class>
<widget class="QWidget" name="xToolsToolBoxUiOutputMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>236</width>
<height>114</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLineEdit" name="keyword">
<property name="placeholderText">
<string>Such as:hello;world</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>High light key words(separator is' ;')</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLineEdit" name="filter"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>