KDE/kdevelop/lib/plugins/vcs/subversion

Andreas Pakulat apaku at gmx.de
Sun Apr 8 19:35:54 UTC 2007


On 08.04.07 15:27:33, dukju ahn wrote:
> 2007/4/8, Andreas Pakulat <apaku at gmx.de>:
> > Sorry, first try was CCed to kdevelop-devel at kde.org :(
> >
> > On 08.04.07 18:51:56, Dukju Ahn wrote:
> > > SVN commit 651647 by dukjuahn:
> > >
> > > Use KDialog instead of QDialog.
> > > Removed designer *.ui file and used direct coding.
> >
> > Our policy is to do all user interfaces with .ui files, although this
> > one is rather simple I think it should stay as .ui file. You can just
> > change QDialog->KDialog in the .ui file if thats been the reason.
> 
> Do you mean that can I change QDialog->KDialog by editing
> *.ui file in text editor such as Kate or KWrite?

Exactly. Basically you can also create a new Template for an empty
QDialog form and then edit the template. Then in the future you can
select that template for KDialog .ui files.

But as Alexander said: We should use KJob for stuff like that.

Andreas

-- 
Don't worry so loud, your roommate can't think.




More information about the KDevelop-devel mailing list