From d6101a83cad797e80ade602662878378ee0f2306 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 30 Jan 2017 15:37:30 +0100 Subject: Added UrlLineEdit class Address bar should highlight the host name WebView widget should now be focused on startup instead of the address bar Added names to the toolbars to make their context menu useful Tabs now have a set width of 200 --- src/widgets/webviewtabbar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/widgets/webviewtabbar.h') diff --git a/src/widgets/webviewtabbar.h b/src/widgets/webviewtabbar.h index 58d85a8..8b32e7a 100644 --- a/src/widgets/webviewtabbar.h +++ b/src/widgets/webviewtabbar.h @@ -40,6 +40,9 @@ public: signals: void currentTabChanged(QWebEngineView *view); +protected: + QSize tabSizeHint(int index) const; + private slots: void handleCurrentChanged(int index); void handleTabClose(int index); -- cgit v1.2.1