[Interest] Rendering of QGraphicsSvgItem via QSvgGenerator

2015-12-13 Thread Jean-Michaël Celerier
Hello, I am trying to render a graphics scene that contains some QGraphicsSvgItem and some QGraphicsItem. The QGraphicsItem render correctly as SVG when I import them in inkscape, but the QGraphicsSvgItem are rendered as PNG ! Is this a known problem ? Best regards Jean-Michaël Celerier

Re: [Interest] QML undefined Reference if object is in a TabView

2015-12-13 Thread Shantanu Tushar
Hi, >From what I remember, TabView uses a Loader to load each Tab lazily. So if you attempt to reference an Item inside the Loader (i.e. the Tab) from outside the Loader, its not going to work. If you find this is the case, it might help to expose whatever you want to access as a property in the

Re: [Interest] Rendering of QGraphicsSvgItem via QSvgGenerator

2015-12-13 Thread william.croc...@analog.com
On 12/13/2015 05:32 AM, Jean-Michaël Celerier wrote: Hello, I am trying to render a graphics scene that contains some QGraphicsSvgItem and some QGraphicsItem. The QGraphicsItem render correctly as SVG when I import them in inkscape, but the QGraphicsSvgItem are rendered as PNG ! Yes, I

Re: [Interest] Rendering of QGraphicsSvgItem via QSvgGenerator

2015-12-13 Thread Jean-Michaël Celerier
On Sun, Dec 13, 2015 at 3:16 PM, william.croc...@analog.com < william.croc...@analog.com> wrote: > > > Hey Qt. You've got the SVG. It's in your hand. > Why output it as PNG. > > I was lucky because my QGraphicsSvgItem was the only > item in the scene, so I just added a special case to > bypass

[Interest] QWebSocket flow control?

2015-12-13 Thread Nesuan Taiso
How can I determine the amount of queued (unsent) data in a QWebSocket? Why do I want to know this? Well for example, let's say I'm trying to send real-time video over websocket. My priorities are (highest to lowest): 1) Minimum possible latency (no more than unloaded ping roundtrip). 2) Send