Warning, /network/falkon/src/lib/downloads/downloadmanager.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>DownloadManager</class>
0004  <widget class="QWidget" name="DownloadManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>525</width>
0010     <height>315</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>300</width>
0016     <height>0</height>
0017    </size>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Download Manager</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <property name="spacing">
0024     <number>0</number>
0025    </property>
0026    <property name="margin">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <widget class="QListWidget" name="list">
0031      <property name="horizontalScrollBarPolicy">
0032       <enum>Qt::ScrollBarAlwaysOff</enum>
0033      </property>
0034      <property name="alternatingRowColors">
0035       <bool>true</bool>
0036      </property>
0037      <property name="verticalScrollMode">
0038       <enum>QAbstractItemView::ScrollPerPixel</enum>
0039      </property>
0040     </widget>
0041    </item>
0042    <item>
0043     <layout class="QHBoxLayout" name="horizontalLayout">
0044      <item>
0045       <spacer name="horizontalSpacer_2">
0046        <property name="orientation">
0047         <enum>Qt::Horizontal</enum>
0048        </property>
0049        <property name="sizeType">
0050         <enum>QSizePolicy::Fixed</enum>
0051        </property>
0052        <property name="sizeHint" stdset="0">
0053         <size>
0054          <width>2</width>
0055          <height>20</height>
0056         </size>
0057        </property>
0058       </spacer>
0059      </item>
0060      <item>
0061       <widget class="QPushButton" name="clearButton">
0062        <property name="sizePolicy">
0063         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0064          <horstretch>0</horstretch>
0065          <verstretch>0</verstretch>
0066         </sizepolicy>
0067        </property>
0068        <property name="text">
0069         <string>Clear</string>
0070        </property>
0071       </widget>
0072      </item>
0073      <item>
0074       <spacer name="horizontalSpacer">
0075        <property name="orientation">
0076         <enum>Qt::Horizontal</enum>
0077        </property>
0078        <property name="sizeHint" stdset="0">
0079         <size>
0080          <width>40</width>
0081          <height>20</height>
0082         </size>
0083        </property>
0084       </spacer>
0085      </item>
0086      <item>
0087       <widget class="QLabel" name="speedLabel"/>
0088      </item>
0089      <item>
0090       <spacer name="horizontalSpacer_3">
0091        <property name="orientation">
0092         <enum>Qt::Horizontal</enum>
0093        </property>
0094        <property name="sizeType">
0095         <enum>QSizePolicy::Minimum</enum>
0096        </property>
0097        <property name="sizeHint" stdset="0">
0098         <size>
0099          <width>40</width>
0100          <height>20</height>
0101         </size>
0102        </property>
0103       </spacer>
0104      </item>
0105     </layout>
0106    </item>
0107   </layout>
0108  </widget>
0109  <resources/>
0110  <connections/>
0111 </ui>