>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
>
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
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
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