PDA

View Full Version : How to Insert QCheckbox into QTextEdit or QListBox



vishesh
21st March 2007, 13:06
I am working in Qt3.3.4

I need to display some messages with check box either in QListBox or QTextEdit. Is is possible?

Thanks
Vishesh.

high_flyer
21st March 2007, 14:13
From the docs:

If you need to insert types other than strings and pixmaps, you must define new classes which inherit QListBoxItem.