branches/kdevelop/3.4/languages/cpp

Alexander Dymo dymo at mk.ukrtelecom.ua
Mon May 22 17:14:58 UTC 2006


On Monday 22 May 2006 20:04, Andras Mantia wrote:
> On Monday 22 May 2006 19:41, Alexander Dymo wrote:
> >> Aside of licensing problems, I want to know:
> >> - why is it installed
> >
> >Because kdevwidgets library is installed.
>
> Let me rephrase: why do you have QComboView at all and not only
> KComboView?
It's Qt-only class which is has no dependency on KDE (almost, because somebody
introduced kdeversion.h there). I used it quite a lot in other projects some
time ago and think it's usable as standalone widget.

> > It's just a matter of calling K(Q)ComboView::setListView(new
> > KListView()).
>
> But as soon as the user calls
> KComboView::setEditable(true) after KComboView::setEditable(true) it
> gets reset to a QListView.
You should NOT call setEditable(false). It breaks the widget ;)




More information about the KDevelop-devel mailing list