I am to connect to a 3rd party API over http. This API does not accept
requests that the URLs that are properly percent encoded for invalid
characters. For example. It requires urls to be of the form:
http://example.com?query=[{"name":"value"}].
I create the QUrl like this:
QUrl url =
QUrl::fro
I guess nobody else has run into this, so I've created a bug report at
https://bugreports.qt-project.org/browse/QTBUG-40549.
Adam
On Thu, Jul 31, 2014 at 8:27 AM, Adam Light wrote:
> I noticed today that when I build my application using Qt 5.4 from the dev
> branch and I try to display certai
Hi Boris,
thank you for your thoughts, I have to use latest CanonSDK and NikonSDK
because our customers use latest cameras hardware from the two companies
and also we need to have raw support (raw*, cr2* and nef*)
Sadly, me too I haven't found any option to receive the supported
exposure compen
Hello.
Please consider reviewing gphoto2 camera plugin for QtMultimedia framework
written by me some time ago. It is LGPL-licensed and works for several
cameras I've tested yet:
https://github.com/cyberbobs/qtmultimedia-gphoto
Maybe it will be preferrable to you to use my plugin as base (and shar
Hello,
I'm trying to create a Qt media service plug-in, more exactly to
implement Canon and Nikon camera plug-in.
All main features are working well, i.e. live view, capture, viewfinder,
etc.
But now I want to have access to all supported Canon/Nikon exposures and
other settings.
QCameraExpo
Hello!
I've tried to implement drag and drop in Qt 5.3 using the new QML types Drag,
DragEvent and DropArea, but the system behaves really strange.
It seems there is a bug in the new DnD items. At least, the documentation lacks
sufficient information about how to correctly use them!
See a detai
Hi Martin,
Thanks for your reply that I'll happily share with qt-interest :)
Apart Qt 5.3.1 also fixed the issue, so debugging with Qt 5.3/Qt Creator works
"out of the box" again.
On another note: installing the "command line tools" from within Xcode (via
Settings -> Downloads or so) is defini