ros-visualization / python_qt_binding

http://wiki.ros.org/python_qt_binding
BSD 3-Clause "New" or "Revised" License
34 stars 54 forks source link

add pyqt imports to mimic python_qt_bindings #115

Open hellantos opened 2 years ago

hellantos commented 2 years ago

This PR adds pyqt as wrapper for the different Python QT libraries and versions. This is related to #114.

The python_qt_binding python import is mapped to qtpy. The python_qt_binding import is marked as depreceated. Users should switch to directly use python3-qtpy.

CI will only pass once new rosdep keys have been merged.

hellantos commented 2 years ago

This depends on https://github.com/ros/rosdistro/pull/34246. Once merged, checks should pass.

sloretz commented 1 year ago

@ros-pull-request-builder retest this please!