Thanks for the reply. It seems that it was a driver installation issue, though
ib hammer not confirmed it. It was later found out that com4 listed 10 times
in Device manager, so I think one of those 10 was the right one to use, r just
weren't about to select it.
I'll have a look at the QSPInf
Hello Qt people,
It seems that QObject properties of a base classe are not exposed to
Replicas of Derived class.
This seems to me like a bug but i would like to have your thoughts about
that.
Daes
___
Interest mailing list
Interest@qt-project.o
I understand your point, but I would love to see a different UX for non include
.pri to be quickly different from the one included (now I have to dig to the
resources, headers or sources to see the difference). It would be nice to see
the .pri grey out or something more obvious. Or even better a
Thanks Thiago, it clear up. It does make more sense to me now.
My use case is my projects use a subrepository that have a core code mandatory
and some optional parts. Many projects use that subrepos and inlclude or not
the optional part based on the application need. It look like this:
MyApp1.p
Hi,
I was wondering if there's a way to use a buffer I already have in the
GPU memory for my geometry? I want to avoid copying it to the CPU and
then having Qt3D uploading it again (it's for viewing data being
computed/updated constantly with CUDA).
I have it working with "raw" OpenGL but I miss