PDA

View Full Version : How to use QSplitter in QGraphicsScene



karankumar1609
9th November 2013, 10:54
Hello everyone,

I have got stucked somewhere in my code, all i need is to implement a QSplitter type functionality in my current code.
I am using QGraphicsScene and found that Qt graphics view does not support QSplitter type functionality.


Is there any way to implement the splitter type functionality in my graphics scene code?

Thanks