I'm trying to write a program were the user is able to configure different aspects of the application. I have a basic menu that the user can scroll over and it brings a drop down menu of things that he/she can configure. When he/she clicks on the target that they want to configure, I want to bring up a pop up window with a new layout. I've never done anything like this and can't find any examples that have this ability (All I can find are examples with QMessageBox). What is the best class to use for this type of application?
Thank you in advanced
Bookmarks