Re: [PyQt] setEditTriggers

2008-07-19 Thread Scott Frankel
Problem found: I needed to implement flags() and setData() in my model. I knew it was going to be something I overlooked. Better question(s): - What's the proper way to implement setData() for a tree model? I've extended QAbstractItemModel with methods that add branches and leaves to

[PyQt] setEditTriggers

2008-07-19 Thread Scott Frankel
Hello, How does one allow the fields of a tree to be editable? I've read that items of a tree widget are not editable by default. By setting setEditTriggers(), one can control editability. That gets set on the view, right? I've got a pure model that the view gets set to. Is there som

Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-19 Thread Gustavo A. Díaz
1280x800. Python 2.5.2 Qt 4.4.0 PyQt 4.4.3-snapshot-20080627 sip 4.7.7-snapshot-20080615 QScintilla 2.2.1-snapshot-20080619 eric4 42-snapshot-20080719 Kubuntu Hardy 8.04 Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/7/19 Detlev Offenbach <[EMAIL PROTECTED]>: > Hi

[PyQt] How do I respond to EndEditHint?

2008-07-19 Thread Keith The Great
Question 1. I've created a delegate for a TableView that works real well except for one thing. I emit the closeEditor signal with this code: self.emit(SIGNAL("closeEditor(QWidget*, QAbstractItemDelegate::EndEditHint)"), editor, QItemDelegate.EditNextItem) Which works cool, except that the item

[PyQt] ANN: eric 4.2RC1 released

2008-07-19 Thread Detlev Offenbach
Hi, I'd like to inform everybody about the immediate availability of a new eric 4.2 snapshot. It fixes a few bugs and contains these changes. - updated Turkish, Czech and Spanish translations - added API file for Ruby 1.8.7 and one for the Ruby part of eric4 - enhanced the API file generation t

Re: [PyQt] Qt 4.4: QtNetwork.QNetworkProxy: Problem

2008-07-19 Thread Detlev Offenbach
On Freitag, 18. Juli 2008, Chris Giles wrote: > 2008/4/21 Phil Thompson <[EMAIL PROTECTED]>: > > On Monday 21 April 2008, Chris Giles wrote: > > > When coupling PyQt 4.3.3 with Qt 4.4, using a "QtNetwork.QNetworkProxy" > > > with "QtNetwork.QHttp" doesn't seem to work anymore. > > > > > > Can anyon