<div dir="ltr">Hi all,<div class="gmail_extra"><br><div class="gmail_quote">2014-04-23 17:19 GMT+02:00 Elvis Angelaccio <span dir="ltr"><<a href="mailto:elvis.angelaccio@kdemail.net" target="_blank">elvis.angelaccio@kdemail.net</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">
2014-04-23 14:28 GMT+02:00 Thomas Lübking <span dir="ltr"><<a href="mailto:thomas.luebking@gmail.com" target="_blank">thomas.luebking@gmail.com</a>></span>:<div class=""><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div>On Mittwoch, 23. April 2014 13:17:02 CEST, Elvis Angelaccio wrote:<br>

<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
I don't understand. Since there are only numbers I think that your point is<br>
already accomplished.<br>
</blockquote></div>
Nope.<br>
To get monospace glyphs for sure, you must select a monospace font - otherwise you're going by luck.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
At least on my system<br>
</blockquote>
;-)<div><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Have you found a particular font that doesn't look this way?<br>
</blockquote></div>
Hundreds - it's pretty common and the more "exotic" the fonts get (script), the more obvious this becomes, but you may try Fontin [1], Bitstream Handel Gothic [2], Adobe Jenson or Linotype Frutiger (latter are commercial fonts, no link - sorry. I can send you screenshots of the fonts though and some resellers will likely provide some as well) for some "reasonable" choices.<br>


In addition, the hinter and font size/weight can have impact.<br>
<br></blockquote><div><br></div></div><div>Oh my god, using these fonts the stopwatch display is an eyesore. </div><div>Thanks for the explanation, this thing has to be fixed, sure as hell. I will try with different labels for each digit.</div>
<span class=""><font color="#888888">
<div><span style="color:rgb(34,34,34)"></span></div></font></span></div></div></div></blockquote><div> </div><div><div>The problem now should be fixed. I've replaced QLabel with a custom widget which uses a horizontal layout with a QLabel for each digit, adding proper padding. The padding space is computed on the current font width (using QFontMetrics). This should take into account most fonts, even if I've tried only the fonts suggested by Thomas. If you have many other "exotic" fonts in your systems, further tests are welcome. </div>
<div>Probably the best solution was to use a custom QLabel which overrides its paintEvent() function, but I didn't know how to deal with it, since it's too low level.</div></div><div><br></div><div>Screenshot for a quick feedback (HandelGothic font): <a href="http://abload.de/img/kronometer2a2k3a.png">http://abload.de/img/kronometer2a2k3a.png</a></div>
<div><br></div><div>Cheers,</div><div>Elvis</div></div><br></div></div>