PDA

View Full Version : Paint order in listWidget for listWidgetItem, setItemWidget



sushmacr
16th June 2010, 14:09
HelloAll,

Can i know in what order the widgets are painted. I am having a listWidget with 5 rows i.e. ListWidgetItems and QFrame set for each using setItemWidget().

What should be done for ListWidgetItems to be painted first and then paint QFrame so that QFrames set with setItemWidget() appears on top.