WebBrowser/SafeBrowsing/SafeBrowsingDialog.py

changeset 6230
77a1b22c8a1f
parent 6048
82ad8ec9548c
child 6233
a64b986abb54
--- a/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py	Tue Apr 10 19:39:13 2018 +0200
+++ b/WebBrowser/SafeBrowsing/SafeBrowsingDialog.py	Tue Apr 10 19:40:37 2018 +0200
@@ -66,8 +66,11 @@
         self.gsbGroupBox.setChecked(self.__enabled)
         self.gsbApiKeyEdit.setText(self.__apiKey)
         self.gsbFilterPlatformCheckBox.setChecked(self.__filterPlatform)
+        # TODO: add text to label to indicate Update API only
         self.gsbAutoUpdateCheckBox.setChecked(self.__automaticUpdate)
+        # TODO: add checkbox to enable the Lookup API
         
+        # TODO: enable the cache buttons group box only on Update API
         self.__updateCacheButtons()
         
         super(SafeBrowsingDialog, self).show()

eric ide

mercurial