Preferences/ConfigurationPages/NetworkPage.ui

changeset 6224
08875555771a
parent 5047
04e5dfbd3f3d
--- a/Preferences/ConfigurationPages/NetworkPage.ui	Sun Apr 08 16:37:21 2018 +0200
+++ b/Preferences/ConfigurationPages/NetworkPage.ui	Sun Apr 08 17:34:59 2018 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>591</width>
-    <height>1127</height>
+    <height>1261</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_6">
+  <layout class="QVBoxLayout" name="verticalLayout_7">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -55,7 +55,7 @@
      <property name="title">
       <string>Downloads</string>
      </property>
-     <layout class="QVBoxLayout" name="verticalLayout_3">
+     <layout class="QVBoxLayout" name="verticalLayout_6">
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout">
         <item>
@@ -132,6 +132,35 @@
         </layout>
        </widget>
       </item>
+      <item>
+       <widget class="QGroupBox" name="displayGroup">
+        <property name="title">
+         <string>Download Manager Display Policy</string>
+        </property>
+        <layout class="QVBoxLayout" name="verticalLayout_3">
+         <item>
+          <widget class="QCheckBox" name="openOnStartCheckBox">
+           <property name="toolTip">
+            <string>Select to open the download manager dialog when starting a download</string>
+           </property>
+           <property name="text">
+            <string>Open when starting download</string>
+           </property>
+          </widget>
+         </item>
+         <item>
+          <widget class="QCheckBox" name="closeOnFinishedCheckBox">
+           <property name="toolTip">
+            <string>Select to close the download manager dialog when the last download is finished</string>
+           </property>
+           <property name="text">
+            <string>Close when downloads finished</string>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -478,6 +507,8 @@
   <tabstop>cleanupNeverButton</tabstop>
   <tabstop>cleanupExitButton</tabstop>
   <tabstop>cleanupSuccessfulButton</tabstop>
+  <tabstop>openOnStartCheckBox</tabstop>
+  <tabstop>closeOnFinishedCheckBox</tabstop>
   <tabstop>noProxyButton</tabstop>
   <tabstop>systemProxyButton</tabstop>
   <tabstop>manualProxyButton</tabstop>

eric ide

mercurial