Hey, guys. I'm writing a program with pyqt4 and met a problem.

In the class QGraphicsScene, there's a method "selectedItems()" which returns a list of all currently selected items. But the items are returned in no particular order. What if I want to get the first and second items that I selected? Is there any way to know the order when the items are selected?

Thanks a lot!