aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/externalhelpwindow.h
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-08-04 15:34:25 +0200
committerkh1 <qt-info@nokia.com>2010-08-04 15:35:29 +0200
commit597ceed2c42afd2a14145eedb960114ab7b1495c (patch)
treeb75207d168ffdacb3b40a8fe3ff52ba242c6a0e7 /src/plugins/help/externalhelpwindow.h
parent955196c7c019423549d346d36c2da065e0cb320c (diff)
Make the side bar able to hide, implement missing shortcuts.
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/externalhelpwindow.h')
-rw-r--r--src/plugins/help/externalhelpwindow.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/plugins/help/externalhelpwindow.h b/src/plugins/help/externalhelpwindow.h
index f96117f01f..8dd72e2185 100644
--- a/src/plugins/help/externalhelpwindow.h
+++ b/src/plugins/help/externalhelpwindow.h
@@ -33,16 +33,27 @@
#include <QtGui/QMainWindow>
QT_FORWARD_DECLARE_CLASS(QCloseEvent)
+QT_FORWARD_DECLARE_CLASS(QToolButton)
namespace Help {
namespace Internal {
class ExternalHelpWindow : public QMainWindow
{
+ Q_OBJECT
+
public:
ExternalHelpWindow(QWidget *parent = 0);
virtual ~ExternalHelpWindow();
+signals:
+ void activateIndex();
+ void activateContents();
+ void activateSearch();
+ void activateBookmarks();
+ void activateOpenPages();
+ void showHideSidebar();
+
protected:
void closeEvent(QCloseEvent *event);
bool eventFilter(QObject *obj, QEvent *event);