Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
KDevelop
KDevelop
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 30
    • Merge Requests 30
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • KDevelop
  • KDevelopKDevelop
  • Merge Requests
  • !44

Closed
Opened Jul 28, 2019 by David Redondo@davidre🏎Developer
  • Report abuse
Report abuse

[Documentation - QtHelp] Allow navigating with mouse forwards and backwards button

  • Overview 3
  • Commits 3
  • Pipelines 4
  • Changes 5

This allows navigating with the mouse forwards and backwards buttons like in the editor. To get the mouse events an eventFilter is installed on the viewport of the treeview on the homepage. For the content WebEngineViews a workaround/hack is needed to access a private child which swallows the events (QTBUG-43602). Inspiration for that is taken from https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/plugins/help/webenginehelpviewer.cpp.

Edited Jul 28, 2019 by David Redondo
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: kdevelop/kdevelop!44
Source branch: mousebuttons