tableWidget 有没有方法能查看每一行是不是隐藏状态? #161
Answered
by
892768447
LiHongyuan1
asked this question in
Q&A
-
将 tableWidget 的数据做根据某些关键字进行删选。 |
Beta Was this translation helpful? Give feedback.
Answered by
892768447
Jun 16, 2022
Replies: 1 comment 1 reply
-
https://doc.qt.io/qt-5/qtableview.html#isRowHidden self.tableWidget.isRowHidden(row) -> True/False |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LiHongyuan1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://doc.qt.io/qt-5/qtableview.html#isRowHidden
self.tableWidget.isRowHidden(row) -> True/False