Hi,

I want to change the position of a splitter handle programmaticly.
I use the spltter.setSizes(). that change the posotion alright, but can figure out the logic when using different value's.

When I do a splitter.getRange(<index>) I get the begin and end positions of the splitter.
From these I can easily generate the proper value's for splitter.setSizes.

The.getRange() needs an index as argument but how do I get the index of the splitter.

Working wit PyQt4 on Python3

With best regards,


Frans.



_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to