Edit items in qlistwidget in python

25 views Asked by At

I have a qlistwidget in python. There are multiple random items added by the user when running the program. I want to edit one particular item just by clicking it and typing whatever I want using the keyboard. Of course this is during runtime. Is it possible to do so? Single-click or double-clicking the item?

0

There are 0 answers