[Qt-jambi-interest] QListView setModel function

2011-03-19 Thread Patrick Groß
Hey guys, I have a problem using QListView. I can't use the setModel() function it always tells me that this is not implemented: Exception in thread "main" com.trolltech.qt.QNoImplementationException: The method has no implementation and only exists for compatibility So I cannot do things like t

Re: [Qt-jambi-interest] QListView setModel function

2011-03-19 Thread Samu Voutilainen
On Saturday 19 March 2011 13:16:28 Patrick Groß wrote: > Hey guys, > > I have a problem using QListView. I can't use the setModel() function it > always tells me that this is not implemented: > > Exception in thread "main" com.trolltech.qt.QNoImplementationException: > The method has no implement

Re: [Qt-jambi-interest] QListView setModel function

2011-03-19 Thread Patrick Groß
Am 19.03.2011 14:11, schrieb Samu Voutilainen: > On Saturday 19 March 2011 13:16:28 Patrick Groß wrote: >> Hey guys, >> >> I have a problem using QListView. I can't use the setModel() function it >> always tells me that this is not implemented: >> >> Exception in thread "main" com.trolltech.qt.QNoI

Re: [Qt-jambi-interest] QListView setModel function

2011-03-19 Thread Samu Voutilainen
On Saturday 19 March 2011 14:46:38 Patrick Groß wrote: > Am 19.03.2011 14:11, schrieb Samu Voutilainen: > > On Saturday 19 March 2011 13:16:28 Patrick Groß wrote: > >> Hey guys, > >> > >> I have a problem using QListView. I can't use the setModel() function it > >> always tells me that this is not