pyqtgraph/pyqtgraph/widgets
KIU Shueng Chuan 2aed5c36d5 no need to reconstruct PyQt6 enums
PyQt6 can serialize / deserialize enums and flags w/o us manually
casting them to int.

In PyQt6 6.0, it was okay to pass the already deserialized flag
back to the class constructor.
In PyQt6 6.1, the flags MouseButtons and KeyboardModifiers have
been renamed to MouseButton and KeyboardModifier respectively.

skipping the reconstruction allows it to work on both PyQt6 6.0 and 6.1.
note that this was already done in deserialize_mouse_event()
2021-04-11 09:53:49 +08:00
..
tests Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
BusyCursor.py BusyCursor: only restore cursor after all nested levels have exited 2020-07-13 12:53:59 -07:00
CheckTable.py updated widgets 2013-12-22 02:18:37 -05:00
ColorButton.py call super() on virtual QWidget methods 2021-01-23 08:29:44 +08:00
ColorMapWidget.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
ComboBox.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
DataFilterWidget.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
DataTreeWidget.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
DiffTreeWidget.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
FeedbackButton.py updated widgets 2013-12-22 02:18:37 -05:00
FileDialog.py updated widgets 2013-12-22 02:18:37 -05:00
GradientWidget.py GradientWidget.py : workaround or-ing of enum flag values 2021-01-23 08:29:52 +08:00
GraphicsLayoutWidget.py Miscellaneous doc fixups (#1142) 2020-04-03 10:06:25 -07:00
GraphicsView.py Fix ScatterPlotItem performance regression (#1569) 2021-02-11 08:36:52 -08:00
GroupBox.py import python2_3 for basestring 2018-10-09 09:37:04 +02:00
HistogramLUTWidget.py Fix HistogramLUTWidget with background parameter (#953) 2019-09-27 13:02:54 -07:00
JoystickButton.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
LayoutWidget.py Merge pull request #473 from tmtnslt/patch-1 2019-06-07 14:39:12 -07:00
MatplotlibWidget.py MatplotlibWidget.py: drop Qt4 support 2021-01-15 08:25:08 +08:00
MultiPlotWidget.py Improve docs for MultiPlotWidget and MultiPlotItem 2020-07-19 14:28:58 -07:00
PathButton.py call super() on virtual QWidget methods 2021-01-23 08:29:44 +08:00
PlotWidget.py Merge pull request #151 from lidstrom83/custom_PlotItem_for_PlotWidget 2020-05-31 21:05:59 -07:00
ProgressDialog.py call super() on virtual QWidget methods 2021-01-23 08:29:44 +08:00
RawImageWidget.py RawImageGLWidget follow same style as RawImageWidget 2021-02-20 18:58:26 +08:00
RemoteGraphicsView.py no need to reconstruct PyQt6 enums 2021-04-11 09:53:49 +08:00
ScatterPlotWidget.py Deprecate unused/unnecessary modules (#1576) 2021-02-15 09:52:06 -08:00
SpinBox.py Add actual deprecation warnings 2021-02-11 21:34:02 -08:00
TableWidget.py use QKeySequence to detect platform dependent copy keys 2021-02-14 07:46:20 +08:00
TreeWidget.py Merge branch 'master' into ptree 2021-01-31 13:36:53 -08:00
ValueLabel.py call super() on virtual QWidget methods 2021-01-23 08:29:44 +08:00
VerticalLabel.py updated widgets 2013-12-22 02:18:37 -05:00
__init__.py move mkQApp to Qt.py to make it easier to import internally 2018-02-23 17:34:15 -08:00