Warning, /utilities/kate/addons/textfilter/textfilterwidget.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>TextFilterWidget</class>
0004  <widget class="QDialog" name="TextFilterWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>370</width>
0010     <height>190</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="lblFilter">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="text">
0026       <string>Enter command to &amp;pipe selected text through:</string>
0027      </property>
0028      <property name="buddy">
0029       <cstring>filterBox</cstring>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="KHistoryComboBox" name="filterBox"/>
0035    </item>
0036    <item>
0037     <widget class="QCheckBox" name="newDoc">
0038      <property name="text">
0039       <string>Open results in a new document</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item>
0044     <widget class="QCheckBox" name="copyResult">
0045      <property name="toolTip">
0046       <string>Copy the result to clipboard leaving a document unchanged.</string>
0047      </property>
0048      <property name="text">
0049       <string>Copy the result instead of pasting it</string>
0050      </property>
0051     </widget>
0052    </item>
0053    <item>
0054     <widget class="QCheckBox" name="mergeOutput">
0055      <property name="toolTip">
0056       <string>If checked, an output from STDOUT and STDERR will be merged and no errors will be reported.
0057 Otherwise, STDERR will be displayed as a passive message.</string>
0058      </property>
0059      <property name="text">
0060       <string>Merge STDOUT and STDERR</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QDialogButtonBox" name="buttonBox">
0066      <property name="standardButtons">
0067       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0068      </property>
0069     </widget>
0070    </item>
0071   </layout>
0072  </widget>
0073  <customwidgets>
0074   <customwidget>
0075    <class>KComboBox</class>
0076    <extends>QComboBox</extends>
0077    <header>kcombobox.h</header>
0078   </customwidget>
0079   <customwidget>
0080    <class>KHistoryComboBox</class>
0081    <extends>KComboBox</extends>
0082    <header>khistorycombobox.h</header>
0083   </customwidget>
0084  </customwidgets>
0085  <resources/>
0086  <connections>
0087   <connection>
0088    <sender>buttonBox</sender>
0089    <signal>accepted()</signal>
0090    <receiver>TextFilterWidget</receiver>
0091    <slot>accept()</slot>
0092    <hints>
0093     <hint type="sourcelabel">
0094      <x>177</x>
0095      <y>136</y>
0096     </hint>
0097     <hint type="destinationlabel">
0098      <x>182</x>
0099      <y>118</y>
0100     </hint>
0101    </hints>
0102   </connection>
0103   <connection>
0104    <sender>buttonBox</sender>
0105    <signal>rejected()</signal>
0106    <receiver>TextFilterWidget</receiver>
0107    <slot>reject()</slot>
0108    <hints>
0109     <hint type="sourcelabel">
0110      <x>326</x>
0111      <y>141</y>
0112     </hint>
0113     <hint type="destinationlabel">
0114      <x>358</x>
0115      <y>117</y>
0116     </hint>
0117    </hints>
0118   </connection>
0119  </connections>
0120 </ui>