X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=src%2Fwindows%2FBrowserWindow.h;h=4c043d2e8f4717b13e4dba0193ba8e7225d3064c;hb=HEAD;hp=85af5a2930d3bb6681bd22c9325a65f295b33048;hpb=c5706a6ff3fbc42418e60b79fbe3f5c19396f7d2;p=PrivacyBrowserPC.git diff --git a/src/windows/BrowserWindow.h b/src/windows/BrowserWindow.h index 85af5a2..052a311 100644 --- a/src/windows/BrowserWindow.h +++ b/src/windows/BrowserWindow.h @@ -1,7 +1,7 @@ /* * Copyright 2022-2024 Soren Stoutner . * - * This file is part of Privacy Browser PC . + * This file is part of Privacy Browser PC . * * Privacy Browser PC is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -79,8 +79,10 @@ private Q_SLOTS: void showBookmarkContextMenu(const QPoint &point); void showCookiesDialog(); void showDomainSettingsDialog(); + void showFilterListsDialog(); void showFindTextActions() const; void showProgressBar(const int &progress) const; + void showRequestsDialog(); void showSettingsDialog(); void toggleBookmark(); void toggleDeveloperTools() const; @@ -100,12 +102,13 @@ private Q_SLOTS: void updateFindTextResults(const QWebEngineFindTextResult &findTextResult) const; void updateJavaScriptAction(const bool &isEnabled); void updateLocalStorageAction(const bool &isEnabled); + void updateRequestsAction(const int blockedRequests) const; void updateSearchEngineActions(const QString &searchEngine, const bool &updateCustomSearchEngineStatus); void updateUserAgentActions(const QString &userAgent, const bool &updateCustomUserAgentStatus); - void updateZoomActions(const double zoomFactorDouble); void updateUrlLineEdit(const QUrl &newUrl); void updateViewBookmarksToolBarCheckbox(const bool visible); void updateWindowTitle(const QString &title); + void updateZoomActions(const double zoomFactorDouble); void zoomDefault(); private: @@ -150,6 +153,7 @@ private: QPalette positiveBackgroundPalette; QProgressBar *progressBarPointer; QAction *refreshActionPointer; + QAction *requestsActionPointer; QAction *searchEngineMenuActionPointer; QAction *searchEngineMojeekActionPointer; QAction *searchEngineMonoclesActionPointer;