I finished creating my plugin and then compiled it.
I have : Myplugin.py, Myplugin_dialog.py, Myplugin_dialog_base.ui
- Is it in the Myplugin_dialog.py that I'm supposed to create new functions and add signal/slot for the components of the dialog?
- How can I call the components, for exemple a QComboBox of the Myplugin_dialog_base.ui ?