Rewrote using QStandardItemModel
authorAndy Bavier <acb@acb-imac.cs.princeton.edu>
Wed, 23 Feb 2011 17:50:13 +0000 (12:50 -0500)
committerAndy Bavier <acb@acb-imac.cs.princeton.edu>
Wed, 23 Feb 2011 17:50:13 +0000 (12:50 -0500)
commit90a6da70989aabd72a5bd813d5c9c0539c4f0c11
treebb18aca1511436d998709f01919019d7846866c5
parent36c83a6d4bcb418e1b848eb71733a8decf798c7e
Rewrote using QStandardItemModel

When trying to implement adding tags to the RSpec, I spent a fair amount of time fighting the TreeItem and NodeModel classes.
It seemed like there was an issue with the interaction between the NodeModel and TreeView but I couldn't figure it out.
Scrapping the custom model and replacing it with QStandardItem and QStandardItemModel fixed my problems.  Now adding and
removing tags appears to be working.
sface/screens/mainscreen.py