Warning, /network/kget/transfer-plugins/checksumsearch/checksumsearchadddlg.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>ChecksumSearchAddDlg</class>
0004  <widget class="QWidget" name="ChecksumSearchAddDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>356</width>
0010     <height>223</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <item row="0" column="0">
0017       <widget class="QLabel" name="label_1">
0018        <property name="text">
0019         <string>Change string:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="0" column="1">
0024       <widget class="KLineEdit" name="change">
0025        <property name="showClearButton" stdset="0">
0026         <bool>true</bool>
0027        </property>
0028       </widget>
0029      </item>
0030      <item row="1" column="0">
0031       <widget class="QLabel" name="label_2">
0032        <property name="text">
0033         <string>Mode:</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item row="1" column="1">
0038       <widget class="KComboBox" name="mode"/>
0039      </item>
0040      <item row="2" column="0">
0041       <widget class="QLabel" name="label_3">
0042        <property name="text">
0043         <string>Checksum type:</string>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="2" column="1">
0048       <widget class="KComboBox" name="type"/>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <spacer name="verticalSpacer_2">
0054      <property name="orientation">
0055       <enum>Qt::Vertical</enum>
0056      </property>
0057      <property name="sizeType">
0058       <enum>QSizePolicy::Fixed</enum>
0059      </property>
0060      <property name="sizeHint" stdset="0">
0061       <size>
0062        <width>20</width>
0063        <height>5</height>
0064       </size>
0065      </property>
0066     </spacer>
0067    </item>
0068    <item>
0069     <widget class="QLabel" name="label_4">
0070      <property name="font">
0071       <font>
0072        <weight>75</weight>
0073        <bold>true</bold>
0074       </font>
0075      </property>
0076      <property name="text">
0077       <string>Result:</string>
0078      </property>
0079     </widget>
0080    </item>
0081    <item>
0082     <widget class="QLabel" name="label">
0083      <property name="text">
0084       <string>label</string>
0085      </property>
0086      <property name="wordWrap">
0087       <bool>true</bool>
0088      </property>
0089     </widget>
0090    </item>
0091    <item>
0092     <spacer name="verticalSpacer">
0093      <property name="orientation">
0094       <enum>Qt::Vertical</enum>
0095      </property>
0096      <property name="sizeHint" stdset="0">
0097       <size>
0098        <width>20</width>
0099        <height>40</height>
0100       </size>
0101      </property>
0102     </spacer>
0103    </item>
0104    <item>
0105     <widget class="QDialogButtonBox" name="buttonBox">
0106      <property name="standardButtons">
0107       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0108      </property>
0109     </widget>
0110    </item>
0111   </layout>
0112  </widget>
0113  <customwidgets>
0114   <customwidget>
0115    <class>KComboBox</class>
0116    <extends>QComboBox</extends>
0117    <header>kcombobox.h</header>
0118   </customwidget>
0119   <customwidget>
0120    <class>KLineEdit</class>
0121    <extends>QLineEdit</extends>
0122    <header>klineedit.h</header>
0123   </customwidget>
0124  </customwidgets>
0125  <resources/>
0126  <connections/>
0127 </ui>