# HG changeset patch # User Dirk Olmes # Date 1465442343 -7200 # Node ID 5695197a3ca58e3da731cb94c3b8feccbe017afd # Parent f08fa6dcb86f3522a3e9c99457524b018ed606dd Add an about Qt help menu item diff -r f08fa6dcb86f -r 5695197a3ca5 MainWindow.py --- a/MainWindow.py Thu Jun 09 05:09:06 2016 +0200 +++ b/MainWindow.py Thu Jun 09 05:19:03 2016 +0200 @@ -203,3 +203,6 @@ def zoomOut(self): zoom = self.ui.webView.zoomFactor() - 0.1 self.ui.webView.setZoomFactor(zoom) + + def aboutQtClicked(self): + QApplication.aboutQt() diff -r f08fa6dcb86f -r 5695197a3ca5 MainWindow.ui --- a/MainWindow.ui Thu Jun 09 05:09:06 2016 +0200 +++ b/MainWindow.ui Thu Jun 09 05:19:03 2016 +0200 @@ -24,7 +24,7 @@ Qt::Horizontal - + @@ -60,7 +60,7 @@ Qt::Vertical - + @@ -151,9 +151,16 @@ + + + Help + + + + @@ -334,6 +341,11 @@ Zoom Out + + + About Qt + + @@ -602,6 +614,22 @@ + + actionAboutQt + activated() + MainWindow + aboutQtClicked() + + + -1 + -1 + + + 495 + 374 + + + addFeed() @@ -619,5 +647,6 @@ copyArticleURLToClipboard() zoomIn() zoomOut() + aboutQtClicked()