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
Printable View
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
Please define "multiple layer widget".
There is a widget called QStackedWidget which can manage multiple layers of widget and decide which to show.