Quote Originally Posted by grub87 View Post
Excelent!! thanks!! that get me out of trouble, and i'm also changing the colors of rows like this:

Qt Code:
  1. ui.latabladiario->setItemDelegateForRow(0, new ColorDelegate(ui.latabladiario));
  2. ui.latabladiario->setItemDelegateForRow(3, new ColorDelegate(ui.latabladiario));
To copy to clipboard, switch view to plain text mode 
yup, or like this