[PyQt] Master-Detail model advice: link a QListView to a QTableView

Dan F. danfobble at gmail.com
Mon Nov 11 02:07:11 GMT 2013


I'm brand new to PyQT and would like some general advice (and class/method
suggestions) on the appropriate way to implement a
Master-and-Detail/List-and-Table data browser.

The QListView presents a list of entities, and the QTableView presents a
table of key-value pairs for the particular entity currently selected in
the QListView.

Surely there's some example code out there for this...?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20131110/ee4b96ba/attachment.html>


More information about the PyQt mailing list