Thanks for great advice on this great thread !!!!
Problem: can anyone tell me how to move the checkbox to the RIGHT ??
I think it has something to do with const QStyleOptionViewItem &option;
but i simply cant do: option.decorationPosition=QStyleOptionViewItem::Ri ght;
I am subclassing QStyledItemDelegate if it matters...
![]()





Reply With Quote

I'm not sure if you can move the checkbox to the right using a stylesheet, so you'll probably have to implement a proxy style.

Bookmarks