How can I embed another software in my qt window in Linux?

青春壹個敷衍的年華 提交于 2020-01-14 05:40:17

问题


I would like to create a GUI using pyqt5 and qt designer for a robot controlling system in Ubuntu. This GUI should have two QTabWidget. Tab1 is for the setting of the parameters and some other functions. Tab2 is to embed a software "rviz", which is a software in ROS to see the model of a robot (We can run it by typing "$ rosrun rviz rviz" in terminal). When I run this GUI script, the rviz should also be run in the Tab2.

The expected outcome please see the following pictures.

Tab1

Tab2

Tab1 is already done. But I have no idea how I can make the tab2. Could you give me some advice?

来源:https://stackoverflow.com/questions/53883386/how-can-i-embed-another-software-in-my-qt-window-in-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!