如何在 QTableView 中实现冻结行
我正在寻找有关如何冻结 QTableView 中最后一行的示例?
I'm looking for an example on how to freeze the last row in a QTableView?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在寻找有关如何冻结 QTableView 中最后一行的示例?
I'm looking for an example on how to freeze the last row in a QTableView?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
QtCentre 论坛上有一个帖子:http://www.qtcentre。 org/threads/25484-Functionality-of-QTableView 指出您必须自己实现此功能,并为您提供了一些如何实现的指示。
There's a thread over on the QtCentre forums here: http://www.qtcentre.org/threads/25484-Functionality-of-QTableView which states that you have to implement this functionality yourself, and gives you some pointers as to how to do it.