Warning, /network/kget/ui/groupsettingsdialog.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>GroupSettingsDialog</class>
0004  <widget class="QWidget" name="GroupSettingsDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>457</width>
0010     <height>211</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="layoutDirection">
0020    <enum>Qt::LeftToRight</enum>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <widget class="KTitleWidget" name="ktitlewidget" native="true">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="text" stdset="0">
0032       <string>Group Settings</string>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <layout class="QFormLayout" name="formLayout">
0038      <property name="fieldGrowthPolicy">
0039       <enum>QFormLayout::ExpandingFieldsGrow</enum>
0040      </property>
0041      <item row="0" column="0">
0042       <widget class="QLabel" name="label">
0043        <property name="text">
0044         <string>Defau&amp;lt folder:</string>
0045        </property>
0046        <property name="buddy">
0047         <cstring>defaultFolderRequester</cstring>
0048        </property>
0049       </widget>
0050      </item>
0051      <item row="0" column="1">
0052       <widget class="KUrlRequester" name="defaultFolderRequester">
0053        <property name="enabled">
0054         <bool>true</bool>
0055        </property>
0056       </widget>
0057      </item>
0058      <item row="1" column="0">
0059       <widget class="QLabel" name="label_2">
0060        <property name="toolTip">
0061         <string>Moves all transfers with the regular expression to this group</string>
0062        </property>
0063        <property name="text">
0064         <string>Re&amp;gular expression:</string>
0065        </property>
0066        <property name="buddy">
0067         <cstring>regExpEdit</cstring>
0068        </property>
0069       </widget>
0070      </item>
0071      <item row="1" column="1">
0072       <widget class="KLineEdit" name="regExpEdit">
0073        <property name="placeholderText" stdset="0">
0074         <string>*movies*</string>
0075        </property>
0076       </widget>
0077      </item>
0078      <item row="2" column="1">
0079       <widget class="QSpinBox" name="downloadBox">
0080        <property name="sizePolicy">
0081         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0082          <horstretch>0</horstretch>
0083          <verstretch>0</verstretch>
0084         </sizepolicy>
0085        </property>
0086        <property name="specialValueText">
0087         <string comment="No value has been set">Not set</string>
0088        </property>
0089        <property name="suffix">
0090         <string> KiB/s</string>
0091        </property>
0092        <property name="maximum">
0093         <number>10000</number>
0094        </property>
0095       </widget>
0096      </item>
0097      <item row="3" column="1">
0098       <widget class="QSpinBox" name="uploadBox">
0099        <property name="sizePolicy">
0100         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0101          <horstretch>0</horstretch>
0102          <verstretch>0</verstretch>
0103         </sizepolicy>
0104        </property>
0105        <property name="specialValueText">
0106         <string comment="No value has been set">Not set</string>
0107        </property>
0108        <property name="suffix">
0109         <string> KiB/s</string>
0110        </property>
0111        <property name="maximum">
0112         <number>10000</number>
0113        </property>
0114       </widget>
0115      </item>
0116      <item row="2" column="0">
0117       <widget class="QLabel" name="label_3">
0118        <property name="text">
0119         <string>Ma&amp;ximum download speed:</string>
0120        </property>
0121        <property name="buddy">
0122         <cstring>downloadBox</cstring>
0123        </property>
0124       </widget>
0125      </item>
0126      <item row="3" column="0">
0127       <widget class="QLabel" name="label_4">
0128        <property name="text">
0129         <string>Maximum &amp;upload speed:</string>
0130        </property>
0131        <property name="buddy">
0132         <cstring>uploadBox</cstring>
0133        </property>
0134       </widget>
0135      </item>
0136     </layout>
0137    </item>
0138    <item>
0139     <widget class="QWidget" name="nepomukWidget" native="true">
0140      <property name="sizePolicy">
0141       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0142        <horstretch>0</horstretch>
0143        <verstretch>0</verstretch>
0144       </sizepolicy>
0145      </property>
0146      <layout class="QHBoxLayout" name="horizontalLayout"/>
0147     </widget>
0148    </item>
0149    <item>
0150     <widget class="QDialogButtonBox" name="buttonBox">
0151      <property name="standardButtons">
0152       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0153      </property>
0154     </widget>
0155    </item>
0156   </layout>
0157  </widget>
0158  <customwidgets>
0159   <customwidget>
0160    <class>KLineEdit</class>
0161    <extends>QLineEdit</extends>
0162    <header>klineedit.h</header>
0163   </customwidget>
0164   <customwidget>
0165    <class>KTitleWidget</class>
0166    <extends>QWidget</extends>
0167    <header>ktitlewidget.h</header>
0168   </customwidget>
0169   <customwidget>
0170    <class>KUrlRequester</class>
0171    <extends>QFrame</extends>
0172    <header>kurlrequester.h</header>
0173    <container>1</container>
0174   </customwidget>
0175  </customwidgets>
0176  <resources/>
0177  <connections/>
0178 </ui>