QGIS using selectedLayer.getFeatures() but require str for ComboBox
I have written a QGIS plugin to pull features from a layer and then perform various calculations.
The code successfully extracts the full dataset, but I want to populate a ComboBox to be able to select a given row from the data set.