Skip to content
View gboeer's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report gboeer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. advent_of_code advent_of_code Public

    Python

  2. Enable dragging of a QT5 QGraphicsVi... Enable dragging of a QT5 QGraphicsView with middle mouse button (or any other button than the default)
    1
    /**
    2
        So you want to use the QGraphicsView Drag Mode but with another mouse button than the default left click?
    3
        You can of course reimplement the mouse_move_event in a subclass but did you notice how ugly it is to implement
    4
        all the dragging functionality by yourself?
    5