WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui

branch
safe_browsing
changeset 5829
d3448873ced3
parent 5821
6c7766cde4c1
child 5836
159e6057ad34
--- a/WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui	Sun Jul 30 19:56:04 2017 +0200
+++ b/WebBrowser/SafeBrowsing/SafeBrowsingDialog.ui	Fri Aug 04 18:38:45 2017 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>650</width>
-    <height>288</height>
+    <height>461</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -42,21 +42,31 @@
         </property>
        </widget>
       </item>
-      <item row="0" column="1">
+      <item row="0" column="1" colspan="2">
+       <widget class="QCheckBox" name="gsbFilterPlatformCheckBox">
+        <property name="toolTip">
+         <string>Select to check against the current platform only</string>
+        </property>
+        <property name="text">
+         <string>Adjust to current platform</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="1">
        <widget class="QLabel" name="label_14">
         <property name="text">
          <string>API Key:</string>
         </property>
        </widget>
       </item>
-      <item row="0" column="2">
+      <item row="1" column="2">
        <widget class="QLineEdit" name="gsbApiKeyEdit">
         <property name="toolTip">
          <string>Enter the Google Safe Browsing API key</string>
         </property>
        </widget>
       </item>
-      <item row="1" column="1" colspan="2">
+      <item row="2" column="1" colspan="2">
        <widget class="QPushButton" name="gsbHelpButton">
         <property name="toolTip">
          <string>Press to get some help about obtaining the API key</string>
@@ -70,6 +80,46 @@
     </widget>
    </item>
    <item>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <spacer name="horizontalSpacer">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+     <item>
+      <widget class="QPushButton" name="saveButton">
+       <property name="toolTip">
+        <string>Press to save the current configuration settings</string>
+       </property>
+       <property name="text">
+        <string>Save Configuration</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <spacer name="horizontalSpacer_2">
+       <property name="orientation">
+        <enum>Qt::Horizontal</enum>
+       </property>
+       <property name="sizeHint" stdset="0">
+        <size>
+         <width>40</width>
+         <height>20</height>
+        </size>
+       </property>
+      </spacer>
+     </item>
+    </layout>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox">
      <property name="title">
       <string>Manage Local Cache</string>
@@ -123,6 +173,38 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_2">
+     <property name="title">
+      <string>URL Check</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_2">
+      <item row="0" column="0">
+       <widget class="QLabel" name="label">
+        <property name="text">
+         <string>URL:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="E5ClearableLineEdit" name="urlEdit"/>
+      </item>
+      <item row="1" column="0" colspan="2">
+       <widget class="QPushButton" name="urlCheckButton">
+        <property name="enabled">
+         <bool>false</bool>
+        </property>
+        <property name="toolTip">
+         <string>Press to check the entered URL</string>
+        </property>
+        <property name="text">
+         <string>Check URL</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QDialogButtonBox" name="buttonBox">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
@@ -134,10 +216,23 @@
    </item>
   </layout>
  </widget>
+ <customwidgets>
+  <customwidget>
+   <class>E5ClearableLineEdit</class>
+   <extends>QLineEdit</extends>
+   <header>E5Gui/E5LineEdit.h</header>
+  </customwidget>
+ </customwidgets>
  <tabstops>
   <tabstop>gsbGroupBox</tabstop>
+  <tabstop>gsbFilterPlatformCheckBox</tabstop>
   <tabstop>gsbApiKeyEdit</tabstop>
   <tabstop>gsbHelpButton</tabstop>
+  <tabstop>saveButton</tabstop>
+  <tabstop>updateCacheButton</tabstop>
+  <tabstop>clearCacheButton</tabstop>
+  <tabstop>urlEdit</tabstop>
+  <tabstop>urlCheckButton</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial