I am looking at the QDirModel and hoping for a way to add most recently used at the top of a combo box with the entries populated by the QDirModel. Does anyone know of a way of doing this?

I thought of just adding the entries into the model but QDirModels don't allow adding entries.