Hello,

I have a question. On the windows platform, Win32 List Controls (multi selection) use to behave like this:

- Left mouse click: select a list item
- Left mouse click + shift: Select all items between previous selection and clicked item
- Left mouse click + ctrl: Reverse selection of te clicked item

Qt list behavior:
- Left mouse click = ok
- Left mouse click + shift = ok
- Left mouse click + control behaves like Left mouse click + shift...

Is this a bug or by design?

Arthur