If I hide columns (not all, of course) in treewidget:
Qt Code:
  1. QTreeWidget::setColumnHidden(column, true)
To copy to clipboard, switch view to plain text mode 
then "items" in
Qt Code:
  1. QMimeData *QTreeWidget::mimeData(const QList<QTreeWidgetItem *> items) const
To copy to clipboard, switch view to plain text mode 
is empty. Why?