Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c2b7c6

Browse files
committed
Update Qt version in event handling docs.
Let's make it future-proof against qt6 as well...
1 parent 0163d0d commit 4c2b7c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/users/event_handling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Event handling and picking
55
**************************
66

77
Matplotlib works with a number of user interface toolkits (wxpython,
8-
tkinter, qt4, gtk, and macosx) and in order to support features like
8+
tkinter, qt, gtk, and macosx) and in order to support features like
99
interactive panning and zooming of figures, it is helpful to the
1010
developers to have an API for interacting with the figure via key
1111
presses and mouse movements that is "GUI neutral" so we don't have to

0 commit comments

Comments
 (0)