Re: kcm_keyboard 4.5.4 fails to build

2011-01-16 Thread
Em Sexta, 24 de Dezembro de 2010 16:58:41 Erik escreveu: > > This is because you use -DKDE4_ENABLE_FINAL=ON > > > > I don't know if we support it or not but the above list will know. > > I have used --enable-final to build my KDE packages for many years. Even > now, most packages work with that

Re: KRichTextWidget

2011-01-16 Thread John Tapsell
Maybe it should resize only if type something into the text widget, rather than just on focus? On 16 January 2011 12:52, Thomas Lübking wrote: > Am Sunday 16 January 2011 schrieb Thomas Baumgart: >> Yes, but all you need to do is place your logic to resize the >> KRichTextWidget into the overri

Re: KRichTextWidget

2011-01-16 Thread Thomas Lübking
Am Sunday 16 January 2011 schrieb Thomas Baumgart: > Yes, but all you need to do is place your logic to resize the > KRichTextWidget into the overridden "void QWidget::focusInEvent ( > QFocusEvent * event )" method and you should be set. This method will only > be called if the focus reaches this w