aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLibravatar keshavbhatt <keshavnrj@gmail.com>2021-05-05 02:49:24 +0530
committerLibravatar keshavbhatt <keshavnrj@gmail.com>2021-05-05 02:49:24 +0530
commitee87efdc6a4edabd9e1fc4f303bd094a912831c7 (patch)
tree3b0b1e1bb6354d803502ffb89c22ba605a148b09 /src/mainwindow.h
parent491115028f570ae5df0f908d60fdf2143787e0a7 (diff)
downloadwhatsie-ee87efdc6a4edabd9e1fc4f303bd094a912831c7.tar.gz
whatsie-ee87efdc6a4edabd9e1fc4f303bd094a912831c7.zip
removed status bar widget,
added RateApp dialog.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 75948e9..98af994 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -35,6 +35,7 @@
#include "about.h"
#include "dictionaries.h"
#include "webview.h"
+#include "rateapp.h"
class MainWindow : public QMainWindow
@@ -47,8 +48,6 @@ public slots:
void updatePageTheme();
void handleWebViewTitleChanged(QString title);
- void handleLoadStarted();
- void handleLoadProgress(int progress);
void handleLoadFinished(bool loaded);
void handleDownloadRequested(QWebEngineDownloadItem *download);
@@ -58,7 +57,6 @@ protected slots:
private:
QPalette lightPalette;
void createActions();
- void createStatusBar();
void createTrayIcon();
void createWebEngine();
@@ -81,7 +79,7 @@ private:
QSystemTrayIcon *trayIcon;
QWebEngineView *webEngine;
- QStatusBar *statusBar;
+ //QStatusBar *statusBar;
SettingsWidget * settingsWidget = nullptr;