OK,

So I am developing a designer plugin and I'm using Q_PROPERTY() to add properties to the property editor menu. I can do simple stuff like QStrings, enums, bools, etc, no problem, BUT, is there a way to add something like some of the native Designer widgets has where when you click on it in the property editor a file browser menu pops up (like the icon property in many of the designer widgets).