Hi. I am using PyQT to create a database system as a part of a uni project based around a bakery. I am using the QT database access libraries as opposed to the built in python ones.

What I want to do is load values from one of the fields in the database as a list in a QListWidget so then when each value is click appropriate data can be placed into fields to the right of it.

Any help would be hugely appreciated.