Preferences/ConfigurationPages/NetworkPage.ui

changeset 668
b0061a6f7484
parent 289
baf4c1354c6a
child 1127
b1802ebe0066
--- a/Preferences/ConfigurationPages/NetworkPage.ui	Sun Oct 10 11:25:46 2010 +0200
+++ b/Preferences/ConfigurationPages/NetworkPage.ui	Sun Oct 10 21:12:43 2010 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>589</width>
-    <height>563</height>
+    <height>554</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2">
+  <layout class="QVBoxLayout" name="verticalLayout_4">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -32,41 +32,89 @@
     </widget>
    </item>
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout">
-     <item>
-      <widget class="QLabel" name="label_6">
-       <property name="text">
-        <string>Download directory:</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="QLineEdit" name="downloadDirEdit">
-       <property name="toolTip">
-        <string>Enter the download directory (leave empty to use the default location)</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="QPushButton" name="downloadDirButton">
-       <property name="toolTip">
-        <string>Select the download directory via a directory selection dialog</string>
-       </property>
-       <property name="text">
-        <string>...</string>
-       </property>
-      </widget>
-     </item>
-    </layout>
-   </item>
-   <item>
-    <widget class="QCheckBox" name="requestFilenameCheckBox">
-     <property name="toolTip">
-      <string>Select to ask the user for a download filename</string>
+    <widget class="QGroupBox" name="groupBox_2">
+     <property name="title">
+      <string>Downloads</string>
      </property>
-     <property name="text">
-      <string>Request name of downloaded file</string>
-     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_3">
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QLabel" name="label_6">
+          <property name="text">
+           <string>Download directory:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLineEdit" name="downloadDirEdit">
+          <property name="toolTip">
+           <string>Enter the download directory (leave empty to use the default location)</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="downloadDirButton">
+          <property name="toolTip">
+           <string>Select the download directory via a directory selection dialog</string>
+          </property>
+          <property name="text">
+           <string>...</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="requestFilenameCheckBox">
+        <property name="toolTip">
+         <string>Select to ask the user for a download filename</string>
+        </property>
+        <property name="text">
+         <string>Request name of downloaded file</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QGroupBox" name="groupBox_3">
+        <property name="title">
+         <string>Download Manager Cleanup Policy</string>
+        </property>
+        <layout class="QVBoxLayout" name="verticalLayout_2">
+         <item>
+          <widget class="QRadioButton" name="cleanupNeverButton">
+           <property name="toolTip">
+            <string>Select to never cleanup automatically</string>
+           </property>
+           <property name="text">
+            <string>Never</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QRadioButton" name="cleanupExitButton">
+           <property name="toolTip">
+            <string>Select to cleanup upon exiting</string>
+           </property>
+           <property name="text">
+            <string>When exiting the application</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QRadioButton" name="cleanupSuccessfulButton">
+           <property name="toolTip">
+            <string>Select to cleanup after a successful download</string>
+           </property>
+           <property name="text">
+            <string>When download finished successfully</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
+     </layout>
     </widget>
    </item>
    <item>
@@ -277,6 +325,9 @@
   <tabstop>downloadDirEdit</tabstop>
   <tabstop>downloadDirButton</tabstop>
   <tabstop>requestFilenameCheckBox</tabstop>
+  <tabstop>cleanupNeverButton</tabstop>
+  <tabstop>cleanupExitButton</tabstop>
+  <tabstop>cleanupSuccessfulButton</tabstop>
   <tabstop>proxyGroup</tabstop>
   <tabstop>systemProxyButton</tabstop>
   <tabstop>manualProxyButton</tabstop>

eric ide

mercurial