From 352168759ea96b35296eaf33790fbe073b69f69b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 5 Apr 2010 01:31:13 +0200 Subject: This commit is the first implementation of a new new new urlbar Here are its features: - KLineEdit based - ability to easily add "icons" :) - SSL informations shown (a-la firefox) - smoother animation - cleaner code - data QString, not KUrl based (Users type string, not urls!!!) --- src/webpage.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index abc9833c..479d0cd3 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -58,8 +58,6 @@ public: explicit WebPage(QWidget *parent = 0); ~WebPage(); - void showSSLInfo(); - public slots: virtual void downloadRequest(const QNetworkRequest &request); void downloadAllContentsWithKGet(); @@ -77,7 +75,11 @@ protected Q_SLOTS: private slots: void manageNetworkErrors(QNetworkReply *reply); void loadFinished(bool); + void showSSLInfo(); +signals: + void validSSLInfo(bool); + private: QString errorPage(QNetworkReply *); -- cgit v1.2.1