Question

I'm trying to get a QFrame to serve as a "display area" for a couple different kinds of information, eg: you click on something in a list view and an info pane shows up in the frame to give you information about it, you click on a different item and a different pane shows up.

Having trouble swapping the different frames in and out of the QFrame though, is there a way to do this?

Was it helpful?

Solution

Using QStackedWidget is probably the most standard solution.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top