<br><br><div class="gmail_quote">On Fri, Nov 20, 2009 at 12:03 PM, Albert Astals Cid <span dir="ltr"><<a href="mailto:aacid@kde.org">aacid@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
--- El vie, 20/11/09, Boudewijn Rempt escribió:<br>
<br>
> De: Boudewijn Rempt<br>
> Asunto: Re: Minimal kdelibs on embedded platforms<br>
> Fecha: viernes, 20 de noviembre, 2009 11:21<br>
<div class="im">> On Fri, 20 Nov 2009, Pau Garcia i<br>
> Quiles wrote:<br>
><br>
> > On Fri, Nov 20, 2009 at 11:00 AM, Boudewijn Rempt<br>
</div><div><div></div><div class="h5">> wrote:<br>
> ><br>
> > >> Also you should never make a KFileDialog that<br>
> just wraps QFileDialog.  If<br>
> > >>  you are a KDE application and just just<br>
> want a file dialog you can use the<br>
> > >>  QFileDialog static functions and<br>
> QFileDialog will call out to the KDE file<br>
> > >>  dialog through hooks that are built into<br>
> kio.  So if you are looking to<br>
> > >>  make a minimal kde app this is one less api<br>
> you have to worry about.<br>
> > ><br>
> > > Are there other K classes that get automatically<br>
> used if you use a Q class in<br>
> > > your app instead? It would be nice to have a list<br>
> on techbase, and maybe a<br>
> > > krazy check.<br>
> ><br>
> > I agree with having a list but I'd rather have that<br>
> information in the<br>
> > Qt docs: "If used under KDE, this class/method calls<br>
> > KFileDialog/whatever. If used under Gnome, this class<br>
> calls...", etc<br>
> > Not everybody developing with Qt under<br>
> KDE/Gnome/whatever reads<br>
> > Techbase, but they sure read the Qt docs.<br>
> ><br>
><br>
> I'd need a list to go through Krita and do a s/K/Q/g where<br>
> approprioate.<br>
<br>
</div></div>Why would you want that? Are you planning to convert Krita in a Qt only application? Otherwise using QFileDialog instead of KFileDialog just gives you more slowlyness and no benefit.<br></blockquote><div><br>
</div><div>Please read the mail of Benjamin completely and correctly before you hit send, using the static functions of QFileDialog will show the KDE KFileDialog. You don't loose anything, it's just less KDE code to have if they choose to make it a pure Qt app.</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Albert<br>
<br>
><br>
> Boudewijn<br>
<br>
<br>
<br>
</blockquote></div><br>