Re: [Interest] Questions about QGraphicsWidget

2012-08-09 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Questions about QGraphicsWidget > Den 08-08-2012 15:54, BRM skrev: >>> From: Bo Thorsen >>> Subject: Re: [Interest] Questions about QGraphicsWidget >>> Den 07-08-2012 18:59, Bill Crocker skrev: >&

Re: [Interest] Questions about QGraphicsWidget

2012-08-09 Thread Bo Thorsen
Den 08-08-2012 15:54, BRM skrev: >> From: Bo Thorsen > >> Subject: Re: [Interest] Questions about QGraphicsWidget >> Den 07-08-2012 18:59, Bill Crocker skrev: >>> On 08/07/2012 12:36 PM, BRM wrote: >>>> I'm working on a QGraphicsWidget ver

Re: [Interest] Questions about QGraphicsWidget

2012-08-08 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Questions about QGraphicsWidget > Den 07-08-2012 18:59, Bill Crocker skrev: >> On 08/07/2012 12:36 PM, BRM wrote: >>> I'm working on a QGraphicsWidget version of something I already >>> have a QWidget version

Re: [Interest] Questions about QGraphicsWidget

2012-08-08 Thread Bo Thorsen
Den 07-08-2012 18:59, Bill Crocker skrev: > On 08/07/2012 12:36 PM, BRM wrote: >> I'm working on a QGraphicsWidget version of something I already have a >> QWidget version of; namely because I need to add some features where I need >> to overlay items, lines, and text in a way that QWidget does n

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
> From: Jason H >Sent: Tuesday, August 7, 2012 4:03 PM >Subject: Re: [Interest] Questions about QGraphicsWidget > >"Converting the parent QGraphicsWidget to be derived from > > QGraphicsItemGroup also removes the ability to add a nice little > > management

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread Jason H
and maybe even just use that? Without more details, I can't give better advice. From: BRM To: Interests Qt Sent: Tuesday, August 7, 2012 3:28 PM Subject: Re: [Interest] Questions about QGraphicsWidget > From: BRM >Subject: Re: [Interest]

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
> From: BRM >Subject: Re: [Interest] Questions about QGraphicsWidget >> From: Jason H >>To: BRM ; Interests Qt >>Subject: Re: [Interest] Questions about QGraphicsWidget >>First, there is QGraphicsItemGroup, which would probably do what you want, >>and a

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
> From: Jason H >To: BRM ; Interests Qt >Subject: Re: [Interest] Questions about QGraphicsWidget >I think you're kinda thinking about it wrong.  You're right - I probably am. I'm quite use to QWidget still, and trying to get my head around some of the differen

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread Jason H
the Scene work out the scaling and scaled bounding rect. You only need to worry about yourself at 1:1 scaling. HTH From: BRM To: Interests Qt Sent: Tuesday, August 7, 2012 12:36 PM Subject: [Interest] Questions about QGraphicsWidget I'm working

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread Bill Crocker
On 08/07/2012 12:36 PM, BRM wrote: > I'm working on a QGraphicsWidget version of something I already have a > QWidget version of; namely because I need to add some features where I need > to overlay items, lines, and text in a way that QWidget does not support You can also overlay your existing

[Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
I'm working on a QGraphicsWidget version of something I already have a QWidget version of; namely because I need to add some features where I need to overlay items, lines, and text in a way that QWidget does not support (namely the addition of the text information) - presently I'm just focused o