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

Added a loadqrc module for easy on-the-fly compilation and import of qrc files. #19

Open jesper-friis opened 9 years ago

jesper-friis commented 9 years ago

Hi, I think it could be useful to include this module in python_qt_binding. It requires no changes in the current code and avoids the hassle of recompiling recourse files when switching between pyqt/pyside and python2/python3.

The only drawback I see is the additional startup time imposed by recompiling the resource file.

Best regards /Jesper