|
|
ok, so you're on qt4.
Possibly your problem arises from what height() are your QListWidgetItem
reporting. If I've understood your question, you will need to use your
own setup() to update this height or modify paintCell() and do your
custom stuff.
Not sure about this, but I don't understand at all what are you trying
to do; I suppose my english is not as well as I thought ;)
Regards,
Javier
Jeff Lange escribió:
It might, however QCheckListItem isn't supported in QT4, looking at
the porting guide it recommends using QListWidget
-Jeff
On 5/23/06, Javier Díaz <jdiaz@xxxxxxxxxxx> wrote:
Hi Jeff,
What about QCheckListItem
(http://doc.trolltech.com/3.3/qchecklistitem.html)? Doesn't feet your
needs?
Regards,
Javier
Jeff Lange escribió:
> Hi all,
>
> I'm trying to create a vertically scrolling list view which contains
> radio buttons with images instead of text. (To allow the user to
> select one image from a list).
>
> I've tried using a QListViewWidget as the container, and creating a
> class that sub-classes QRadioButton and QListViewItem as the object in
> the list. Then using the icon of the radio button to hold the
> QPixmap, and resizing the icon, and the radio button to display the
> image in the correct size. I can get it to display one item right, but
> more than 1 doesn't work. Also, the scroll bar scales properly, but
> if I drag it up and down it doesn't actually scroll the list!
>
> Can anyone point me to an example of where this is done? Or give me
> just a little sample code that shows how to go about doing this?
>
> I'm sure this is a really easy problem, but it's driving me nuts! =)
>
> Thanks!
> -Jeff
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|