When I try to add lstSection to the ComboBox, I have the following error.
Error: addItem (self, str, userData: Any = None): argument 1 has unexpected type 'list' addItem (self, QIcon, str, userData: Any = None): argument 1 has unexpected type 'list'
Code:
self.dlg.comboBox.addItem(lstSeccion)
Seal information:
['Situacion', 'Contexto', 'Detalle', 'Observacion']