Hi,

i have QListWidget and QStackedWidget.
I want when select some item from the list to change the widget loaded in Stacked Widget.
Probably i should use currentIndex() signal in order to trigger the change.

Any ideas?