Warning, /network/kget/transfer-plugins/bittorrent/scandlg.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>ScanDlgBase</class>
0004  <widget class="QWidget" name="ScanDlgBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>402</width>
0010     <height>221</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout">
0014    <item row="0" column="0">
0015     <widget class="QLabel" name="torrent_label">
0016      <property name="text">
0017       <string>Scanning data of torrent:</string>
0018      </property>
0019      <property name="wordWrap">
0020       <bool>false</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="1" column="0">
0025     <layout class="QHBoxLayout">
0026      <item>
0027       <layout class="QVBoxLayout">
0028        <item>
0029         <widget class="QLabel" name="textLabel2">
0030          <property name="text">
0031           <string>Number of chunks found:</string>
0032          </property>
0033          <property name="wordWrap">
0034           <bool>false</bool>
0035          </property>
0036         </widget>
0037        </item>
0038        <item>
0039         <widget class="QLabel" name="textLabel3">
0040          <property name="text">
0041           <string>Number of chunks failed:</string>
0042          </property>
0043          <property name="wordWrap">
0044           <bool>false</bool>
0045          </property>
0046         </widget>
0047        </item>
0048        <item>
0049         <widget class="QLabel" name="label">
0050          <property name="text">
0051           <string>Number of chunks not downloaded:</string>
0052          </property>
0053         </widget>
0054        </item>
0055        <item>
0056         <widget class="QLabel" name="label_2">
0057          <property name="text">
0058           <string>Number of chunks downloaded:</string>
0059          </property>
0060         </widget>
0061        </item>
0062       </layout>
0063      </item>
0064      <item>
0065       <layout class="QVBoxLayout">
0066        <item>
0067         <widget class="QLabel" name="chunks_found">
0068          <property name="minimumSize">
0069           <size>
0070            <width>100</width>
0071            <height>0</height>
0072           </size>
0073          </property>
0074          <property name="frameShape">
0075           <enum>QFrame::Box</enum>
0076          </property>
0077          <property name="text">
0078           <string>0</string>
0079          </property>
0080          <property name="alignment">
0081           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0082          </property>
0083          <property name="wordWrap">
0084           <bool>false</bool>
0085          </property>
0086         </widget>
0087        </item>
0088        <item>
0089         <widget class="QLabel" name="chunks_failed">
0090          <property name="minimumSize">
0091           <size>
0092            <width>100</width>
0093            <height>0</height>
0094           </size>
0095          </property>
0096          <property name="frameShape">
0097           <enum>QFrame::Box</enum>
0098          </property>
0099          <property name="frameShadow">
0100           <enum>QFrame::Plain</enum>
0101          </property>
0102          <property name="text">
0103           <string>0</string>
0104          </property>
0105          <property name="alignment">
0106           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0107          </property>
0108          <property name="wordWrap">
0109           <bool>false</bool>
0110          </property>
0111         </widget>
0112        </item>
0113        <item>
0114         <widget class="QLabel" name="chunks_not_downloaded">
0115          <property name="minimumSize">
0116           <size>
0117            <width>100</width>
0118            <height>0</height>
0119           </size>
0120          </property>
0121          <property name="frameShape">
0122           <enum>QFrame::Box</enum>
0123          </property>
0124          <property name="text">
0125           <string>0</string>
0126          </property>
0127          <property name="alignment">
0128           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0129          </property>
0130         </widget>
0131        </item>
0132        <item>
0133         <widget class="QLabel" name="chunks_downloaded">
0134          <property name="frameShape">
0135           <enum>QFrame::Box</enum>
0136          </property>
0137          <property name="text">
0138           <string>0</string>
0139          </property>
0140          <property name="alignment">
0141           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0142          </property>
0143         </widget>
0144        </item>
0145       </layout>
0146      </item>
0147     </layout>
0148    </item>
0149    <item row="2" column="0">
0150     <widget class="QProgressBar" name="progress">
0151      <property name="value">
0152       <number>24</number>
0153      </property>
0154      <property name="format">
0155       <string>%p%</string>
0156      </property>
0157     </widget>
0158    </item>
0159    <item row="3" column="0">
0160     <widget class="Line" name="line1">
0161      <property name="frameShape">
0162       <enum>QFrame::HLine</enum>
0163      </property>
0164      <property name="frameShadow">
0165       <enum>QFrame::Sunken</enum>
0166      </property>
0167     </widget>
0168    </item>
0169    <item row="4" column="0">
0170     <layout class="QHBoxLayout">
0171      <item>
0172       <spacer>
0173        <property name="orientation">
0174         <enum>Qt::Horizontal</enum>
0175        </property>
0176        <property name="sizeHint" stdset="0">
0177         <size>
0178          <width>40</width>
0179          <height>20</height>
0180         </size>
0181        </property>
0182       </spacer>
0183      </item>
0184      <item>
0185       <widget class="QPushButton" name="cancel">
0186        <property name="text">
0187         <string>Cancel</string>
0188        </property>
0189       </widget>
0190      </item>
0191     </layout>
0192    </item>
0193   </layout>
0194  </widget>
0195  <resources/>
0196  <connections/>
0197 </ui>