Re: [Interest] Qt 5.3.0 QML Android: how to deploy custom c++ plugin directory structure

2014-07-28 Thread Frédéric Martinsons
Hello, for those who are interested, I finally managed to get deploy my custom c++ plugin without any modifications on resources files. I simply re-read the documentation carefully ( http://qt-project.org/doc/qt-5/deployment-android.html) and especially the paragraph about res/vaues/libs.xml. So my

Re: [Interest] How to use serveral textures in a QSGSimpleMaterialShader

2014-07-28 Thread Martin Ertl
Hi, maybe someone is interested why the whole scene was broken with the custom component. It seems to be important that in the "updateState()" method the "GL_TEXTURE0" is activated as last texture (like contained in the image particle code). Best regards, Martin 2014-07-25 11:13 GMT+02:00 Mart

Re: [Interest] [Development] Qt5 QML TouchPoint pressure always return -1, but QWidget tabletEvent works well

2014-07-28 Thread Shawn Rutledge
On Wed, Jul 16, 2014 at 12:09:36PM +0800, Leslie Zhai wrote: > Hi Qt developers, > > In Qt5.3.1 qtdeclarative/examples/quick/touchinteraction, > > There is MultiPointTouchArea and TouchPoint example, but TouchPoint > touch1.pressure, it always print out -1 I'm getting pressure 1 when pressed an

[Interest] Main Window and tab bar - possible bug

2014-07-28 Thread Graham Labdon
Hi Can someone confirm that the following behavior is expected or whether it is a bug I create a main window and add some docked widgets At various points in the code I have something like QList tabBarList = findChildren(); QTabBar* tabBar = NULL; if (!tabBarList.isEmpty(