python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.1.2
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version humble
Last Updated 2023-11-13
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner

python_qt_binding

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL.

Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP".

Also provided is adapter code to make the user's Python code independent of which binding provider was actually used.

Contributing

For ROS 2 changes, please open pull requests on the branch main. For ROS 1 changes, please open pull requests on the melodic-devel branch. If you would like changes made to older ROS distro branches, backporting will be considered once the changes are made to the latest branch. Changes will only be made to active ROS Distros.

Branches

The branches on this repo are for different ROS distros.

  • main - ROS Rolling
  • galactic_devel - ROS Galactic
  • crystal-devel - ROS Foxy, ROS Eloquent, ROS Dashing, ROS Crystal
  • melodic-devel - ROS Noetic, ROS Melodic
  • kinetic-devel - ROS Lunar, ROS Kinetic
  • groovy-devel - ROS Jade, ROS Indigo, ROS Hydro, ROS Groovy
  • fuerte-devel - ROS Fuerte
CHANGELOG

Changelog for package python_qt_binding

1.1.2 (2023-11-13)

  • Fix to allow ninja to use make for generators (#123) (#128)
  • Contributors: Yasushi SHOJI

1.1.1 (2021-12-06)

  • Replace PythonInterp to Python3 COMPONENTS (#108)
  • Use PyQt5 module path to find SIP bindings (#106)
  • Contributors: Ben Wolsieffer, Homalozoa X

1.1.0 (2021-11-02)

  • Make FindPythonInterp dependency explicit (#107)
  • Add note about galactic branch (#104)
  • fuerte-devel is too new for ROS Electric (#101)
  • Contributors: Shane Loretz

1.0.7 (2021-03-18)

  • Add repo README
  • Shorten some long lines of CMake (#99)
  • Contributors: Scott K Logan, Shane Loretz

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.2.4
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version iron
Last Updated 2024-02-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Shane Loretz

Authors

  • Dave Hershberger
  • Dirk Thomas
  • Dorian Scholz
  • Stephen Brawner

python_qt_binding

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL.

Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP".

Also provided is adapter code to make the user's Python code independent of which binding provider was actually used.

Contributing

For ROS 2 changes, please open pull requests on the branch main. For ROS 1 changes, please open pull requests on the melodic-devel branch. If you would like changes made to older ROS distro branches, backporting will be considered once the changes are made to the latest branch. Changes will only be made to active ROS Distros.

Branches

The branches on this repo are for different ROS distros.

  • main - ROS Rolling
  • galactic_devel - ROS Galactic
  • crystal-devel - ROS Foxy, ROS Eloquent, ROS Dashing, ROS Crystal
  • melodic-devel - ROS Noetic, ROS Melodic
  • kinetic-devel - ROS Lunar, ROS Kinetic
  • groovy-devel - ROS Jade, ROS Indigo, ROS Hydro, ROS Groovy
  • fuerte-devel - ROS Fuerte
CHANGELOG

Changelog for package python_qt_binding

1.2.4 (2024-02-07)

  • Update the SIP support so we can deal with a broken RHEL-9. (#130)
  • Contributors: Chris Lalancette

1.2.3 (2023-04-11)

  • Fix to allow ninja to use make for generators (#123)
  • Fix flake8 linter regression (#125)
  • Remove pyqt from default binding order for macOS (#118)
  • Contributors: Christoph Hellmann Santos, Crist

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 2.2.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version rolling
Last Updated 2024-03-28
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Shane Loretz

Authors

  • Dave Hershberger
  • Dirk Thomas
  • Dorian Scholz
  • Stephen Brawner

python_qt_binding

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL.

Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP".

Also provided is adapter code to make the user's Python code independent of which binding provider was actually used.

Contributing

For ROS 2 changes, please open pull requests on the branch main. For ROS 1 changes, please open pull requests on the melodic-devel branch. If you would like changes made to older ROS distro branches, backporting will be considered once the changes are made to the latest branch. Changes will only be made to active ROS Distros.

Branches

The branches on this repo are for different ROS distros.

  • main - ROS Rolling
  • galactic_devel - ROS Galactic
  • crystal-devel - ROS Foxy, ROS Eloquent, ROS Dashing, ROS Crystal
  • melodic-devel - ROS Noetic, ROS Melodic
  • kinetic-devel - ROS Lunar, ROS Kinetic
  • groovy-devel - ROS Jade, ROS Indigo, ROS Hydro, ROS Groovy
  • fuerte-devel - ROS Fuerte
CHANGELOG

Changelog for package python_qt_binding

2.2.0 (2024-03-28)

  • Switch to C++17 for SIP and Shiboken (#135)
  • Set hints to find the python version we actually want. (#134)
  • Contributors: Chris Lalancette, Christophe Bedard

2.1.1 (2024-02-07)

  • Remove unnecessary parentheses around assert. (#133)
  • Contributors: Chris Lalancette

2.1.0 (2024-01-24)

  • Switch to FindPython3 in the shiboken_helper.cmake. (#132)
  • Contributors: Chris Lalancette

2.0.0 (2023-12-26)

  • Cleanup of the sip_configure.py file. (#131)
  • Update the SIP support so we can deal with a broken RHEL-9. (#129)
  • Contributors: Chris Lalancette

1.3.0 (2023-04-28)

1.2.3 (2023-04-11)

  • Fix to allow ninja to use make for generators (#123)
  • Fix flake8 linter regression (#125)
  • Remove pyqt from default binding order for macOS (#118)
  • Contributors: Christoph Hellmann Santos, Crist

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.4.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version melodic-devel
Last Updated 2021-07-21
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.4.4 (2021-07-15)

  • add check for sip binding install directory on archlinux (#95)
  • Update maintainers (#96)
  • Contributors: Akash Patel, Shane Loretz

0.4.3 (2020-06-11)

  • fix linking with non framework builds of qt (e.g. from conda-forge) (#84)

0.4.2 (2020-05-28)

  • pass ROS_BUILD_SHARED_LIBS to use visibility control properly (#89)
  • allow a list of INCLUDE_PATH (#92)
  • use magic \$(MAKE) variable to suppress build warning (#91)

0.4.1 (2020-03-02)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)

0.4.0 (2020-02-28)

  • use PySide2 and Shiboken2 targets for variables (#79)
  • use QUIET and change warning into status msg to avoid stderr on Melodic (#85)

0.3.7 (2020-02-28)

  • bump CMake minimum version to avoid CMP0048 warning (#83)
  • check if Shiboken2Config.cmake defines a target instead of a variable, fixes #69 (#77)

0.3.6 (2019-09-30)

  • convert cmake targets to plain libraries (#68)
  • add Python 3 dependency with condition (#75)
  • if present, use the sipconfig suggested sip program (#70)
  • check for Homebrew\'s PyQt5 install path (#57)
  • modifying sip_configure (#54)
  • replace Qt variable in generated Makefile (#64)
  • fixing trivial accidental string concatenation (#66)
  • Windows: handling build configuration keywords before passed to SIP (#60)
  • cherry-pick windows port from crystal-devel (#61)

0.3.5 (2019-03-14)

  • don\'t add -l prefix if it already exists (#59)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
dataspeed_pds_rqt bitbucket-DataspeedInc-dataspeed_pds
joint_state_publisher_gui github-ros-joint_state_publisher
fkie_node_manager github-fkie-multimaster_fkie
py_trees_ros github-splintered-reality-py_trees_ros
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
qt_gui_py_common github-ros-visualization-qt_gui_core
rqt_dwb_plugin github-locusrobotics-robot_navigation
rqt_joint_trajectory_controller github-ros-controls-ros_controllers
rqt_gui github-ros-visualization-rqt
rqt_py_common github-ros-visualization-rqt
rqt_bag github-ros-visualization-rqt_bag
rqt_console github-ros-visualization-rqt_console
rqt_dep github-ros-visualization-rqt_dep
rqt_graph github-ros-visualization-rqt_graph
rqt_launch github-ros-visualization-rqt_launch
rqt_logger_level github-ros-visualization-rqt_logger_level
rqt_moveit github-ros-visualization-rqt_moveit
rqt_msg github-ros-visualization-rqt_msg
rqt_nav_view github-ros-visualization-rqt_nav_view
rqt_plot github-ros-visualization-rqt_plot
rqt_pose_view github-ros-visualization-rqt_pose_view
rqt_publisher github-ros-visualization-rqt_publisher
rqt_py_console github-ros-visualization-rqt_py_console
rqt_reconfigure github-ros-visualization-rqt_reconfigure
rqt_robot_dashboard github-ros-visualization-rqt_robot_dashboard
rqt_robot_monitor github-ros-visualization-rqt_robot_monitor
rqt_robot_steering github-ros-visualization-rqt_robot_steering
rqt_runtime_monitor github-ros-visualization-rqt_runtime_monitor
rqt_shell github-ros-visualization-rqt_shell
rqt_tf_tree github-ros-visualization-rqt_tf_tree
rqt_top github-ros-visualization-rqt_top
rqt_topic github-ros-visualization-rqt_topic
rqt_web github-ros-visualization-rqt_web
rviz github-ros-visualization-rviz
schunk_svh_driver github-SCHUNK-GmbH-Co-KG-schunk_svh_ros_driver

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.0.6
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version crystal-devel
Last Updated 2021-02-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.0.6
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version crystal-devel
Last Updated 2021-02-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.0.6
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version crystal-devel
Last Updated 2021-02-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.0.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version galactic-devel
Last Updated 2021-12-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner

python_qt_binding

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL.

Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP".

Also provided is adapter code to make the user's Python code independent of which binding provider was actually used.

Contributing

For ROS 2 changes, please open pull requests on the branch main. For ROS 1 changes, please open pull requests on the melodic-devel branch. If you would like changes made to older ROS distro branches, backporting will be considered once the changes are made to the latest branch. Changes will only be made to active ROS Distros.

Branches

The branches on this repo are for different ROS distros.

  • main - ROS Rolling
  • crystal-devel - ROS Foxy, ROS Eloquent, ROS Dashing, ROS Crystal
  • melodic-devel - ROS Noetic, ROS Melodic
  • kinetic-devel - ROS Lunar, ROS Kinetic
  • groovy-devel - ROS Jade, ROS Indigo, ROS Hydro, ROS Groovy
  • fuerte-devel - ROS Fuerte
CHANGELOG

Changelog for package python_qt_binding

1.0.8 (2021-12-06)

  • Replace PythonInterp to Python3 COMPONENTS (#110)
  • fuerte-devel is too new for ROS Electric (#101)
  • Contributors: Homalozoa X, Shane Loretz

1.0.7 (2021-03-18)

  • Add repo README
  • Shorten some long lines of CMake (#99)
  • Contributors: Scott K Logan, Shane Loretz

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 1.0.6
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version crystal-devel
Last Updated 2021-02-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
  • Stephen Brawner
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

1.0.6 (2021-01-25)

  • Update maintainers (#96) (#98)
  • Add pytest.ini so local tests don\'t display warning (#93)
  • Contributors: Chris Lalancette, Shane Loretz

1.0.5 (2020-05-26)

  • allow a list of INCLUDE_PATH (#92)
  • Use magic \$(MAKE) variable to suppress build warning (#91)
  • Fix linking with non framework builds of qt (e.g. from conda-forge) (#84)
  • Contributors: Anton Matosov, Dirk Thomas, Robert Haschke

1.0.4 (2020-05-05)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)
  • restore QUIET which was reverted in #79
  • use PySide2 and Shiboken2 targets for variables (#79)
  • Contributors: Dirk Thomas, Hermann von Kleist

1.0.3 (2019-11-12)

  • check if Shiboken2Config.cmake defines a target instead of a variable (#77)

1.0.2 (2019-09-30)

  • replace Qt variable in generated Makefile (#64)
  • don\'t add -l prefix if it already exists (#59)
  • if present, use the sipconfig suggested sip program (#70)
  • replace Qt variable in generated Makefile (#64) (#67)
  • fixing trivial accidental string concatenation (#66)

1.0.1 (2018-12-11)

  • no warnings for unavailable PySide/Shiboken (#58)

1.0.0 (2018-12-10)

  • check for Homebrew\'s PyQt5 install path (#57)
  • port to Windows (#56)
  • fix lint tests (#55)
  • update sip_configure to handle improper lib names (#54)
  • port to ROS 2 (#52)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.3.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2021-04-13
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.3.8 (2021-04-12)

  • Update maintainers (#96) (#97)
  • Contributors: Shane Loretz

0.3.7 (2020-02-28)

  • bump CMake minimum version to avoid CMP0048 warning (#83)
  • check if Shiboken2Config.cmake defines a target instead of a variable, fixes #69 (#77)

0.3.6 (2019-09-30)

  • convert cmake targets to plain libraries (#68)
  • add Python 3 dependency with condition (#75)
  • if present, use the sipconfig suggested sip program (#70)
  • check for Homebrew\'s PyQt5 install path (#57)
  • modifying sip_configure (#54)
  • replace Qt variable in generated Makefile (#64)
  • fixing trivial accidental string concatenation (#66)
  • Windows: handling build configuration keywords before passed to SIP (#60)
  • cherry-pick windows port from crystal-devel (#61)

0.3.5 (2019-03-14)

  • don\'t add -l prefix if it already exists (#59)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
joint_state_publisher_gui github-ros-joint_state_publisher
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
qt_gui_py_common github-ros-visualization-qt_gui_core
rqt_gui github-ros-visualization-rqt
rqt_py_common github-ros-visualization-rqt
rqt_bag github-ros-visualization-rqt_bag
rqt_console github-ros-visualization-rqt_console
rqt_dep github-ros-visualization-rqt_dep
rqt_graph github-ros-visualization-rqt_graph
rqt_launch github-ros-visualization-rqt_launch
rqt_logger_level github-ros-visualization-rqt_logger_level
rqt_moveit github-ros-visualization-rqt_moveit
rqt_msg github-ros-visualization-rqt_msg
rqt_nav_view github-ros-visualization-rqt_nav_view
rqt_plot github-ros-visualization-rqt_plot
rqt_pose_view github-ros-visualization-rqt_pose_view
rqt_publisher github-ros-visualization-rqt_publisher
rqt_py_console github-ros-visualization-rqt_py_console
rqt_reconfigure github-ros-visualization-rqt_reconfigure
rqt_robot_dashboard github-ros-visualization-rqt_robot_dashboard
rqt_robot_monitor github-ros-visualization-rqt_robot_monitor
rqt_robot_steering github-ros-visualization-rqt_robot_steering
rqt_runtime_monitor github-ros-visualization-rqt_runtime_monitor
rqt_shell github-ros-visualization-rqt_shell
rqt_tf_tree github-ros-visualization-rqt_tf_tree
rqt_top github-ros-visualization-rqt_top
rqt_topic github-ros-visualization-rqt_topic
rqt_web github-ros-visualization-rqt_web
rviz github-ros-visualization-rviz

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.2.19
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version groovy-devel
Last Updated 2016-03-31
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.2.19 (2016-03-31)

  • add QtWidgets for forward compatibility with Qt5, it only allows writing plugins targeting both version but not to make this branch compatible with Qt5 (#31)
  • fix check if sip is available
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.2.19
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version groovy-devel
Last Updated 2016-03-31
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.2.19 (2016-03-31)

  • add QtWidgets for forward compatibility with Qt5, it only allows writing plugins targeting both version but not to make this branch compatible with Qt5 (#31)
  • fix check if sip is available
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
node_manager_fkie github-fkie-multimaster_fkie
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
qt_gui_py_common github-ros-visualization-qt_gui_core
rqt_py_common github-ros-visualization-rqt
rqt_bag github-ros-visualization-rqt_bag
rqt_console github-ros-visualization-rqt_console
rqt_dep github-ros-visualization-rqt_dep
rqt_graph github-ros-visualization-rqt_graph
rqt_launch github-ros-visualization-rqt_launch
rqt_logger_level github-ros-visualization-rqt_logger_level
rqt_moveit github-ros-visualization-rqt_moveit
rqt_msg github-ros-visualization-rqt_msg
rqt_nav_view github-ros-visualization-rqt_nav_view
rqt_plot github-ros-visualization-rqt_plot
rqt_pose_view github-ros-visualization-rqt_pose_view
rqt_publisher github-ros-visualization-rqt_publisher
rqt_py_console github-ros-visualization-rqt_py_console
rqt_reconfigure github-ros-visualization-rqt_reconfigure
rqt_robot_dashboard github-ros-visualization-rqt_robot_dashboard
rqt_robot_monitor github-ros-visualization-rqt_robot_monitor
rqt_robot_steering github-ros-visualization-rqt_robot_steering
rqt_runtime_monitor github-ros-visualization-rqt_runtime_monitor
rqt_shell github-ros-visualization-rqt_shell
rqt_tf_tree github-ros-visualization-rqt_tf_tree
rqt_top github-ros-visualization-rqt_top
rqt_topic github-ros-visualization-rqt_topic
rqt_web github-ros-visualization-rqt_web
rviz github-ros-visualization-rviz
rqt_wrapper github-stonier-rqt_wrapper
bwi_planning_common github-utexas-bwi-bwi_common
bwi_rqt_plugins github-utexas-bwi-bwi_common
multi_level_map_utils github-utexas-bwi-bwi_common
segbot_gui github-utexas-bwi-segbot

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.2.19
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version groovy-devel
Last Updated 2016-03-31
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Dirk Thomas

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.2.19 (2016-03-31)

  • add QtWidgets for forward compatibility with Qt5, it only allows writing plugins targeting both version but not to make this branch compatible with Qt5 (#31)
  • fix check if sip is available
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.3.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2021-04-13
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.3.8 (2021-04-12)

  • Update maintainers (#96) (#97)
  • Contributors: Shane Loretz

0.3.7 (2020-02-28)

  • bump CMake minimum version to avoid CMP0048 warning (#83)
  • check if Shiboken2Config.cmake defines a target instead of a variable, fixes #69 (#77)

0.3.6 (2019-09-30)

  • convert cmake targets to plain libraries (#68)
  • add Python 3 dependency with condition (#75)
  • if present, use the sipconfig suggested sip program (#70)
  • check for Homebrew\'s PyQt5 install path (#57)
  • modifying sip_configure (#54)
  • replace Qt variable in generated Makefile (#64)
  • fixing trivial accidental string concatenation (#66)
  • Windows: handling build configuration keywords before passed to SIP (#60)
  • cherry-pick windows port from crystal-devel (#61)

0.3.5 (2019-03-14)

  • don\'t add -l prefix if it already exists (#59)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
dataspeed_pds_rqt bitbucket-DataspeedInc-dataspeed_pds
joint_state_publisher_gui github-ros-joint_state_publisher
node_manager_fkie github-fkie-multimaster_fkie
py_trees_ros github-splintered-reality-py_trees_ros
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
qt_gui_py_common github-ros-visualization-qt_gui_core
rqt_gui github-ros-visualization-rqt
rqt_py_common github-ros-visualization-rqt
rqt_bag github-ros-visualization-rqt_bag
rqt_console github-ros-visualization-rqt_console
rqt_dep github-ros-visualization-rqt_dep
rqt_graph github-ros-visualization-rqt_graph
rqt_launch github-ros-visualization-rqt_launch
rqt_logger_level github-ros-visualization-rqt_logger_level
rqt_moveit github-ros-visualization-rqt_moveit
rqt_msg github-ros-visualization-rqt_msg
rqt_nav_view github-ros-visualization-rqt_nav_view
rqt_plot github-ros-visualization-rqt_plot
rqt_pose_view github-ros-visualization-rqt_pose_view
rqt_publisher github-ros-visualization-rqt_publisher
rqt_py_console github-ros-visualization-rqt_py_console
rqt_reconfigure github-ros-visualization-rqt_reconfigure
rqt_robot_dashboard github-ros-visualization-rqt_robot_dashboard
rqt_robot_monitor github-ros-visualization-rqt_robot_monitor
rqt_robot_steering github-ros-visualization-rqt_robot_steering
rqt_runtime_monitor github-ros-visualization-rqt_runtime_monitor
rqt_shell github-ros-visualization-rqt_shell
rqt_tf_tree github-ros-visualization-rqt_tf_tree
rqt_top github-ros-visualization-rqt_top
rqt_topic github-ros-visualization-rqt_topic
rqt_web github-ros-visualization-rqt_web
rviz github-ros-visualization-rviz
mobility_base_tools bitbucket-dataspeedinc-mobility_base_ros
rqt_dyn_tune github-mehdish89-rqt_dyn_tune
rqt_wrapper github-stonier-rqt_wrapper

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange

python_qt_binding package from python_qt_binding repo

python_qt_binding

Package Summary

Tags No category tags.
Version 0.4.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/python_qt_binding.git
VCS Type git
VCS Version melodic-devel
Last Updated 2021-07-21
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide is released under the LGPL. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these.

Additional Links

Maintainers

  • Claire Wang
  • Shane Loretz

Authors

  • Dave Hershberger
  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package python_qt_binding

0.4.4 (2021-07-15)

  • add check for sip binding install directory on archlinux (#95)
  • Update maintainers (#96)
  • Contributors: Akash Patel, Shane Loretz

0.4.3 (2020-06-11)

  • fix linking with non framework builds of qt (e.g. from conda-forge) (#84)

0.4.2 (2020-05-28)

  • pass ROS_BUILD_SHARED_LIBS to use visibility control properly (#89)
  • allow a list of INCLUDE_PATH (#92)
  • use magic \$(MAKE) variable to suppress build warning (#91)

0.4.1 (2020-03-02)

  • remove obsolete function used for backward compatibility (#88)
  • disable Shiboken with CMake < 3.14 (#87)
  • fix case of CMake function (#86)

0.4.0 (2020-02-28)

  • use PySide2 and Shiboken2 targets for variables (#79)
  • use QUIET and change warning into status msg to avoid stderr on Melodic (#85)

0.3.7 (2020-02-28)

  • bump CMake minimum version to avoid CMP0048 warning (#83)
  • check if Shiboken2Config.cmake defines a target instead of a variable, fixes #69 (#77)

0.3.6 (2019-09-30)

  • convert cmake targets to plain libraries (#68)
  • add Python 3 dependency with condition (#75)
  • if present, use the sipconfig suggested sip program (#70)
  • check for Homebrew\'s PyQt5 install path (#57)
  • modifying sip_configure (#54)
  • replace Qt variable in generated Makefile (#64)
  • fixing trivial accidental string concatenation (#66)
  • Windows: handling build configuration keywords before passed to SIP (#60)
  • cherry-pick windows port from crystal-devel (#61)

0.3.5 (2019-03-14)

  • don\'t add -l prefix if it already exists (#59)
  • autopep8 (#51)
  • remove :: from shiboken include path (#48)

0.3.4 (2018-08-03)

  • add support for additional Qt5 modules (#45)

0.3.3 (2017-10-25)

  • Prefer qmake-qt5 over qmake when available (#43)

0.3.2 (2017-01-23)

  • Fix problems on OS X (#40)

0.3.1 (2016-04-21)

  • support for the Qt 5 modules QtWebEngine and QtWebKitWidgets (#37)

0.3.0 (2016-04-01)

  • switch to Qt5 (#30)
  • print full stacktrace

0.2.18 (2016-03-17)

  • remove LGPL and GPL from licenses, all code is BSD (#27)

0.2.17 (2015-09-19)

  • change import order of builtins to work when the \'future\' package is installed in Python 2 (#24)

0.2.16 (2015-05-04)

  • use qmake with QT_SELECT since qmake-qt4 is not available on all platforms (#22)

0.2.15 (2015-04-23)

  • support PyQt4.11 and higher when built with configure-ng.py (#13)
  • __builtin__ became builtins in Python 3 (#16)

0.2.14 (2014-07-10)

  • add Python_ADDITIONAL_VERSIONS and ask for specific version of PythonInterp
  • fix finding specific version of PythonLibs with CMake 3 (#11)
  • fix sip_helper to use python header dirs on OS X (#12)

0.2.13 (2014-05-07)

  • fix sip arguments when path contains spaces

0.2.12 (2014-01-08)

  • python 3 compatibility
  • fix sip bindings when paths contain spaces (#9)

0.2.11 (2013-08-21)

  • allow overriding binding order
  • allow to release python_qt_binding as a standalone package to PyPI (#5)

0.2.10 (2013-06-06)

  • refactor loadUi function to be documentable (#2)

0.2.9 (2013-04-19)

0.2.8 (2013-01-13)

0.2.7 (2012-12-21)

  • first public release for Groovy

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

Name Repo Deps
dataspeed_pds_rqt bitbucket-DataspeedInc-dataspeed_pds
joint_state_publisher_gui github-ros-joint_state_publisher
node_manager_fkie github-fkie-multimaster_fkie
py_trees_ros github-splintered-reality-py_trees_ros
qt_dotgraph github-ros-visualization-qt_gui_core
qt_gui github-ros-visualization-qt_gui_core
qt_gui_cpp github-ros-visualization-qt_gui_core
qt_gui_py_common github-ros-visualization-qt_gui_core
rqt_dwb_plugin github-locusrobotics-robot_navigation
rqt_gui github-ros-visualization-rqt
rqt_py_common github-ros-visualization-rqt
rqt_bag github-ros-visualization-rqt_bag
rqt_console github-ros-visualization-rqt_console
rqt_dep github-ros-visualization-rqt_dep
rqt_graph github-ros-visualization-rqt_graph
rqt_launch github-ros-visualization-rqt_launch
rqt_logger_level github-ros-visualization-rqt_logger_level
rqt_moveit github-ros-visualization-rqt_moveit
rqt_msg github-ros-visualization-rqt_msg
rqt_nav_view github-ros-visualization-rqt_nav_view
rqt_plot github-ros-visualization-rqt_plot
rqt_pose_view github-ros-visualization-rqt_pose_view
rqt_publisher github-ros-visualization-rqt_publisher
rqt_py_console github-ros-visualization-rqt_py_console
rqt_reconfigure github-ros-visualization-rqt_reconfigure
rqt_robot_dashboard github-ros-visualization-rqt_robot_dashboard
rqt_robot_monitor github-ros-visualization-rqt_robot_monitor
rqt_robot_steering github-ros-visualization-rqt_robot_steering
rqt_runtime_monitor github-ros-visualization-rqt_runtime_monitor
rqt_shell github-ros-visualization-rqt_shell
rqt_tf_tree github-ros-visualization-rqt_tf_tree
rqt_top github-ros-visualization-rqt_top
rqt_topic github-ros-visualization-rqt_topic
rqt_web github-ros-visualization-rqt_web
rviz github-ros-visualization-rviz
schunk_svh_driver github-SCHUNK-GmbH-Co-KG-schunk_svh_ros_driver

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged python_qt_binding at Robotics Stack Exchange