qt5.8 Questions

1

my Problem: i load a 3D-Model into a QMesh: Qt3DRender::QMesh *mesh; mesh->setSource(QUrl(QStringLiteral("qrc:/new/prefix1/ata.obj"))); This works at the moment. Now I search a function that...
Eleventh asked 20/4, 2017 at 10:40

1

since this is my first question I wanted to say that StackOverflow has helped my countless times. Thank you. Now to my problem. I am currently trying trying to implement a simple data acquisition ...
Valval asked 5/4, 2017 at 13:19

3

So allegedly, the configuration tool for Qt went through some changes, necessary to be able to make more streamlined Qt builds, a.k.a "Qt Lite". However, there doesn't seem to be any documentation ...
Taste asked 23/1, 2017 at 17:27

2

Solved

Qt 5.8 was supposed to come with the optional use ahead of time qtquick compiler, instead it arrived with a sort-of-a-jit-compiler, a feature that's enabled by default and caches compiled QML files...
Nacreous asked 29/1, 2017 at 15:31
1

© 2022 - 2024 — McMap. All rights reserved.