Warning, /network/kget/ui/verificationadddlg.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>VerificationAddDlg</class>
0004  <widget class="QWidget" name="VerificationAddDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>297</width>
0010     <height>119</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">
0018        <property name="text">
0019         <string comment="hash type as in md5t, sha1 etc.">Hash type:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item row="1" column="0">
0024       <widget class="QLabel" name="label_2">
0025        <property name="text">
0026         <string comment="hash as a hash of type md5, sha1 etc.">Hash:</string>
0027        </property>
0028       </widget>
0029      </item>
0030      <item row="1" column="1">
0031       <widget class="KLineEdit" name="newHash">
0032        <property name="placeholderText" stdset="0">
0033         <string>Enter a hash key</string>
0034        </property>
0035        <property name="showClearButton" stdset="0">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item row="0" column="1">
0041       <widget class="KComboBox" name="hashTypes"/>
0042      </item>
0043     </layout>
0044    </item>
0045    <item>
0046     <widget class="QDialogButtonBox" name="buttonBox">
0047      <property name="standardButtons">
0048       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0049      </property>
0050     </widget>
0051    </item>
0052    <item>
0053     <spacer name="verticalSpacer">
0054      <property name="orientation">
0055       <enum>Qt::Vertical</enum>
0056      </property>
0057      <property name="sizeHint" stdset="0">
0058       <size>
0059        <width>20</width>
0060        <height>40</height>
0061       </size>
0062      </property>
0063     </spacer>
0064    </item>
0065   </layout>
0066  </widget>
0067  <customwidgets>
0068   <customwidget>
0069    <class>KLineEdit</class>
0070    <extends>QLineEdit</extends>
0071    <header>klineedit.h</header>
0072   </customwidget>
0073   <customwidget>
0074    <class>KComboBox</class>
0075    <extends>QComboBox</extends>
0076    <header location="global">kcombobox.h</header>
0077   </customwidget>
0078  </customwidgets>
0079  <tabstops>
0080   <tabstop>hashTypes</tabstop>
0081   <tabstop>newHash</tabstop>
0082  </tabstops>
0083  <resources/>
0084  <connections/>
0085 </ui>