- Notifications
You must be signed in to change notification settings - Fork2k
tableWidget 有没有方法能查看每一行是不是隐藏状态?#161
Answeredby892768447
LiHongyuan1 asked this question inQ&A
-
将 tableWidget 的数据做根据某些关键字进行删选。 |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by 892768447Jun 16, 2022
https://doc.qt.io/qt-5/qtableview.html#isRowHidden
self.tableWidget.isRowHidden(row) -> True/False
Replies: 1 comment 1 reply
-
https://doc.qt.io/qt-5/qtableview.html#isRowHidden self.tableWidget.isRowHidden(row) -> True/False |
BetaWas this translation helpful?Give feedback.
All reactions
👀 1
1 reply
-
thanks~ |
BetaWas this translation helpful?Give feedback.
All reactions
Answer selected byLiHongyuan1
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment