Implement Ctrl+Tab (Move to next tab) and Ctrl+Shift+Tab (Move to previous tab)
This commit is contained in:
@@ -42,6 +42,9 @@ public:
|
||||
NotebookPage *tabAt(QPoint point, int &index);
|
||||
void rearrangePage(NotebookPage *page, int index);
|
||||
|
||||
void nextTab();
|
||||
void previousTab();
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user