Qt Subclassing and “No matching function for call to connect”
问题 I am trying to encapsulate table view behavior and am starting with connecting table view header signals to table view slots defined in the subclass. I can get the behavior I'm looking for without subclassing, but that defeats the purpose. When I do try to subclass, I get the dreaded "No matching function call to connect. All components are ultimately QObjects, so I don't think that's the problem. (But, then again, maybe that IS the problem.) Right now I'm connecting to 'hideColumn()', but I