Hello, I'm trying to make a QTableView with two 'connected' vertical scrollbars. By connected I mean that the second scrollbar should be able to act on the first one. As a simple case I want the first scrollbar to repeat the action triggered by the second one. For instance, if I press the down arrow of the second scrollbar I want the down arrow of the first scrollbar to be pressed too. The attached script tries to do it. However an unexpected (unexpected for me I mean :-) TypeError makes the script to fail. Could someone help me with this problem, please?
Thanks in advance.
--
::
Share what you know, learn what you don't
two_scrollbars.py
Description: application/python
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
