Creating own widgets for rqt
Hello again :)
I have one more question regarding documentation of rqt: In the tutorial Writing Python Plugin there's a paragraph 3.2 Using a UI file, which I don't really understand. It says:
The example uses an Qt Designer UI file to describe the widget tree. Instead of hand-coding the widget tree the python_qt_binding.loadUi function creates the widgets at runtime based on the description from the file.
Does it mean that now I have to create a project with Qt Designer and afterwards just copy the .ui file? (A project like based on an example Creating a Qt Widget Based Application ?) But how will all the functions copy themselves to Python?
I managed to write some simple widget based on rqt_robot_steering (and add it to RosGui :)), but I had to write all callback functions by hand. Is there a way of doing it automagically?
Cheers, da-na