<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Il giorno mar 7 mag 2019 alle ore 20:11 Matic Kukovec <<a href="mailto:kukovecmatic@hotmail.com">kukovecmatic@hotmail.com</a>> ha scritto:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div dir="ltr"><div>
<div>Sure, here is my working example, as it is a bit more code.</div>
<div><br>
</div>
<div>Thanks again</div></div></div></div></div></blockquote><div><br></div><div>I just had a quick look at your code, and it seems like the only issue is in the Type argument of the QMouseEvent you create at line 113: as the doc reports, "The type parameter must be one of QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick, or QEvent::MouseMove"; so, using PolishRequest is wrong: the QTabBar wouldn't recognize it and then wouldn't react to it in the right way.<br>After changing it to MouseMove, it works as expected. The only thing you might need after this is to add a tabBar.update() after the drag.exec_(), but it might be even better to do an unpolish/polish of the style:</div><div><br></div><div><div><font face="monospace, monospace">        self.style().unpolish(tabBar)</font></div><div><font face="monospace, monospace">        self.style().polish(tabBar)</font></div></div><div><br></div></div>Hope this helps.</div><div dir="ltr"><br></div><div dir="ltr">Maurizio<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">È difficile avere una convinzione precisa quando si parla delle ragioni del cuore. - "Sostiene Pereira", Antonio Tabucchi<br><a href="http://www.jidesk.net" target="_blank">http://www.jidesk.net</a></div></div></div></div></div></div>