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

Multi process support broken [Qt 5] #34

Closed dirk-thomas closed 6 years ago

dirk-thomas commented 8 years ago

The X11Embed* classes have been removed in Qt 5. Maybe the feature can be reimplemented using QWindow::fromWinId() and QWidget::createWindowContainer().

This is related to the transition to Qt 5 in #30.

dirk-thomas commented 8 years ago

Not sure if this is actually supported: see e.g. https://bugreports.qt.io/browse/QTBUG-44404

QWidget::createWindowContainer() is not intended to be used for external windows obtained from QWindow::fromWinId().

dirk-thomas commented 6 years ago

Since these is not much hope that Qt will support this again I removed the command line option for now.