|
- void setData ( int column, int role, const QVariant & value )
- void setFlags ( QAbstractItemModel::ItemFlags flags )
- void setFont ( int column, const QFont & font )
- void setIcon ( int column, const QIcon & icon )
- void setStatusTip ( int column, const QString & statusTip )
- void setText ( int column, const QString & text )
- void setTextAlignment ( int column, int alignment )
- void setTextColor ( int column, const QColor & color )
- void setToolTip ( int column, const QString & toolTip )
- void setWhatsThis ( int column, const QString & whatsThis )
- void sortChildren ( int column, Qt::SortOrder order, bool climb )
- QString statusTip ( int column ) const
- QTreeWidgetItem * takeChild ( int index )
- QString text ( int column ) const
- int textAlignment ( int column ) const
- QColor textColor ( int column ) const
- QString toolTip ( int column ) const
- QTreeWidget * treeWidget () const
- QString whatsThis ( int column ) const
- bool operator< ( const QTreeWidgetItem & other ) const
|