fkie / multimaster_fkie

ROS stack with FKIE packages for multi-robot (discovering, synchronizing and management GUI)
BSD 3-Clause "New" or "Revised" License
271 stars 108 forks source link

restore Qt5 compatibility #56

Closed Sr4l closed 7 years ago

Sr4l commented 7 years ago

this restores Qt5 compatibility, short function test with Xubuntu 16.04, ROS Kinetic, PyQt5 and Xubuntu 14.04, ROS Indigo, PyQt4.

There is still a problem. Most (all?) Icons are missing. Problem gui_resources.py imports QtCore over PySide, should be QtCore over python_qt_binding, because gui_resources.py is auto generated I don't know where too change this in a proper way.

Thanks in advance.

Sr4l commented 7 years ago

looking good, thanks

atiderko commented 7 years ago

thank you for feedback!