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