0

一旦委托项目被设置为持久使用:

tableView.openPersistentEditor(model.index(0, 0))

是否有可能将其恢复为“不持久”(不坚定)?

4

1 回答 1

1

您可以使用closePersistentEditor关闭给定索引处的持久编辑器:

tableView.closePersistentEditor(model.index(0, 0))
于 2015-02-03T05:53:18.373 回答