Re: [PyKDE] New QTableWidget queries :)

2006-10-07 Thread Dave S
On Saturday 07 October 2006 14:31, Andreas Pakulat wrote: > On 07.10.06 12:48:05, Dave S wrote: > > I think these are my last set of QTableWidget problems ... > > > > > > > > (1) In a QTableWidget I do not want the LHS row count displayed. I am > > trying to ... > > > > self.tableWidget.setSection

Re: [PyKDE] signals

2006-10-07 Thread Hans-Peter Jansen
Am Samstag, 7. Oktober 2006 17:39 schrieb M.Chambers: > I cut and pasted "collapsed (const QModelIndex & index)" directy from > Assistant, which is how I did it with PtQt3 > > Changing to this fixed it: > self.connect(self, QtCore.SIGNAL("collapsed (const QModelIndex)"), still wrong, the ampersand

Re: [PyKDE] signals

2006-10-07 Thread M.Chambers
I cut and pasted "collapsed (const QModelIndex & index)" directy from Assistant, which is how I did it with PtQt3 Changing to this fixed it: self.connect(self, QtCore.SIGNAL("collapsed (const QModelIndex)"), self.cbCollapsed); Matt On Fri, 2006-10-06 at 13:34 -0700, Jim Bublitz wrote: > On Frid

Re: [PyKDE] New QTableWidget queries :)

2006-10-07 Thread Andreas Pakulat
On 07.10.06 12:48:05, Dave S wrote: > I think these are my last set of QTableWidget problems ... > > > > (1) In a QTableWidget I do not want the LHS row count displayed. I am trying > to ... > > self.tableWidget.setSectionHidden(0, True) > > but do not understand what value to set logicalind

[PyKDE] New QTableWidget queries :)

2006-10-07 Thread Dave S
I think these are my last set of QTableWidget problems ... (1) In a QTableWidget I do not want the LHS row count displayed. I am trying to ... self.tableWidget.setSectionHidden(0, True) but do not understand what value to set logicalindex to ? (2) My QTableWidget top headers have centere

Re: [PyKDE] PyQt package needs bumping

2006-10-07 Thread Dave S
On Saturday 07 October 2006 10:38, Andreas Pakulat wrote: > On 07.10.06 10:16:09, Dave S wrote: > > QT4.2.0 has been released and any trace of the QT4.1.4 has been removed - > > but the current PyQt binary package for windows relies on QT4.1.4 > > I'm sure Phil is aware of that and is already hacki

Re: [PyKDE] Totally stuck on QTableWidget conversion

2006-10-07 Thread Dave S
On Tuesday 03 October 2006 23:25, David Boddie wrote: > On Tue Oct 3 21:35:03 MEST 2006, Dave S wrote: > > (1) I used to use self.tableitem.setSpan(2,2) to join 2 X rows together > > in QT3 I then wrote text in a large font with a different coloured > > background to differentiate different sectio

[PyKDE] Qt v4.2.0 Support

2006-10-07 Thread Phil Thompson
Tonight's SIP and PyQt4 snapshots should build against Qt v4.2.0 - although only tested on Linux. Only the minimum changes have been made - there is no support for new methods in existing classes or for new classes yet. I hope to have that done by next weekend - although I will probably leave t

[PyKDE] [PyQt3] problem using a custom QSqlCursor on a QDataTable

2006-10-07 Thread Hans-Peter Jansen
Hi Phil, here's is a nasty problem with using a custom QSqlCursor on a QDataTable, I didn't found a workaround yet (other than avoiding this all together, which isn't a feasible option here): Whenever the update() and delRecords() methods on the parent class are called, they show recursive beh

Re: [PyKDE] PyQt package needs bumping

2006-10-07 Thread Andreas Pakulat
On 07.10.06 10:16:09, Dave S wrote: > QT4.2.0 has been released and any trace of the QT4.1.4 has been removed - but > the current PyQt binary package for windows relies on QT4.1.4 I'm sure Phil is aware of that and is already hacking on PyQt4 to adapt it to Qt4.2.0. However that takes time and Qt

[PyKDE] PyQt package needs bumping

2006-10-07 Thread Dave S
Hi all, QT4.2.0 has been released and any trace of the QT4.1.4 has been removed - but the current PyQt binary package for windows relies on QT4.1.4 Having upgraded my XP binary to QT4.2.0 I have broken my PyQt binary. Unfortunately I cannot find an old QT4.1.4...exe and not being a windows guy