Thank you, so I am now able to highlight several "selected" Rows constantly out of the model:
Qt Code:
if( role == Qt::ForegroundRole ) { if(myElementDataContainer.at(index.row).isSelected()) }To copy to clipboard, switch view to plain text mode
Thank you, so I am now able to highlight several "selected" Rows constantly out of the model:
Qt Code:
if( role == Qt::ForegroundRole ) { if(myElementDataContainer.at(index.row).isSelected()) }To copy to clipboard, switch view to plain text mode
Bookmarks