Re: KRichTextWidget

2011-01-22 Thread Steven Sroka
>On 22 January 2011 12:35, Thomas Lübking wrote: > Am Fri, 21 Jan 2011 13:01:43 -0500 >> Exactly what I was trying: >> >> //Shrink widget >> d->descriptionWidget->setFixedSize(d->descriptionWidget->sizeHint().width(), >> 28); > you should only fix the height, not the width. (since the user shall >

Re: KNewStuff questions (uninstalling/providers)

2011-01-22 Thread Frederik Gladhorn
Martin wrote: > Hi, > > currently I'm trying to add KNewStuff3 support in yakuake. > Unfortunately I've come to a point where I need some help. > > My first problem is that we want to validate the "entries" after > installing them. > Since there's not entryInstalled() signal in KNS3::DownloadWid

Re: KRichTextWidget

2011-01-22 Thread Thomas Lübking
Am Fri, 21 Jan 2011 13:01:43 -0500 > Exactly what I was trying: > > //Shrink widget > d->descriptionWidget->setFixedSize(d->descriptionWidget->sizeHint().width(), > 28); you should only fix the height, not the width. (since the user shall likely still be able to resize the window) > But adjustSiz

Re: CMake error when compiling

2011-01-22 Thread Anne-Marie Mahfouf
On vendredi 21 janvier 2011 21:20:58 Daniel E. Moctezuma wrote: > Hi there, > > I was trying to compile Kiten and I got the following error with CMake: > > CMake Error at CMakeLists.txt:9 (check_include_files): > Unknown CMake command "check_include_files". > > So instead of doing INCLUDE(Chec