Solved

Qt Code:
  1. QStandardItem *itemTabela = modeloLancamentosInvestimento->item(modeloLancamentosInvestimento->rowCount()-1, 0);
  2. itemTabela->setTextAlignment(Qt::AlignRight | Qt::AlignVCenter);
To copy to clipboard, switch view to plain text mode