Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何显示从 MySQL 数据库表中获取的 pyqt4 的 QTableView 上的行?
必须通过 MySQLdb 连接到 MySQL。
您可以将QStandardItemModel子类化并从您喜欢的任何数据库中获取数据。然后你可以使用QTableView.setModel函数来使用 QTableView 查看数据。