Obsolete Members for QTreeWidgetItem

以下成员源于类 QTreeWidgetItem 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) QColor backgroundColor (int column ) const
(obsolete) void setBackgroundColor (int column , const QColor & color )
(obsolete) void setTextColor (int column , const QColor & color )
(obsolete) QColor textColor (int column ) const

成员函数文档编制

QColor QTreeWidgetItem:: backgroundColor ( int column ) const

This function is deprecated. Use background () 代替。

另请参阅 setBackgroundColor ().

void QTreeWidgetItem:: setBackgroundColor ( int column , const QColor & color )

This function is deprecated. Use setBackground () 代替。

另请参阅 backgroundColor ().

void QTreeWidgetItem:: setTextColor ( int column , const QColor & color )

This function is deprecated. Use setForeground () 代替。

另请参阅 textColor ().

QColor QTreeWidgetItem:: textColor ( int column ) const

This function is deprecated. Use foreground () 代替。

另请参阅 setTextColor ().