Warning, /pim/kitinerary-workbench/src/extractoreditorwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003     SPDX-FileCopyrightText: 2019 Volker Krause <vkrause@kde.org>
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 -->
0006 <ui version="4.0">
0007  <class>ExtractorEditorWidget</class>
0008  <widget class="QWidget" name="ExtractorEditorWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>262</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="topLayout">
0018    <property name="leftMargin">
0019     <number>0</number>
0020    </property>
0021    <property name="topMargin">
0022     <number>0</number>
0023    </property>
0024    <property name="rightMargin">
0025     <number>0</number>
0026    </property>
0027    <property name="bottomMargin">
0028     <number>0</number>
0029    </property>
0030    <item>
0031     <layout class="QFormLayout" name="formLayout">
0032      <item row="0" column="0">
0033       <widget class="QLabel" name="label">
0034        <property name="text">
0035         <string>Extractor:</string>
0036        </property>
0037        <property name="buddy">
0038         <cstring>extractorCombobox</cstring>
0039        </property>
0040       </widget>
0041      </item>
0042      <item row="0" column="1">
0043       <widget class="QComboBox" name="extractorCombobox"/>
0044      </item>
0045      <item row="1" column="0">
0046       <widget class="QLabel" name="label_4">
0047        <property name="text">
0048         <string>Input:</string>
0049        </property>
0050        <property name="buddy">
0051         <cstring>inputType</cstring>
0052        </property>
0053       </widget>
0054      </item>
0055      <item row="1" column="1">
0056       <widget class="QComboBox" name="inputType"/>
0057      </item>
0058      <item row="2" column="0">
0059       <widget class="QLabel" name="label_2">
0060        <property name="text">
0061         <string>Script:</string>
0062        </property>
0063        <property name="buddy">
0064         <cstring>scriptEdit</cstring>
0065        </property>
0066       </widget>
0067      </item>
0068      <item row="2" column="1">
0069       <widget class="QLineEdit" name="scriptEdit"/>
0070      </item>
0071      <item row="3" column="0">
0072       <widget class="QLabel" name="label_3">
0073        <property name="text">
0074         <string>Function:</string>
0075        </property>
0076        <property name="buddy">
0077         <cstring>functionEdit</cstring>
0078        </property>
0079       </widget>
0080      </item>
0081      <item row="3" column="1">
0082       <widget class="QLineEdit" name="functionEdit"/>
0083      </item>
0084     </layout>
0085    </item>
0086    <item>
0087     <layout class="QGridLayout" name="gridLayout">
0088      <item row="0" column="0" rowspan="3">
0089       <widget class="QTreeView" name="filterView">
0090        <property name="sizePolicy">
0091         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0092          <horstretch>0</horstretch>
0093          <verstretch>0</verstretch>
0094         </sizepolicy>
0095        </property>
0096        <property name="maximumSize">
0097         <size>
0098          <width>16777215</width>
0099          <height>100</height>
0100         </size>
0101        </property>
0102        <property name="rootIsDecorated">
0103         <bool>false</bool>
0104        </property>
0105       </widget>
0106      </item>
0107      <item row="0" column="1">
0108       <widget class="QToolButton" name="addFilterButton">
0109        <property name="icon">
0110         <iconset theme="list-add"/>
0111        </property>
0112       </widget>
0113      </item>
0114      <item row="1" column="1">
0115       <widget class="QToolButton" name="removeFilterButton">
0116        <property name="icon">
0117         <iconset theme="list-remove"/>
0118        </property>
0119       </widget>
0120      </item>
0121      <item row="2" column="1">
0122       <spacer name="verticalSpacer">
0123        <property name="orientation">
0124         <enum>Qt::Vertical</enum>
0125        </property>
0126        <property name="sizeType">
0127         <enum>QSizePolicy::Minimum</enum>
0128        </property>
0129        <property name="sizeHint" stdset="0">
0130         <size>
0131          <width>0</width>
0132          <height>0</height>
0133         </size>
0134        </property>
0135       </spacer>
0136      </item>
0137     </layout>
0138    </item>
0139   </layout>
0140   <action name="actionFileNewExtractor">
0141    <property name="icon">
0142     <iconset theme="document-new"/>
0143    </property>
0144    <property name="text">
0145     <string>&amp;New Extractor...</string>
0146    </property>
0147    <property name="toolTip">
0148     <string>Create a new extractor.</string>
0149    </property>
0150   </action>
0151   <action name="actionFileSaveExtractor">
0152    <property name="icon">
0153     <iconset theme="document-save"/>
0154    </property>
0155    <property name="text">
0156     <string>&amp;Save Extractor</string>
0157    </property>
0158    <property name="toolTip">
0159     <string>Save changes to the extractor meta data and script.</string>
0160    </property>
0161   </action>
0162  </widget>
0163  <resources/>
0164  <connections/>
0165 </ui>