WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui

branch
safe_browsing
changeset 5821
6c7766cde4c1
parent 5820
b610cb5b501a
child 5829
d3448873ced3
diff -r b610cb5b501a -r 6c7766cde4c1 WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui
--- a/WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui	Sat Jul 29 19:41:16 2017 +0200
+++ b/WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui	Sun Jul 30 19:56:04 2017 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>650</width>
-    <height>187</height>
+    <height>288</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -16,7 +16,7 @@
   <property name="sizeGripEnabled">
    <bool>true</bool>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout">
+  <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
     <widget class="QGroupBox" name="gsbGroupBox">
      <property name="toolTip">
@@ -70,28 +70,57 @@
     </widget>
    </item>
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout">
-     <item>
-      <widget class="QPushButton" name="updateCacheButton">
-       <property name="toolTip">
-        <string>Press to update the local cache database</string>
-       </property>
-       <property name="text">
-        <string>Update Cache</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="QPushButton" name="clearCacheButton">
-       <property name="toolTip">
-        <string>Press to clear the local cache database</string>
-       </property>
-       <property name="text">
-        <string>Clear Cache</string>
-       </property>
-      </widget>
-     </item>
-    </layout>
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
+      <string>Manage Local Cache</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout">
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QPushButton" name="updateCacheButton">
+          <property name="toolTip">
+           <string>Press to update the local cache database</string>
+          </property>
+          <property name="text">
+           <string>Update Cache</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="clearCacheButton">
+          <property name="toolTip">
+           <string>Press to clear the local cache database</string>
+          </property>
+          <property name="text">
+           <string>Clear Cache</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QLabel" name="progressLabel">
+        <property name="text">
+         <string notr="true"/>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QProgressBar" name="progressBar">
+        <property name="value">
+         <number>0</number>
+        </property>
+        <property name="format">
+         <string>%v/%m</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
    </item>
    <item>
     <widget class="QDialogButtonBox" name="buttonBox">

eric ide

mercurial