2007/12/26, Andreas Pakulat <[EMAIL PROTECTED]>:
> Sure there is: Listen for the sectionResized signal of the header view.
>
Thanks! However, it still doesn't work, for some reason. I added this
to my code:

def columnResized(*args):
    print 'columnResized%s' % repr(args)
QtCore.QObject.connect(tableView.horizontalHeader(),
QtCore.SIGNAL("sectionResized(int,int,int)"), columnResized)

The function is never called. Did I do something wrong?
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to