Is there any way to set the text alignment of a Q3Table apart from using setItem?

The problem is that there is a clearCell() function called in setItem() which affect the performance a lot. (It's much slower........)

I tried to use setText() to solve the performance but the alignment is wrong.........
Can anyone help me? Thanks!