Is it possible to select a portion of text within a cell in a QTreeView (or QTableView)? I would like to treat one column of cells as lines of text from which I can select text just like selecting in an editor. I do not need to select from multiple lines. Any ideas on how this can be done? -K