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
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 the
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
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 notic
Hi,
Debugging menu behaviour in a cross-platform Qt5 application (the Kate editor)
I notice that it gets 2 menubars when I set the Qt::AA_DontUseNativeMenuBar
attribute to false. The window gets its own menu bar, but the application also
shows the global, Mac-style menubar. As far as I can tell
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