Skip to content

Commit 5217e3c

Browse files
committed
Remove deprecated Qt modules and most other Qt-related code
1 parent 5f38baf commit 5217e3c

File tree

120 files changed

+3
-538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+3
-538
lines changed

README.rst

Lines changed: 2 additions & 2 deletions

glue/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
from .config import load_configuration
2222
env = load_configuration()
2323

24-
25-
def qglue(*args, **kwargs):
26-
warnings.warn('glue.qglue is deprecated, import qglue from the glue_qt module instead', GlueDeprecationWarning)
27-
from glue_qt import qglue
28-
return qglue(*args, **kwargs)
29-
30-
3124
from .main import load_plugins # noqa
3225

3326

glue/_mpl_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class MatplotlibBackendSetter(object):
66
"""
7-
Import hook to make sure the proper Qt backend is set when importing
7+
Import hook to make sure the proper backend is set when importing
88
Matplotlib.
99
"""
1010

glue/app/qt/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/actions.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/application.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/edit_subset_mode_toolbar.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/feedback.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/keyboard_shortcuts.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

glue/app/qt/layer_tree_widget.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)