Hi.

how can I show one widget over others in MainWindow class?

i have vertical layout with three lists. When I click item i would like to show() widget with some info and button "Close". When i click it widget is Hide();

I write addWidget() but it's change layout and all moving up.

Thanks.