Re: [Development] Moving QStandardItemModel to QtGui

2012-06-27 Thread Ville M. Vainio
I was requesting the same a good while back, but then decided that my needs are better served by more QML-optimized class (QSIM is badly stuck in QWidget mindset): https://github.com/jnynas/QuickModel https://github.com/jnynas/QuickModel/blob/master/quickmodel.h Instead of QStandardItemModel, it

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-27 Thread Olivier Goffart
On Tuesday 26 June 2012 18:12:14 Stephen Kelly wrote: > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use QStandardI

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Giuseppe D'Angelo
On 26 June 2012 17:12, Stephen Kelly wrote: > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use QStandardItemModel,

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread gunnar.sletta
No objection :) cheers, Gunnar On Jun 26, 2012, at 6:12 PM, ext Stephen Kelly wrote: > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Иван Комиссаров
I agree 2012/6/26 Stephen Kelly > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use QStandardItemModel, and > for

Re: [Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Konstantin Ritt
Sounds reasonable to me. Konstantin 2012/6/26 Stephen Kelly : > > Hi there, > > I know it is late, but it was recently brought to my attention that > QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was > moved to QtGui. > > It seems that people doing model-view like to use

[Development] Moving QStandardItemModel to QtGui

2012-06-26 Thread Stephen Kelly
Hi there, I know it is late, but it was recently brought to my attention that QStandardItemModel could be moved from QtWidgets to QtGui, since QIcon was moved to QtGui. It seems that people doing model-view like to use QStandardItemModel, and forcing the use of the widgets module for that is