Dear PyQt community, I have several widgets in my MainWindow (desinged with QtDesigner), like a QTableView and some QPlainTextEdit, where I enable automatic scrollbars (not as seperate widget) if necessary. The thing is, when scrolling is needed, scrollbars appear, but the scrolling behavior is strange. For instance for my vertical scrollbars when you click left with the mouse wherever on the scrollbar it is scrolling down. But I can not drag the slider to scroll. Furthermore when you click right on it, you have menu, for where to scroll (top, bottom etc..)
Is there a way to get a more "normal" behaviour of the scrollbars without implementing them as separated widgets and controlling their action by "hand", that is to say with in python, by capturing the sliding events etc...? Thanks in advance. Peter Schmidtke _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
