Warning, /utilities/kate/addons/externaltools/tooldialog.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>ToolDialog</class>
0004  <widget class="QDialog" name="ToolDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>470</width>
0010     <height>559</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Edit Tool</string>
0015   </property>
0016   <layout class="QFormLayout" name="formLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="lblName">
0019      <property name="text">
0020       <string>Na&amp;me:</string>
0021      </property>
0022      <property name="buddy">
0023       <cstring>edtName</cstring>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="1">
0028     <layout class="QHBoxLayout" name="horizontalLayout_2">
0029      <item>
0030       <widget class="QLineEdit" name="edtName">
0031        <property name="whatsThis">
0032         <string>The name will be displayed in the 'Tools-&gt;External Tools' menu.</string>
0033        </property>
0034        <property name="placeholderText">
0035         <string>Short name of the tool</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="KIconButton" name="btnIcon"/>
0041      </item>
0042     </layout>
0043    </item>
0044    <item row="1" column="0">
0045     <widget class="QLabel" name="lblExecutable">
0046      <property name="text">
0047       <string>Executable:</string>
0048      </property>
0049      <property name="buddy">
0050       <cstring>edtExecutable</cstring>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="1" column="1">
0055     <widget class="KUrlRequester" name="edtExecutable">
0056      <property name="placeholderText">
0057       <string>Application or interpreter</string>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="2" column="0">
0062     <widget class="QLabel" name="lblArgs">
0063      <property name="text">
0064       <string>Ar&amp;guments:</string>
0065      </property>
0066      <property name="buddy">
0067       <cstring>edtArgs</cstring>
0068      </property>
0069     </widget>
0070    </item>
0071    <item row="2" column="1">
0072     <widget class="QLineEdit" name="edtArgs">
0073      <property name="placeholderText">
0074       <string>Command line arguments</string>
0075      </property>
0076     </widget>
0077    </item>
0078    <item row="3" column="0">
0079     <widget class="QLabel" name="lblInput">
0080      <property name="text">
0081       <string>&amp;Input:</string>
0082      </property>
0083      <property name="buddy">
0084       <cstring>edtInput</cstring>
0085      </property>
0086     </widget>
0087    </item>
0088    <item row="3" column="1">
0089     <widget class="QTextEdit" name="edtInput">
0090      <property name="placeholderText">
0091       <string>Optional standard input</string>
0092      </property>
0093     </widget>
0094    </item>
0095    <item row="4" column="0">
0096     <widget class="QLabel" name="lblWorkingDir">
0097      <property name="text">
0098       <string>Working directory:</string>
0099      </property>
0100      <property name="buddy">
0101       <cstring>edtWorkingDir</cstring>
0102      </property>
0103     </widget>
0104    </item>
0105    <item row="4" column="1">
0106     <widget class="KUrlRequester" name="edtWorkingDir">
0107      <property name="placeholderText">
0108       <string>Uses current document path if empty</string>
0109      </property>
0110     </widget>
0111    </item>
0112    <item row="5" column="0">
0113     <widget class="QLabel" name="lblMimeType">
0114      <property name="text">
0115       <string>Mime &amp;types:</string>
0116      </property>
0117      <property name="buddy">
0118       <cstring>edtMimeType</cstring>
0119      </property>
0120     </widget>
0121    </item>
0122    <item row="5" column="1">
0123     <layout class="QHBoxLayout" name="horizontalLayout">
0124      <item>
0125       <widget class="QLineEdit" name="edtMimeType">
0126        <property name="whatsThis">
0127         <string>A semicolon-separated list of mime types for which this tool should be available. If empty, the tool is always available.</string>
0128        </property>
0129        <property name="placeholderText">
0130         <string>Show tool only for given mime types</string>
0131        </property>
0132       </widget>
0133      </item>
0134      <item>
0135       <widget class="QToolButton" name="btnMimeType">
0136        <property name="whatsThis">
0137         <string>Opens a dialog that helps in creating a list of mimetypes.</string>
0138        </property>
0139        <property name="icon">
0140         <iconset theme="tools-wizard"/>
0141        </property>
0142       </widget>
0143      </item>
0144     </layout>
0145    </item>
0146    <item row="6" column="0">
0147     <widget class="QLabel" name="lblSave">
0148      <property name="text">
0149       <string>Save:</string>
0150      </property>
0151      <property name="buddy">
0152       <cstring>cmbSave</cstring>
0153      </property>
0154     </widget>
0155    </item>
0156    <item row="6" column="1">
0157     <widget class="QComboBox" name="cmbSave">
0158      <property name="whatsThis">
0159       <string>Optionally save the current or all modified documents prior to running the command. This is helpful if you want to pass URLs to an application like, for example, an FTP client.</string>
0160      </property>
0161      <item>
0162       <property name="text">
0163        <string>None</string>
0164       </property>
0165      </item>
0166      <item>
0167       <property name="text">
0168        <string>Current Document</string>
0169       </property>
0170      </item>
0171      <item>
0172       <property name="text">
0173        <string>All Documents</string>
0174       </property>
0175      </item>
0176     </widget>
0177    </item>
0178    <item row="7" column="0">
0179     <widget class="QLabel" name="label_2">
0180      <property name="text">
0181       <string>Trigger</string>
0182      </property>
0183     </widget>
0184    </item>
0185    <item row="7" column="1">
0186     <widget class="QComboBox" name="cmbTrigger">
0187      <item>
0188       <property name="text">
0189        <string>None</string>
0190       </property>
0191      </item>
0192      <item>
0193       <property name="text">
0194        <string>Before Save</string>
0195       </property>
0196      </item>
0197      <item>
0198       <property name="text">
0199        <string>After Save</string>
0200       </property>
0201      </item>
0202     </widget>
0203    </item>
0204    <item row="8" column="1">
0205     <widget class="QCheckBox" name="chkReload">
0206      <property name="text">
0207       <string>Reload current document after execution</string>
0208      </property>
0209     </widget>
0210    </item>
0211    <item row="9" column="0">
0212     <widget class="QLabel" name="label">
0213      <property name="text">
0214       <string>O&amp;utput:</string>
0215      </property>
0216      <property name="buddy">
0217       <cstring>cmbOutput</cstring>
0218      </property>
0219     </widget>
0220    </item>
0221    <item row="9" column="1">
0222     <widget class="QComboBox" name="cmbOutput">
0223      <item>
0224       <property name="text">
0225        <string>Ignore</string>
0226       </property>
0227      </item>
0228      <item>
0229       <property name="text">
0230        <string>Insert at Cursor Position</string>
0231       </property>
0232      </item>
0233      <item>
0234       <property name="text">
0235        <string>Replace Selected Text</string>
0236       </property>
0237      </item>
0238      <item>
0239       <property name="text">
0240        <string>Replace Current Document</string>
0241       </property>
0242      </item>
0243      <item>
0244       <property name="text">
0245        <string>Append to Current Document</string>
0246       </property>
0247      </item>
0248      <item>
0249       <property name="text">
0250        <string>Insert in New Document</string>
0251       </property>
0252      </item>
0253      <item>
0254       <property name="text">
0255        <string>Copy to Clipboard</string>
0256       </property>
0257      </item>
0258      <item>
0259       <property name="text">
0260        <string>Display in Pane</string>
0261       </property>
0262      </item>
0263     </widget>
0264    </item>
0265    <item row="10" column="0">
0266     <widget class="QLabel" name="label_6">
0267      <property name="text">
0268       <string>Editor command:</string>
0269      </property>
0270      <property name="buddy">
0271       <cstring>edtCommand</cstring>
0272      </property>
0273     </widget>
0274    </item>
0275    <item row="10" column="1">
0276     <widget class="QLineEdit" name="edtCommand">
0277      <property name="whatsThis">
0278       <string>If you specify a name here, you can invoke the command from the view command line with the_name_you_specified_here. Please do not use spaces or tabs in the name.</string>
0279      </property>
0280      <property name="placeholderText">
0281       <string>Optional view command line name</string>
0282      </property>
0283     </widget>
0284    </item>
0285    <item row="11" column="0" colspan="2">
0286     <widget class="QDialogButtonBox" name="buttonBox">
0287      <property name="standardButtons">
0288       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0289      </property>
0290     </widget>
0291    </item>
0292   </layout>
0293  </widget>
0294  <customwidgets>
0295   <customwidget>
0296    <class>KIconButton</class>
0297    <extends>QPushButton</extends>
0298    <header>kiconbutton.h</header>
0299   </customwidget>
0300   <customwidget>
0301    <class>KUrlRequester</class>
0302    <extends>QWidget</extends>
0303    <header>kurlrequester.h</header>
0304   </customwidget>
0305  </customwidgets>
0306  <tabstops>
0307   <tabstop>edtName</tabstop>
0308   <tabstop>btnIcon</tabstop>
0309   <tabstop>edtExecutable</tabstop>
0310   <tabstop>edtArgs</tabstop>
0311   <tabstop>edtInput</tabstop>
0312   <tabstop>edtWorkingDir</tabstop>
0313   <tabstop>edtMimeType</tabstop>
0314   <tabstop>btnMimeType</tabstop>
0315   <tabstop>cmbSave</tabstop>
0316   <tabstop>chkReload</tabstop>
0317   <tabstop>cmbOutput</tabstop>
0318   <tabstop>edtCommand</tabstop>
0319  </tabstops>
0320  <resources/>
0321  <connections/>
0322 </ui>