Use a model as a source for a QMenu
Hi, I created a model which list the existing configurations (let's say it lists "files", as this doesn't really matter here). So far, it works well when attached to a QListView. Example: --- ListView --- - file #1 - - file #2 - - file #3 - - file #4 - ---------------- Is it possible to use the same model for a d...