Hello, i have a problem with QToolBox.
I read the QToolBox can contain some tabs and they are QWidget's items.
When i select a page(tab) the signal currentChanged() is emitted, but when i jump in the slot connected to currentChanged() the page is already changed, i'd like to do some control before to change the page and i have not found any signal to do this.
Is there a signal called before currentChanged() at the page rise?