Re: [Interest] Overriding list properties in QML at initialisation

2019-08-14 Thread Unai IRIGOYEN
Ulf, I reported the bug here: https://bugreports.qt.io/browse/QTBUG-77529 I will try to propose a fix which has no side effect on Qt3D. Best regards, Unai Le mer. 14 août 2019 à 11:25, Ulf Hermann a écrit : > Hello, > > > If I create a class with a QQmlListProperty and then initialise it

Re: [Interest] Overriding list properties in QML at initialisation

2019-08-14 Thread Unai IRIGOYEN
Hi Giuseppe, When you say the QML APIs for Qt3D depend on this behaviour, you are talking about appending to the default property right? Or are the APIs depending in the fact that every QQmlListProperty has its contents concatenated (I can't recall an example where this could be used)? Best

[Interest] Overriding list properties in QML at initialisation

2019-08-13 Thread Unai IRIGOYEN
. In the following example, I would expect the list to contain 2 elements instead of 5. What are your thoughts? Should I fill a bug report and try to provide a fix? Best regards, Unai Irigoyen Example: // containedtype.h // #ifndef CONTAINEDTYPE_H #define CONTAINEDTYPE_H #include class ContainedType

[Interest] Qt3D SceneLoader and TechniqueFilter

2016-02-23 Thread Unai IRIGOYEN
on Technique, does the TechniqueFilter have to match one of them or all of them? As a side note, RenderPassFilter seems to filter properly, at least with a single annotation. Thank you for your help. -- Unai IRIGOYEN ___ Interest mailing list

Re: [Interest] What about this simple QML is broken?

2015-06-10 Thread Unai IRIGOYEN
mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest -- Unai IRIGOYEN ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Entity sub-tree opacity in Quick3D 2.0

2015-03-31 Thread Unai IRIGOYEN
this as a vote for the feature. Best regards. -- Unai IRIGOYEN ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] custom qtquick c++ component text rendering

2014-02-19 Thread Unai IRIGOYEN
Hi, You can use QQuickItem::polish() and QQuickItem::updatePolish() to instantiate and maintain QML Text elements. That's the way I do and it works pretty well. Best regards. -- Unai IRIGOYEN Le mercredi 19 février 2014 21:51:06, Railway Coder a écrit : Hello, I've made my own QtQuick

Re: [Interest] Qt Installer Framework

2013-06-18 Thread Unai IRIGOYEN
the same error Does anyone know the reason for this? Is your machine 64bit? Did you build for 64bit and try to run on 32bit? TIA Best regards. Unai IRIGOYEN ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo

Re: [Interest] Qt5.1+, custom QQuickItem with text, not using QPainter?

2013-05-20 Thread Unai IRIGOYEN
text in scenegraph? Regards. -- Unai IRIGOYEN ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest