PDA

View Full Version : multi layer application



gpuntoni
11th January 2010, 16:57
Hi,
I'm new to Qt programming,
I would like to know if is it possible to manage multiple layer widget in qt.
thanks in advance

wysota
11th January 2010, 18:29
Please define "multiple layer widget".

bood
11th January 2010, 18:30
There is a widget called QStackedWidget which can manage multiple layers of widget and decide which to show.