I have a file browse button which displays a QFileDialog. On selecting a file I add the path to an editable combobox. What I want is a way to make all these entries persistent so that these are available in the combobox drop down the next time when the dialog is invoked? Does Qt have a preference framework for controls.
Bookmarks