We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7001800 + e3fdeef commit d29b030Copy full SHA for d29b030
tests/qtablewidget.py
@@ -0,0 +1,5 @@
1
+from typing import Optional
2
+from PyQt5.QtWidgets import QTableWidget, QWidget
3
+
4
+table = QTableWidget()
5
+cell: Optional[QWidget] = table.cellWidget(0, 0)
0 commit comments