[Interest] QTabWidget scroll buttons

André Pönitz apoenitz at t-online.de
Tue Mar 26 19:44:46 CET 2019


On Tue, Mar 26, 2019 at 01:56:00PM +0000, Murphy, Sean wrote:
> Is there a way to get access to the scroll buttons on a QTabWidget to customize
> them?

You can always check where the code driving the feature hides in the
code and then drill down using findChild() in the application.

>From a quick look there are direct QToolButton children in the QTabBar
that might be related in this case.

Andre'



More information about the Interest mailing list