104 lines
4.8 KiB
XML
104 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TaskPostBranch</class>
|
|
<widget class="QWidget" name="TaskPostBranch">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>292</width>
|
|
<height>94</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string notr="true">Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Selects the input, the child filter will receive:</p><p><span style=" font-weight:600;">Serial:</span> The first filter in the branch will get the Branches input as its own input. The next filter will then receive the firsts filters output as input, and so on.</p><p><span style=" font-weight:600;">Parallel: </span>All filter in the branch will receive the Branches input as their own input. </p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="ModeBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Selects the input, the child filters will receive:</p><p><span style=" font-weight:600;">Serial:</span> The first filter in the branch will get the Branches input as its own input. The next filter will then receive the firsts filters output as input, and so on.</p><p><span style=" font-weight:600;">Parallel: </span>All filter in the branch will receive the Branches input as their own input. </p></body></html></string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Serial</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Parallel</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QComboBox" name="OutputBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Selects the how the output of the branch is determined:</p><p><span style=" font-weight:600;">Passthrough:</span> The branches output is the same as its input, no matter what the branch child filter do.</p><p><span style=" font-weight:600;">Append:</span> The branches output is a collection of all child filter: it appends child outputs together and offers this as branch output.</p></body></html></string>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Passthrough</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Append</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Selects the how the output of the branch is determined:</p><p><span style=" font-weight:600;">Passthrough:</span> The branches output is the same as its input, no matter what the branch child filter do.</p><p><span style=" font-weight:600;">Append:</span> The branches output is a collection of all child filter: it appends child outputs together and offers this as branch output.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Output</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|