Warning, /utilities/kate/addons/externaltools/toolview.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  <class>ToolView</class>
0004  <widget class="QWidget" name="ToolView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>678</width>
0010     <height>295</height>
0011    </rect>
0012   </property>
0013   <widget class="QTabWidget" name="tabWidget">
0014    <property name="geometry">
0015     <rect>
0016      <x>6</x>
0017      <y>6</y>
0018      <width>451</width>
0019      <height>240</height>
0020     </rect>
0021    </property>
0022    <property name="currentIndex">
0023     <number>0</number>
0024    </property>
0025    <widget class="QWidget" name="tabOutput">
0026     <attribute name="title">
0027      <string>Output</string>
0028     </attribute>
0029     <layout class="QVBoxLayout" name="verticalLayout">
0030      <item>
0031       <widget class="QTextEdit" name="teOutput">
0032        <property name="readOnly">
0033         <bool>true</bool>
0034        </property>
0035        <property name="placeholderText">
0036         <string>Displays output from the external tool</string>
0037        </property>
0038       </widget>
0039      </item>
0040     </layout>
0041    </widget>
0042   </widget>
0043  </widget>
0044  <resources/>
0045  <connections/>
0046 </ui>