<br><div class="gmail_quote">2010/2/6 Robby Stephenson <span dir="ltr"><<a href="mailto:robby@periapsis.org">robby@periapsis.org</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Friday 05 February 2010, Daniel Eichler wrote:<br>
<br>
> For me it work also. But i found another problem (besides the little bit<br>
> strange look). The filter-element in the toolbar is not visable and such<br>
>  not really working. I think you can see this also in above screenshot,<br>
>  where there is writen filter, instead of the textfeld.<br>
<br>
</div>Yeah, I noticed that. It's likely some issue with the KAction that creates<br>
the line edit. It's difficult to test without my own macos build. Do you<br>
know of any other KDE apps that have a line edit on the toolbar that works<br>
on macosx? I could compare my code with theirs.<br></blockquote><div><br>Ok, found it. It's the fixedwidth, set in mainwindow.cpp at line 634. I think m_quickFilter->fontMetrics().maxWidth() returns zero as value. I've changed the value to a static value and now it's visable. <br>

</div></div>