How can I include a form created in Designer in my QGIS plugin?
And how to get controls values (textbox,label,etc)?
|
|
|
One approach is to load the .ui file dynamically:
You can have a look at the corresponding full source code here: https://github.com/anitagraser/TimeManager/blob/master/timemanagerguicontrol.py |
|||||||||||||
|