Warning, /kdevelop/kdevelop/plugins/externalscript/editexternalscript.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>EditExternalScriptBase</class>
0004  <widget class="QWidget" name="EditExternalScriptBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>521</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="nameLabel">
0018        <property name="text">
0019         <string comment="@label:textbox">&amp;Name:</string>
0020        </property>
0021        <property name="buddy">
0022         <cstring>nameEdit</cstring>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QLineEdit" name="nameEdit">
0028        <property name="toolTip">
0029         <string comment="@info:tooltip">&lt;p&gt;The name will also be used as the identifier during code completion.&lt;/p&gt;
0030   &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; No spaces allowed.&lt;/p&gt;</string>
0031        </property>
0032       </widget>
0033      </item>
0034      <item row="1" column="0">
0035       <widget class="QLabel" name="commandLabel">
0036        <property name="text">
0037         <string comment="@label:textbox">&amp;Command:</string>
0038        </property>
0039        <property name="buddy">
0040         <cstring>commandEdit</cstring>
0041        </property>
0042       </widget>
0043      </item>
0044      <item row="1" column="1">
0045       <widget class="QLineEdit" name="commandEdit">
0046       </widget>
0047      </item>
0048      <item row="2" column="0">
0049       <widget class="QLabel" name="stdinLabel">
0050        <property name="text">
0051         <string comment="@label:listbox">&amp;Input:</string>
0052        </property>
0053        <property name="buddy">
0054         <cstring>stdinCombo</cstring>
0055        </property>
0056       </widget>
0057      </item>
0058      <item row="2" column="1">
0059       <widget class="QComboBox" name="stdinCombo">
0060        <item>
0061         <property name="text">
0062          <string comment="@item:inlistbox input source">Nothing</string>
0063         </property>
0064        </item>
0065        <item>
0066         <property name="text">
0067          <string comment="@item:inlistbox input source">Selection in Current File or Nothing</string>
0068         </property>
0069        </item>
0070        <item>
0071         <property name="text">
0072          <string comment="@item:inlistbox input source">Selection in Current File or Whole File</string>
0073         </property>
0074        </item>
0075        <item>
0076         <property name="text">
0077          <string comment="@item:inlistbox input source">Contents of Current File</string>
0078         </property>
0079        </item>
0080       </widget>
0081      </item>
0082      <item row="3" column="0">
0083       <widget class="QLabel" name="stdoutLabel">
0084        <property name="text">
0085         <string comment="@label:listbox">&amp;Output:</string>
0086        </property>
0087        <property name="buddy">
0088         <cstring>stdoutCombo</cstring>
0089        </property>
0090       </widget>
0091      </item>
0092      <item row="3" column="1">
0093       <widget class="QComboBox" name="stdoutCombo">
0094        <item>
0095         <property name="text">
0096          <string comment="@item:inlistbox handle output">Ignore</string>
0097         </property>
0098        </item>
0099        <item>
0100         <property name="text">
0101          <string comment="@item:inlistbox handle output">Insert at Cursor Position of Current File</string>
0102         </property>
0103        </item>
0104        <item>
0105         <property name="text">
0106          <string comment="@item:inlistbox handle output">Replace Selection of Current File or Insert at Cursor Position</string>
0107         </property>
0108        </item>
0109        <item>
0110         <property name="text">
0111          <string comment="@item:inlistbox handle output">Replace Selection of Current File or Whole File</string>
0112         </property>
0113        </item>
0114        <item>
0115         <property name="text">
0116          <string comment="@item:inlistbox handle output">Replace Contents of Current File</string>
0117         </property>
0118        </item>
0119        <item>
0120         <property name="text">
0121          <string comment="@item:inlistbox handle output">Create New File</string>
0122         </property>
0123        </item>
0124       </widget>
0125      </item>
0126      <item row="4" column="0">
0127       <widget class="QLabel" name="stderrLabel">
0128        <property name="text">
0129         <string comment="@label:listbox">Errors:</string>
0130        </property>
0131        <property name="buddy">
0132         <cstring>stderrCombo</cstring>
0133        </property>
0134       </widget>
0135      </item>
0136      <item row="4" column="1">
0137       <widget class="QComboBox" name="stderrCombo">
0138        <item>
0139         <property name="text">
0140          <string comment="@item:inlistbox handle errors">Ignore</string>
0141         </property>
0142        </item>
0143        <item>
0144         <property name="text">
0145          <string comment="@item:inlistbox handle errors">Merge with Normal Output</string>
0146         </property>
0147        </item>
0148        <item>
0149         <property name="text">
0150          <string comment="@item:inlistbox handle errors">Insert at Cursor Position of Current File</string>
0151         </property>
0152        </item>
0153        <item>
0154         <property name="text">
0155          <string comment="@item:inlistbox handle errors">Replace Selection of Current File or Insert at Cursor Position</string>
0156         </property>
0157        </item>
0158        <item>
0159         <property name="text">
0160          <string comment="@item:inlistbox handle errors">Replace Selection of Current File or Whole File</string>
0161         </property>
0162        </item>
0163        <item>
0164         <property name="text">
0165          <string comment="@item:inlistbox handle errors">Replace Contents of Current File</string>
0166         </property>
0167        </item>
0168        <item>
0169         <property name="text">
0170          <string comment="@item:inlistbox handle errors">Create New File</string>
0171         </property>
0172        </item>
0173       </widget>
0174      </item>
0175      <item row="5" column="0">
0176       <widget class="QLabel" name="saveLabel">
0177        <property name="text">
0178         <string comment="@label:listbox">Save &amp;mode:</string>
0179        </property>
0180        <property name="buddy">
0181         <cstring>saveCombo</cstring>
0182        </property>
0183       </widget>
0184      </item>
0185      <item row="5" column="1">
0186       <widget class="QComboBox" name="saveCombo">
0187        <item>
0188         <property name="text">
0189          <string comment="@item:inlistbox save mode">Save Nothing</string>
0190         </property>
0191        </item>
0192        <item>
0193         <property name="text">
0194          <string comment="@item:inlistbox save mode">Save Active Document</string>
0195         </property>
0196        </item>
0197        <item>
0198         <property name="text">
0199          <string comment="@item:inlistbox save mode">Save All Open Documents</string>
0200         </property>
0201        </item>
0202       </widget>
0203      </item>
0204      <item row="6" column="0">
0205       <widget class="QLabel">
0206        <property name="text">
0207         <string comment="@option:check">Show out&amp;put:</string>
0208        </property>
0209        <property name="buddy">
0210         <cstring>showOutputBox</cstring>
0211        </property>
0212       </widget>
0213      </item>
0214      <item row="6" column="1">
0215       <widget class="QCheckBox" name="showOutputBox">
0216        <property name="checked">
0217         <bool>true</bool>
0218        </property>
0219       </widget>
0220      </item>
0221      <item row="7" column="0">
0222       <widget class="QLabel" name="outputFilterLabel">
0223        <property name="text">
0224         <string comment="@label:listbox">Output filter:</string>
0225        </property>
0226        <property name="buddy">
0227         <cstring>outputFilterCombo</cstring>
0228        </property>
0229       </widget>
0230      </item>
0231      <item row="7" column="1">
0232       <widget class="QComboBox" name="outputFilterCombo">
0233        <item>
0234         <property name="text">
0235          <string comment="@item:inlistbox output filter">No Filter</string>
0236         </property>
0237        </item>
0238        <item>
0239         <property name="text">
0240          <string comment="@item:inlistbox output filter">Compiler Filter</string>
0241         </property>
0242        </item>
0243        <item>
0244         <property name="text">
0245          <string comment="@item:inlistbox output filter">Script Error Filter</string>
0246         </property>
0247        </item>
0248        <item>
0249         <property name="text">
0250          <string comment="@item:inlistbox output filter">Static Analysis Filter</string>
0251         </property>
0252        </item>
0253       </widget>
0254      </item>
0255      <item row="8" column="0">
0256       <widget class="QLabel" name="shortcutLabel">
0257        <property name="toolTip">
0258         <string comment="@info:tooltip">Defines shortcuts you can use to execute this script.</string>
0259        </property>
0260        <property name="text">
0261         <string comment="@label:chooser">Shortcut:</string>
0262        </property>
0263       </widget>
0264      </item>
0265      <item row="8" column="1">
0266       <widget class="KShortcutWidget" name="shortcutWidget"/>
0267      </item>
0268     </layout>
0269    </item>
0270    <item>
0271     <widget class="QDialogButtonBox" name="buttonBox">
0272      <property name="standardButtons">
0273       <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0274      </property>
0275     </widget>
0276    </item>
0277   </layout>
0278  </widget>
0279  <customwidgets>
0280   <customwidget>
0281    <class>KShortcutWidget</class>
0282    <extends>QWidget</extends>
0283    <header>KShortcutWidget</header>
0284   </customwidget>
0285  </customwidgets>
0286  <resources/>
0287  <connections/>
0288 </ui>