~adamreichold/qpdfview/focus-toolbar

« back to all changes in this revision

Viewing changes to sources/mainwindow.h

  • Committer: Adam Reichold
  • Date: 2013-09-24 18:15:08 UTC
  • Revision ID: adamreichold@myopera.com-20130924181508-i93fa05k9j4kes7k
move open in containing folder action to document view custom context menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
protected slots:
74
74
    void on_tabWidget_currentChanged(int index);
75
75
    void on_tabWidget_tabCloseRequested(int index);
76
 
    void on_tabWidget_tabContextMenuRequested(const QPoint& globalPos, int index);
77
76
 
78
77
    void on_currentTab_documentChanged();
79
78
 
109
108
 
110
109
    void on_open_triggered();
111
110
    void on_openInNewTab_triggered();
 
111
    void on_openContainingFolder_triggered();
112
112
    void on_refresh_triggered();
113
113
    void on_saveCopy_triggered();
114
114
    void on_saveAs_triggered();
233
233
 
234
234
    QAction* m_openAction;
235
235
    QAction* m_openInNewTabAction;
 
236
    QAction* m_openContainingFolderAction;
236
237
    QAction* m_refreshAction;
237
238
    QAction* m_saveCopyAction;
238
239
    QAction* m_saveAsAction;