Hi,
I´m trying to test a tab change event of qtabwidget but I don´t know the dimensions of the tabs , because the QtabBar is a protected member of qtabwidget. How can I know the point of each tab ?
I need that point to call this method :
QTest::mouseClick ( QWidget * widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1 )

Thank you,