Emiting QTableWidgetItem specific signal on being clicked
问题 I want to implement the functionality that multiple QTableWidgetItems inside of a QTableWidget can be selected and unselected so that the values and "positions" of those QTableWidgetItems is known for further use. Inside of the QTableWidget there are some empty cells, for aesthetics/spacing, which should be ignored by the functionality I'm trying to implement. But that could also easily be done afterwards by checking if a selected item does have content. self.table_widget.itemClicked.connect