Warning, /network/kget/conf/dlgadvanced.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>DlgAdvanced</class>
0004  <widget class="QWidget" name="DlgAdvanced">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>585</width>
0010     <height>443</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014          <item>
0015                 <layout class="QHBoxLayout" name="horizontalLayout">
0016                  <item>
0017                         <widget class="QCheckBox" name="kcfg_AutomaticDeletionEnabled">
0018                          <property name="text">
0019                                 <string>Automatically delete all transfer history older than:</string>
0020                          </property>
0021                         </widget>
0022                  </item>        
0023                  <item>
0024                         <widget class="KComboBox" name="kcfg_ExpiryTimeType">
0025                         </widget>
0026                  </item>
0027                  <item>
0028                         <widget class="QLineEdit" name="kcfg_ExpiryTimeValue">
0029                         </widget>
0030                  </item>
0031                 </layout>
0032          </item>
0033    <item>
0034     <widget class="QCheckBox" name="kcfg_EnableSystemTray">
0035      <property name="text">
0036       <string>Enable system tray icon</string>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <layout class="QFormLayout" name="formLayout_2">
0042      <item row="0" column="0">
0043       <widget class="QCheckBox" name="kcfg_AfterFinishActionEnabled">
0044        <property name="text">
0045         <string>Execute action after all downloads have been finished:</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="0" column="1">
0050       <widget class="KComboBox" name="kcfg_AfterFinishAction">
0051        <item>
0052         <property name="text">
0053          <string>Quit KGet</string>
0054         </property>
0055        </item>
0056       </widget>
0057      </item>
0058      <item row="1" column="0">
0059       <widget class="QLabel" name="label_2">
0060        <property name="text">
0061         <string>At startup:</string>
0062        </property>
0063       </widget>
0064      </item>
0065      <item row="1" column="1">
0066       <widget class="KComboBox" name="kcfg_StartupAction">
0067        <item>
0068         <property name="text">
0069          <string>Restore Download State</string>
0070         </property>
0071        </item>
0072        <item>
0073         <property name="text">
0074          <string>Start All Downloads</string>
0075         </property>
0076        </item>
0077        <item>
0078         <property name="text">
0079          <string>Stop All Downloads</string>
0080         </property>
0081        </item>
0082       </widget>
0083      </item>
0084      <item row="2" column="1">
0085       <widget class="KComboBox" name="kcfg_HistoryBackend"/>
0086      </item>
0087      <item row="2" column="0">
0088       <widget class="QLabel" name="label">
0089        <property name="text">
0090         <string>History backend:</string>
0091        </property>
0092       </widget>
0093      </item>
0094     </layout>
0095    </item>
0096    <item>
0097     <widget class="QGroupBox" name="kcfg_EnableKUIServerIntegration">
0098      <property name="title">
0099       <string>Enable KDE Global Progress Tracking</string>
0100      </property>
0101      <property name="checkable">
0102       <bool>true</bool>
0103      </property>
0104      <property name="checked">
0105       <bool>false</bool>
0106      </property>
0107      <layout class="QVBoxLayout">
0108       <item>
0109        <widget class="QRadioButton" name="kcfg_ExportSingleTransfer">
0110         <property name="text">
0111          <string>Show every single download </string>
0112         </property>
0113        </widget>
0114       </item>
0115       <item>
0116        <widget class="QRadioButton" name="kcfg_ExportGlobalJob">
0117         <property name="text">
0118          <string>Show overall progress</string>
0119         </property>
0120        </widget>
0121       </item>
0122      </layout>
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="QGroupBox" name="groupBox_2">
0127      <property name="title">
0128       <string>Handle existing Files/Transfers</string>
0129      </property>
0130      <layout class="QVBoxLayout" name="verticalLayout_2">
0131       <item>
0132        <widget class="QRadioButton" name="kcfg_FilesAlwaysAsk">
0133         <property name="text">
0134          <string>Always ask</string>
0135         </property>
0136        </widget>
0137       </item>
0138       <item>
0139        <widget class="QRadioButton" name="kcfg_FilesAutomaticRename">
0140         <property name="text">
0141          <string>Automatic rename</string>
0142         </property>
0143        </widget>
0144       </item>
0145       <item>
0146        <widget class="QRadioButton" name="kcfg_FilesOverwrite">
0147         <property name="text">
0148          <string>Overwrite</string>
0149         </property>
0150        </widget>
0151       </item>
0152      </layout>
0153     </widget>
0154    </item>
0155    <item>
0156     <spacer>
0157      <property name="orientation">
0158       <enum>Qt::Vertical</enum>
0159      </property>
0160      <property name="sizeType">
0161       <enum>QSizePolicy::Expanding</enum>
0162      </property>
0163      <property name="sizeHint" stdset="0">
0164       <size>
0165        <width>200</width>
0166        <height>20</height>
0167       </size>
0168      </property>
0169     </spacer>
0170    </item>
0171   </layout>
0172  </widget>
0173  <customwidgets>
0174   <customwidget>
0175    <class>KComboBox</class>
0176    <extends>QComboBox</extends>
0177    <header>KComboBox</header>
0178   </customwidget>
0179  </customwidgets>
0180  <resources/>
0181  <connections/>
0182 </ui>