Hi people, 

I am writing a PyQt application.
There is a sqlite database where I store data collected from the mame 
games(mamedev.org).
I created a QGraphicsView with the screens of the games.
Also created a QTableWidget with information about the games.
Now, I need these items to be selectable (simultaneously).
The moment I select a game in QTableWidget, it must be selected in 
QGraphicsView (if it exists) and vice versa.
I have no idea how can I do this.

The code: 
http://pastebin.com/9XipQ4XR

Bellow the image of my application:
http://img7.imagebanana.com/img/zt5ok20w/LorenaMameFrontend_006.png


Best regards,

Junix
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to