Hm, I use Qt Creator to build a program. I use QTableWidget, cells are filled with QLabel (setCellWidget). Maybe I have a problem because single click is intercepted by that QLabels that reside inside table cells? How can I connect these signals, so that qtablewidget receives them?
Bookmarks