以下成员源于类 QListWidgetItem 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
QColor
|
backgroundColor () const |
(obsolete)
virtual void
|
setBackgroundColor (const QColor & color ) |
(obsolete)
void
|
setTextColor (const QColor & color ) |
(obsolete)
QColor
|
textColor () const |
This function is deprecated. Use background () 代替。
另请参阅 setBackgroundColor ().
[虚拟]
void
QListWidgetItem::
setBackgroundColor
(const
QColor
&
color
)
This function is deprecated. Use setBackground () 代替。
另请参阅 backgroundColor ().
This function is deprecated. Use setForeground () 代替。
另请参阅 textColor ().
Returns the color used to display the list item's text.
This function is deprecated. Use foreground () 代替。
另请参阅 setTextColor ().