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' _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest