Relative Content

Tag Archive for pyqt5qgispyqgis

QGIS Plugin: Create comboboxes interactively

I am creating a QGIS Plugin, in which the user can rename columns to specfied names depending on a certain policy.
In the image you can see, that the user selects a layer in QGIS which field names will then populate a mFieldCombobox (‘actual name’) and in a second Combobox the user is provided with a list of names, defined in the plugin (and depending on the chosen policy).

QGIS Plugin: Create comboboxes interactively

I am creating a QGIS Plugin, in which the user can rename columns to specfied names depending on a certain policy.
In the image you can see, that the user selects a layer in QGIS which field names will then populate a mFieldCombobox (‘actual name’) and in a second Combobox the user is provided with a list of names, defined in the plugin (and depending on the chosen policy).