From kde-core-devel Mon Apr 08 17:43:28 2002 From: Patrick Julien Date: Mon, 08 Apr 2002 17:43:28 +0000 To: kde-core-devel Subject: Re: RFC : Layer widget X-MARC-Message: https://marc.info/?l=kde-core-devel&m=101835060523328 Actually, I'm not exactly sure what happened, but I posted this about a week ago... I did the code already to make this work. Rik Hemsley wrote: > #if Patrick Julien > > >>If I choose a QListView instead of a QListBox, I have the same problem, >>now QTable supports placing widgets in it's cells, but that seems like a >>waste for what I want to do. > > > I don't know what you mean by 'waste' - using QTable seems like the most > sensible solution. Yeah. I tried this, but gave up. It just looked wrong on screen and it probably would have required more work just to make it look right. By waste, I mean it just seems that QListView and QListBox are more appropriate. The only problem is that they don't have an item that is also a widget, so I needed to do the work myself :) > > Rik >