Warning, /frameworks/kio/src/widgets/checksumswidget.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>ChecksumsWidget</class>
0004  <widget class="QWidget" name="ChecksumsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>485</width>
0010     <height>463</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QLabel" name="label">
0016      <property name="text">
0017       <string>Copy and paste a checksum in the field below.&lt;br/&gt;A checksum is usually provided by the website you downloaded this file from.</string>
0018      </property>
0019      <property name="wordWrap">
0020       <bool>true</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <widget class="QLineEdit" name="lineEdit">
0028        <property name="placeholderText">
0029         <string extracomment="MD5, SHA1, SHA256 and SHA512 are hashing algorithms">Expected checksum (MD5, SHA1, SHA256 or SHA512)...</string>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QPushButton" name="pasteButton">
0035        <property name="toolTip">
0036         <string>Click to paste the checksum from the clipboard to the input field.</string>
0037        </property>
0038        <property name="text">
0039         <string>Paste</string>
0040        </property>
0041        <property name="icon">
0042         <iconset theme="edit-paste"/>
0043        </property>
0044       </widget>
0045      </item>
0046     </layout>
0047    </item>
0048    <item>
0049     <widget class="QLabel" name="feedbackLabel">
0050      <property name="text">
0051       <string notr="true">Feedback</string>
0052      </property>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="KSeparator" name="kseparator"/>
0057    </item>
0058    <item>
0059     <widget class="QWidget" name="calculateWidget" native="true">
0060      <layout class="QFormLayout" name="formLayout">
0061       <item row="0" column="0">
0062        <widget class="QLabel" name="md5Label">
0063         <property name="text">
0064          <string extracomment="MD5 is the hashing algorithm">MD5:</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item row="1" column="0">
0069        <widget class="QLabel" name="sha1Label">
0070         <property name="text">
0071          <string extracomment="SHA1 is the hashing algorithm">SHA1:</string>
0072         </property>
0073        </widget>
0074       </item>
0075       <item row="2" column="0">
0076        <widget class="QLabel" name="sha256Label">
0077         <property name="text">
0078          <string extracomment="SHA256 is the hashing algorithm">SHA256:</string>
0079         </property>
0080        </widget>
0081       </item>
0082       <item row="3" column="0">
0083        <widget class="QLabel" name="sha512Label">
0084         <property name="text">
0085          <string extracomment="SHA512 is the hashing algorithm">SHA512:</string>
0086         </property>
0087        </widget>
0088       </item>
0089       <item row="0" column="1">
0090        <layout class="QHBoxLayout" name="horizontalLayout_1">
0091         <item>
0092          <widget class="QPushButton" name="md5Button">
0093           <property name="text">
0094            <string>Calculate</string>
0095           </property>
0096          </widget>
0097         </item>
0098         <item>
0099          <spacer name="horizontalSpacer_1">
0100           <property name="orientation">
0101            <enum>Qt::Horizontal</enum>
0102           </property>
0103           <property name="sizeHint" stdset="0">
0104            <size>
0105             <width>40</width>
0106             <height>20</height>
0107            </size>
0108           </property>
0109          </spacer>
0110         </item>
0111         <item>
0112          <widget class="QPushButton" name="md5CopyButton">
0113           <property name="toolTip">
0114            <string>Click to copy the checksum to the clipboard.</string>
0115           </property>
0116           <property name="text">
0117            <string>Copy</string>
0118           </property>
0119           <property name="icon">
0120            <iconset theme="edit-copy"/>
0121           </property>
0122          </widget>
0123         </item>
0124        </layout>
0125       </item>
0126       <item row="1" column="1">
0127        <layout class="QHBoxLayout" name="horizontalLayout_2">
0128         <item>
0129          <widget class="QPushButton" name="sha1Button">
0130           <property name="text">
0131            <string>Calculate</string>
0132           </property>
0133          </widget>
0134         </item>
0135         <item>
0136          <spacer name="horizontalSpacer_2">
0137           <property name="orientation">
0138            <enum>Qt::Horizontal</enum>
0139           </property>
0140           <property name="sizeHint" stdset="0">
0141            <size>
0142             <width>40</width>
0143             <height>20</height>
0144            </size>
0145           </property>
0146          </spacer>
0147         </item>
0148         <item>
0149          <widget class="QPushButton" name="sha1CopyButton">
0150           <property name="toolTip">
0151            <string>Click to copy the checksum to the clipboard.</string>
0152           </property>
0153           <property name="text">
0154            <string>Copy</string>
0155           </property>
0156           <property name="icon">
0157            <iconset theme="edit-copy"/>
0158           </property>
0159          </widget>
0160         </item>
0161        </layout>
0162       </item>
0163       <item row="2" column="1">
0164        <layout class="QHBoxLayout" name="horizontalLayout_3">
0165         <item>
0166          <widget class="QPushButton" name="sha256Button">
0167           <property name="text">
0168            <string>Calculate</string>
0169           </property>
0170          </widget>
0171         </item>
0172         <item>
0173          <spacer name="horizontalSpacer_3">
0174           <property name="orientation">
0175            <enum>Qt::Horizontal</enum>
0176           </property>
0177           <property name="sizeHint" stdset="0">
0178            <size>
0179             <width>40</width>
0180             <height>20</height>
0181            </size>
0182           </property>
0183          </spacer>
0184         </item>
0185         <item>
0186          <widget class="QPushButton" name="sha256CopyButton">
0187           <property name="toolTip">
0188            <string>Click to copy the checksum to the clipboard.</string>
0189           </property>
0190           <property name="text">
0191            <string>Copy</string>
0192           </property>
0193           <property name="icon">
0194            <iconset theme="edit-copy"/>
0195           </property>
0196          </widget>
0197         </item>
0198        </layout>
0199       </item>
0200       <item row="3" column="1">
0201        <layout class="QHBoxLayout" name="horizontalLayout_4">
0202         <item>
0203          <widget class="QPushButton" name="sha512Button">
0204           <property name="text">
0205            <string>Calculate</string>
0206           </property>
0207          </widget>
0208         </item>
0209         <item>
0210          <spacer name="horizontalSpacer_4">
0211           <property name="orientation">
0212            <enum>Qt::Horizontal</enum>
0213           </property>
0214           <property name="sizeHint" stdset="0">
0215            <size>
0216             <width>40</width>
0217             <height>20</height>
0218            </size>
0219           </property>
0220          </spacer>
0221         </item>
0222         <item>
0223          <widget class="QPushButton" name="sha512CopyButton">
0224           <property name="toolTip">
0225            <string>Click to copy the checksum to the clipboard.</string>
0226           </property>
0227           <property name="text">
0228            <string>Copy</string>
0229           </property>
0230           <property name="icon">
0231            <iconset theme="edit-copy"/>
0232           </property>
0233          </widget>
0234         </item>
0235        </layout>
0236       </item>
0237      </layout>
0238     </widget>
0239    </item>
0240    <item>
0241     <spacer name="verticalSpacer">
0242      <property name="orientation">
0243       <enum>Qt::Vertical</enum>
0244      </property>
0245      <property name="sizeHint" stdset="0">
0246       <size>
0247        <width>20</width>
0248        <height>40</height>
0249       </size>
0250      </property>
0251     </spacer>
0252    </item>
0253   </layout>
0254  </widget>
0255  <customwidgets>
0256   <customwidget>
0257    <class>KSeparator</class>
0258    <extends>QFrame</extends>
0259    <header>kseparator.h</header>
0260   </customwidget>
0261  </customwidgets>
0262  <resources/>
0263  <connections/>
0264 </ui>