[PyQt] Simple crash in QSplitter.moveSplitter(x, i)

Patrick Stinson patrickkidd at gmail.com
Wed Oct 29 22:52:19 GMT 2014


It appears that QSplitter.moveSplitter(int pos, int index) will crash if the second argument ‘index’ is invalid. I imagine this is avoidable by checking the index against count() before calling?

Cheers!


More information about the PyQt mailing list