From b1dfaeca4986086c78e33b54fc6814bca412eaae Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 30 Aug 2009 19:02:15 +0200 Subject: - A better print slot - contextual frame actions (just 2, for now) - works on contextual menu --- src/mainwindow.h | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index be51bdd2..d248b067 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -93,7 +93,8 @@ public slots: */ void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info); - + void printRequested(QWebFrame *frame = 0); + protected: bool queryClose(); void keyPressEvent(QKeyEvent *event); @@ -111,21 +112,22 @@ private slots: void slotOpenPrevious(); void slotOpenNext(); - // File Menu slots - void slotFileOpen(); - void slotFilePrintPreview(); - void slotFileSaveAs(); - void printRequested(QWebFrame *frame); - - // Edit Menu slots + // Find Action slots void slotFind(const QString &); void slotFindNext(); void slotFindPrevious(); - // View Menu slots + // Zoom slots void slotViewTextBigger(); void slotViewTextNormal(); void slotViewTextSmaller(); + + + // File Menu slots + void slotFileOpen(); +// void slotFilePrintPreview(); + void slotFileSaveAs(); + void slotViewPageSource(); void slotViewFullScreen(bool enable); -- cgit v1.2.1