Hallo,
working with QTabWidget, i have to intercept an event different from tabBarClicked(int) and tabBarDoubleClicked(int) (but they two as well): an event like "tabBarLengthenedPressure" as my customer wants to use this action to open a dialog and insert some data related to currentWidget.
How could I perform that?

Helps&hints appreciated, thank you very much!