jdegeete
jdegeete
I have done something like that. I created a subclass of ViewBox which I can then pass to a plotwidget `pg.PlotWidget(viewBox=NewViewBox())`. Right clicking on the plot gives you the option...
Yes, I used that. However, the problem is that the cursor needs to be directly above the close button. Hovering over the tab does not trigger the hover over the...
@jeandet I had already tried that with no effect so I am assuming that qss does not allow it (also saw nothing in the documentation that hinted at it being...