Re: Questions about porting away from kdeui classes

2012-07-02 Thread Иван Комиссаров
I started some work in my local repo. I started from QtColorButton (from QtDesigner/QtCreator) Why KColorButton ( http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKColorButton.html) needs defaultColor property? What are usecases? It can be emulated checking for button->color()->isValid(

Re: Questions about porting away from kdeui classes

2012-07-02 Thread Mark
On Mon, Jul 2, 2012 at 8:47 AM, David Faure wrote: > On Sunday 01 July 2012 16:24:51 Mark wrote: >> On Sun, Jul 1, 2012 at 3:36 PM, David Faure wrote: >> > On Sunday 01 July 2012 14:07:15 Mark wrote: >> >> On a related note for KCompletion vs QCompleter. >> >> I don't think the two should merge.