42 void initMenuBar(QMenuBar* menuBar)
const;
43 void initSuperMenu(QMenu* superMenu)
const;
45 QAction* action(
const QString &name)
const;
52 void showAboutDialog();
53 void showPreferences();
54 void quitApplication();
59 void newPrivateWindow();
83 void showPageSource();
84 void showFullScreen();
89 void showDownloadManager();
90 void showCookieManager();
91 void toggleWebInspector();
92 void showClearRecentHistoryDialog();
96 void showInfoAboutApp();
97 void showConfigInfo();
101 void restoreClosedTab();
103 void aboutToShowFileMenu();
104 void aboutToShowViewMenu();
105 void aboutToShowEditMenu();
106 void aboutToShowToolsMenu();
107 void aboutToShowSuperMenu();
109 void aboutToShowToolbarsMenu();
110 void aboutToShowSidebarsMenu();
111 void aboutToShowEncodingMenu();
115 void addActionsToWindow();
116 void callSlot(
const char* slot);
118 QHash<QString, QAction*> m_actions;
119 QPointer<BrowserWindow> m_window;
120 QPointer<Preferences> m_preferences;
127 QMenu* m_submenuExtensions;