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.
有谁知道返回值之间的关系
QTableWidget::item(x, y)
和
QTableWidget::cellWidget (x, y)
在同一个 QTableWidget 和同一个 row.column 中。?
这一切都在返回值中。
item()返回QTableWidgetItem*与该行/列关联的。
item()
QTableWidgetItem*
cellWidget()与 更密切相关setItemWidget(QWidget*),并返回调用QWidget*中给出的那个setItemWidget。
cellWidget()
setItemWidget(QWidget*)
QWidget*
setItemWidget