<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-04-16 11:41 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"><div class="gmail_quote">
2014-04-15 22:27 GMT+02:00 Albert Astals Cid <span dir="ltr"><<a href="mailto:aacid@kde.org" target="_blank">aacid@kde.org</a>></span>:<div><div class="h5"><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">

El Dilluns, 14 d'abril de 2014, a les 11:35:02, Elvis Angelaccio va escriure:<br>
<div>> 2014-04-14 1:06 GMT+02:00 Albert Astals Cid <<a href="mailto:aacid@kde.org" target="_blank">aacid@kde.org</a>>:<br>
</div><div>> >  * Your choice of splitters to separate hours/minutes/seconds seems a bit<br>
> ><br>
> > weird do you think that anyone will use it to have something like very<br>
> > wide<br>
> > minutes and narrow the rest?<br>
><br>
> I see your point, probably the splitters are unnecessary UI components for<br>
> this use case.<br>
> What do you think about an option in "Interface settings"? I could display<br>
> by default a single QFrame (without splitters) and leave to the user an<br>
> opt-in to allow the splitters.<br>
> In this way I can reuse the existing code without too much refactoring.<br>
<br>
</div>I just don't see the need for the splitters, why would someone want to have<br>
them?<br>
<br></blockquote><div><br></div></div></div><div><div>To be honest there are no real motivations, I just thought that a splitter could be a further feature. </div><div>But indeed it's useless, at least if not used for a particular use case (see Thomas suggestions).</div>

<div><br></div><div>I've just pushed a <test> branch without splitters, for a quick feedback look here: <a href="http://abload.de/img/kronometer-no-splittevdklc.png" target="_blank">http://abload.de/img/kronometer-no-splittevdklc.png</a></div>

<div><br></div><div>If you want instead a "single display" without the dividers between hours/minutes/etc, then I can push another experimental branch <test2>. </div><div>Something like this older version: <a href="http://abload.de/img/kronometer-running-la6ddg3.png" target="_blank">http://abload.de/img/kronometer-running-la6ddg3.png</a></div>

<div>But since now kronometer has those "header" labels above the numbers, I would need a tabular layout and from my earlier tests I remember that it looks ugly.</div></div></div></div></div></blockquote><div><br>
</div><div><div>Sorry, forget my last statement. I've just tried using a QGridLayout and there is nothing wrong with it:  <a href="http://abload.de/img/kronometer-no-divideri4kce.png">http://abload.de/img/kronometer-no-divideri4kce.png</a></div>
<div>This alternative is in the branch <test2>. I just need to fix the QTimeDisplay::setTimeFormat() function.</div><div><br></div><div>So, the choice is between the branch <test> and <test2>. Let me know what do you prefer.</div>
<div><br></div><div>For completeness the alternatives in details are:</div><div><br></div><div>- branch <test>: no splitters, with dividers (i.e. 4 QFrames in a horizontal layout): <a href="http://abload.de/img/kronometer-no-splittevdklc.png">http://abload.de/img/kronometer-no-splittevdklc.png</a></div>
<div>- branch <test2>: no splitters, no dividers (i.e. single QFrame with a grid layout): <a href="http://abload.de/img/kronometer-no-divideri4kce.png">http://abload.de/img/kronometer-no-divideri4kce.png</a></div></div>
</div><br></div></div>