You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
397 B
Python
11 lines
397 B
Python
from .backend_qt5 import (
|
|
backend_version, SPECIAL_KEYS, SUPER, ALT, CTRL, SHIFT, MODIFIER_KEYS,
|
|
cursord, _create_qApp, _BackendQT5, TimerQT, MainWindow, FigureCanvasQT,
|
|
FigureManagerQT, NavigationToolbar2QT, SubplotToolQt, exception_handler)
|
|
|
|
|
|
@_BackendQT5.export
|
|
class _BackendQT4(_BackendQT5):
|
|
class FigureCanvas(FigureCanvasQT):
|
|
required_interactive_framework = "qt4"
|