ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Dirk Thomas is right. So for the lazy guys, a quick fix might be:

#from python_qt_binding.QtGui import QWidget  # <= old line commented out
from python_qt_binding.QtWidgets import QWidget  # <= new line added