UID:86560
图片:QQ截图未命名.png
UID:78397
void QListWidgetItem::setTextAlignment ( int alignment )Sets the list item's text alignment to alignment (see Qt::AlignmentFlag).
ConstantValueDescriptionQt::AlignLeft0x0001Aligns with the left edge.Qt::AlignRight0x0002Aligns with the right edge.Qt::AlignHCenter0x0004Centers horizontally in the available space.Qt::AlignJustify0x0008Justifies the text in the available space.
引用第2楼zhoushf于2010-06-17 16:10发表的 回 1楼(xtfllbl) 的帖子 :请问是重载QListWidgetItem里面的哪个虚函数呀?