I have a QListWidget on a dialog that I want to enable word wrapping. I've tried this with and without horizontal scroll bars. I've call setWrapping (and not called it). I call setWordWrap() but I can't seem to get the strings to wrap to the size of the window.

What am I missing?
- BRC