I'm not sure if this can be done or if there is a better way to do it. Nonetheless, I've got a database from which I can insert a lot of items into a combobox, however to search and delete for that specific data I need to be able to place each row's id within the combobox. However I'm not entirely sure about how to do this with PyQT.
If anyone could help me I'd appreciate it. It would certainly make my life easier if those id's were in there, but I can't show them because there's no way a normal user would ever understand them.