Warning, /kdevelop/kdevelop/plugins/externalscript/externalscriptview.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>Robert Gruber &lt;rgruber@users.salomon.at&gt;</author>
0004  <class>ExternalScriptViewBase</class>
0005  <widget class="QWidget" name="ExternalScriptViewBase">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>210</width>
0011     <height>377</height>
0012    </rect>
0013   </property>
0014   <layout class="QVBoxLayout">
0015    <property name="spacing">
0016     <number>2</number>
0017    </property>
0018    <property name="margin">
0019     <number>0</number>
0020    </property>
0021    <item>
0022     <layout class="QHBoxLayout">
0023      <property name="spacing">
0024       <number>0</number>
0025      </property>
0026      <item>
0027       <widget class="QLineEdit" name="filterText">
0028        <property name="sizePolicy">
0029         <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
0030          <horstretch>0</horstretch>
0031          <verstretch>0</verstretch>
0032         </sizepolicy>
0033        </property>
0034        <property name="placeholderText">
0035         <string comment="@info:placeholder">Filter...</string>
0036        </property>
0037        <property name="clearButtonEnabled">
0038         <bool>true</bool>
0039        </property>
0040       </widget>
0041      </item>
0042     </layout>
0043    </item>
0044    <item>
0045     <widget class="QTreeView" name="scriptTree"/>
0046    </item>
0047   </layout>
0048  </widget>
0049  <tabstops>
0050   <tabstop>filterText</tabstop>
0051   <tabstop>scriptTree</tabstop>
0052  </tabstops>
0053  <resources/>
0054  <connections/>
0055 </ui>