Re: [Interest] QAbstractItemView and default QItemSelectionModel

2012-06-25 Thread Eric Clark
] QAbstractItemView and default QItemSelectionModel Hi, On Mon, Jun 25, 2012 at 11:59 PM, Eric Clark mailto:ecl...@ara.com>> wrote: Thanks Andreas! I know it doesn't exactly answer my question, but you are right, I can easily check this and I probably should just do the right thing anyway an

Re: [Interest] QAbstractItemView and default QItemSelectionModel

2012-06-25 Thread Andreas Pakulat
Hi, On Mon, Jun 25, 2012 at 11:59 PM, Eric Clark wrote: > Thanks Andreas! I know it doesn’t exactly answer my question, but you > are right, I can easily check this and I probably should just do the right > thing anyway and delete it. However, this suggestion: > > ** ** > > Or you could mak

Re: [Interest] QAbstractItemView and default QItemSelectionModel

2012-06-25 Thread Eric Clark
Qt Interest (interest@qt-project.org) Subject: Re: [Interest] QAbstractItemView and default QItemSelectionModel Hi, On Mon, Jun 25, 2012 at 11:12 PM, Eric Clark mailto:ecl...@ara.com>> wrote: Hello All, I have a curious question about the default QItemSelectionModel that is created whenever a QAb

Re: [Interest] QAbstractItemView and default QItemSelectionModel

2012-06-25 Thread Andreas Pakulat
Hi, On Mon, Jun 25, 2012 at 11:12 PM, Eric Clark wrote: > Hello All, > > ** ** > > I have a curious question about the default QItemSelectionModel that is > created whenever a QAbstractItemView is created: Is this default selection > model parented to the view? What I really want to know is