]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/TabWidget.h
Use the webpage title as the default archive name. https://redmine.stoutner.com...
[PrivacyBrowserPC.git] / src / widgets / TabWidget.h
index ab6167188c8d09d4949c4574213c03c381c0e435..4cbfe97eb5bcd92cbf25f7055666f64fc5e2a704 100644 (file)
@@ -62,6 +62,7 @@ public:
     QString getCurrentTabUrl() const;
     QString& getDomainSettingsName() const;
     void setTabBarVisible(const bool visible) const;
+    void toggleDeveloperTools(const bool enabled) const;
     void toggleDomStorage() const;
     void toggleFindCaseSensitive(const QString &text);
     void toggleJavaScript() const;
@@ -82,6 +83,7 @@ signals:
     void updateBackAction(const bool &isEnabled) const;
     void updateCookiesAction(const int numberOfCookies) const;
     void updateDefaultZoomFactor(const double newDefaultZoomFactor) const;
+    void updateDeveloperToolsAction(const bool &isEnabled) const;
     void updateDomStorageAction(const bool &isEnabled) const;
     void updateDomainSettingsIndicator(const bool status) const;
     void updateFindText(const QString &text, const bool findCaseSensitive) const;
@@ -117,6 +119,7 @@ public Q_SLOTS:
     void refresh() const;
     void reloadAndBypassCache() const;
     void saveArchive();
+    void stop() const;
 
 private Q_SLOTS:
     // The private slots.