<div dir="ltr"><div dir="ltr">Il giorno sab 1 mag 2021 alle ore 02:44 Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>> ha scritto:<br></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">Aha! I hadn't clicked on other tabs, but the current one is blank.<br></blockquote><div><br></div><div>Ok, at least it's consistent.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> If you allow moving tabs (btw, movable tabs are disabled by default, so<br>
> there's no need for that line), does the title appear in the drag object?<br>I don't allow moving tabs and the title remains on the frame when I move it<br>
(I run Slackware64-14.2 with Xfce4 and its default wm and PyQt-5.13.2).<br></blockquote><div><br></div><div>Sorry, I don't understand. If you *do* allow movable tabs, do you see the title on the dragged tab while moving?</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> The title is there (if you use very high contrast on very low lightness<br>
> you'll see it), but considering the overall look I'm inclined to think<br>
> that's a specific platform/style issue (the ugly font might be a hint).<br>
<br>
This may be the case. I've not yet specified fonts or colors and when I do<br>
so this issue might be resolved<br></blockquote><div><br></div><div>There might be some inconsistency with the default XFCE font/palette. It's possible that Qt relies on the current system palette and the current+focused+active gets a color that's too bright.</div><div>Can you try with the following?</div><div><br></div><div><font face="monospace">tabs.setStyleSheet('''</font></div><div><font face="monospace">    QTabBar::tab:selected {</font></div><div><font face="monospace">        color: black;</font></div><div><font face="monospace">    }</font></div><div><font face="monospace">''')</font></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> What is the output of QApplication.style().objectName()?<br>
<br>
>From where do I run this?<br></blockquote><div></div></div><div><br></div><div>From anywhere, as long as a QApplication instance has been created, since style() is a static method (so, just after creating it or even in any widget __init__).</div><div><br></div><div>Maurizio</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>