Implement Ctrl+Tab (Move to next tab) and Ctrl+Shift+Tab (Move to previous tab)

This commit is contained in:
Rasmus Karlsson
2017-08-13 15:24:41 +02:00
parent c9df6ddaab
commit d9f87c0824
3 changed files with 46 additions and 0 deletions
+3
View File
@@ -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 *);