I am trying to make a simple application with pyqt. What I want to make is a tree view with candlestick bar like the below,
I decided to make it using this sample.
But still, I couldn't find how to draw candlestick bar inside a cell of widget row.
Can you suggest any sample code or guideline for getting cell coordinates and drawing a bar inside column cells ?