Frank,
Thanks for your reply.
I’ve been on your StackOverflow question before! :) Several times actually!
In the mean time I have found the answer for my question. The trick is to use
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts) before starting
QGuiApplication.
Then, when initia
Hey Nuno,
done a lot of QQuickRenderControl tricks lately. But I'm using it on
QSGRendererInterface::Software.
I'm not sure if it helps, but check out:
https://stackoverflow.com/questions/17146747/capture-qml-drawing-buffer-without-displaying/67187802#67187802
God speed,
Frank
On 29.06.21 17:2
Hi,
I posted this to accessibility mailing list, but, following visit of
archives, I think this list is not active anymore, so I post it here also.
Thanks
Message transféré
Sujet : Accessibility issues in recents QT releases
Date : Mon, 5 Jul 2021 21:48:19 +0200
D
Am 06.07.21 um 11:30 schrieb Ahmad Samir:
> On 06/07/2021 11:17, Till Oliver Knoll wrote:
>> ...
>> #include #include ... // Won't compile
>> std::unordered_map exportPlugins;
>> ...
> Hello. Have a look at
> https://www.kdab.com/qt-datatypes-in-standard-library/
>
> I think that is the issue you
On 06/07/2021 11:17, Till Oliver Knoll wrote:
Dear all,
Disclaimer: my C++ knowledge is a bit rusty, especially as far as
standard C++ containers and modern features (C++11, 17, 20) are
concerned. That's exactly the reason why I have started another small
open source project, and also the reason
Dear all,
Disclaimer: my C++ knowledge is a bit rusty, especially as far as
standard C++ containers and modern features (C++11, 17, 20) are
concerned. That's exactly the reason why I have started another small
open source project, and also the reason why I now tend to use C++
standard containers (
Hi,
No mixing is allowed is the generic rule.
However, why would there be a need to use open-source version of Qt Creator by
a person who has a commercial license of Qt? The commercial editions have Qt
Creator always included so when a person has commercial Qt license there is no
need to purch
Thanks for the detailed response.
Is it applicable even for the Qt creator IDE say 4.14.2 to procure the
license or we can use community edition of Qt creator?
Best Regards,
Ramakanth
On Tue, 6 Jul, 2021, 12:05 Tuukka Turunen, wrote:
>
>
> Hi,
>
>
>
> In this case the answer is: You need to ha