Re: [PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-09-07 Thread Jim Bublitz
On Thursday 07 September 2006 14:24, Hans-Peter Jansen wrote: > Hi Jim, > > Am Donnerstag, 31. August 2006 23:42 schrieb Jim Bublitz: > > Sorry - can't help with QCheckBox/QButton. I implemented checkboxes > > with pixmaps, I think because I didn't like the way the Qt checkboxes > > looked and work

Re: [PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-09-07 Thread Hans-Peter Jansen
Am Donnerstag, 7. September 2006 23:57 schrieb Dave S: > > Pedantic is good :) > > I am learning all the time and looking at how you guys get round > problems is all good Hehe, and don't forget to look into the PyQt examples. They're worth it. Good luck, Pete

Re: [PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-09-07 Thread Dave S
On Thursday 07 September 2006 22:24, Hans-Peter Jansen wrote: > Hi Jim, > > Am Donnerstag, 31. August 2006 23:42 schrieb Jim Bublitz: > > Sorry - can't help with QCheckBox/QButton. I implemented checkboxes > > with pixmaps, I think because I didn't like the way the Qt checkboxes > > looked and work

Re: [PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-09-07 Thread Hans-Peter Jansen
Hi Jim, Am Donnerstag, 31. August 2006 23:42 schrieb Jim Bublitz: > > Sorry - can't help with QCheckBox/QButton. I implemented checkboxes > with pixmaps, I think because I didn't like the way the Qt checkboxes > looked and worked. > > It's fairly simple - I kept the underlying data in a list of on

Re: [PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-08-31 Thread Jim Bublitz
On Thursday 24 August 2006 16:58, Hans-Peter Jansen wrote: > Hi PyQties, > > I'm struggling with a strange effect in a subclassed QTableItem. For > clearness reasons, I need a centered checkbox table item without text > label.. > > First, I based my implementation on QCheckTableItem with only the p

[PyKDE] [PyQt3] alignment issue on subclassed QTableItem

2006-08-24 Thread Hans-Peter Jansen
Hi PyQties, I'm struggling with a strange effect in a subclassed QTableItem. For clearness reasons, I need a centered checkbox table item without text label.. First, I based my implementation on QCheckTableItem with only the paint method reimplemented, where I centered the checkbox. This work