gpt4 book ai didi

c++ - Qt删除QTableView中选中的行

转载 作者:可可西里 更新时间:2023-11-01 18:16:06 26 4
gpt4 key购买 nike

我想在单击 delete 按钮时从表中删除选定的行。

但是我在 Qt 文档中找不到任何关于删除行的信息。有什么想法吗?

Image

最佳答案

您可以为此使用 bool QAbstractItemModel::removeRow(int row, const QModelIndex & parent = QModelIndex()) 功能。

在这里你可以找到一个 example对于这一切。

此外,这是该文档中的内联引述:

removeRows()

Used to remove rows and the items of data they contain from all types of model. Implementations must call beginRemoveRows() before inserting new columns into any underlying data structures, and call endRemoveRows() immediately afterwards.

任务的第二部分是将按钮的点击信号连接到为您执行删除操作的插槽。

关于c++ - Qt删除QTableView中选中的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19012450/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com