<div class="gmail_quote">On Thu, Mar 19, 2009 at 3:57 PM, Dan Leinir Turthra Jensen <span dir="ltr"><<a href="mailto:admin@leinir.dk">admin@leinir.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thursday 19 March 2009 15:20:47 David Nolden wrote:<br>
> Am Donnerstag 19 März 2009 14:39:38 schrieb Andreas Pakulat:<br>
> > You'd have the same problem if you'd use the form that we have now, apply<br>
> > it onto a QWidget and put it into a QDialog with a layout. The reason it<br>
> > worked with QDialog is that when you resize it inside designer a resize()<br>
> > call is added to the generated code. So every time someone would resize<br>
> > the dialog in designer and save that we'd have a different size on next<br>
> > start, how good is that?<br>
><br>
> Ah yeah exactly, the size was determined by the designer. I don't see<br>
> what's wrong with that approach.<br>
><br>
> > Oh and btw, 800x400 is _not_ a reasonable size, it spans the whole screen<br>
> > on small laptops or monitors. Something like 550x350 seems a lot more<br>
> > reasonable.<br>
><br>
> Well it is a modal dialog, and when the space is used in a useful way, then<br>
> that makes the size reasonable. And since the quickopen list can contain<br>
> very long file-paths, or even whole function signatures, the largest<br>
> possible size that keeps the dialog usable for everyone and does not<br>
> introduce too much whitespace is reasonable.<br>
><br>
> Since you even the smallest netbook has a screen resolution of at least<br>
> 800x480, something like 760x400 would be a reasonable size.<br>
><br>
> Greetings, David<br>
<br>
</div>  This seems as good a time as any for me to bring up the idea of making this<br>
dialogue a not-dialogue, but rather a search field, sitting in the top-right<br>
corner of the window (in the style of so many other search/filter fields).<br>
Other than it being more difficult to implement than popping up a dialogue on<br>
a keypress, is there any reason not to do this that i am not aware of? :)<br>
<br>
--<br>
..Dan // Leinir..<br>
<a href="http://leinir.dk/" target="_blank">http://leinir.dk/</a><br>
<br>
                          Co-<br>
                            existence<br>
                          or no<br>
                            existence<br>
<br>
                          - Piet Hein<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</div></div></blockquote></div><br>Do you mean something like QtCreator's or KDev3? (a toolbar with class and method relation).<br>Afaik, volodya was working on something like this but it hasn't reached trunk for some reason.<br>
<br>I think it would be good to have it. I'm creating a new thread to discuss that.<br>