[Interest] Qt3d runs on which embedded boards?

2017-06-12 Thread Pierre Chicoine
Does anyone know which embedded board runs Qt3d? As yet it doesn't run on a Raspberry Pi although Qt with OpenGl does. Would be nice to know as it takes a lot of time to set up an embedded environment. Thank you ___ Interest mailing list

[Interest] selectionChanged on remove

2017-06-12 Thread Bernhard Lindner
Hi there! Could someone please explain me some odd behavior of Qt 5.7 models and the corresponding selection models? Please start the "Editable Tree Model" example. Remove all rows except two. Select the first row. Then set a breakpoint to the following line of function

Re: [Interest] Qbs to build an Android Project

2017-06-12 Thread Christian Kandeler
On Mon, 12 Jun 2017 14:53:12 +0200 Charles-Elie Gentil wrote: > Is Qbs « ready-to-use » for Android build or do I need to do something to use > its ? In short: No, not out of the box. Reasons: 1) The qbs Android module does not yet contain the necessary logic to bundle

[Interest] Qbs to build an Android Project

2017-06-12 Thread Charles-Elie Gentil
Hello, I want try to build an Android Project with Qbs. I work on Mac OS X with Qt5.9 and Qt Creator 4.3. Firstly, I did a test with Qt Creator template, but the build fail with this message : Cannot find the android build step. Here, the « native » build step in Qt Creator :

Re: [Interest] Qt 5.8 / 5.9 iOS run gives 'Mount Developer Disk failed' Xcode 8.3.3

2017-06-12 Thread ekke
Am 12.06.17 um 12:47 schrieb Alexandru Croitor: > Hi, > > See https://bugreports.qt.io/browse/QTCREATORBUG-18380 > > thanks thanks only did a Google search and forgot to search inside Bugreports ekke >> On 12 Jun 2017, at 12:43, ekke > >

Re: [Interest] Qt 5.8 / 5.9 iOS run gives 'Mount Developer Disk failed' Xcode 8.3.3

2017-06-12 Thread Alexandru Croitor
Hi, See https://bugreports.qt.io/browse/QTCREATORBUG-18380 On 12 Jun 2017, at 12:43, ekke > wrote: * updated from OSX 10.11.6 to 10.12.5 * updated Xcode from 8.2 to 8.3.3 * updated iOS devices from 10.2.1 to 10.3.2 now from Qt

[Interest] Qt 5.8 / 5.9 iOS run gives 'Mount Developer Disk failed' Xcode 8.3.3

2017-06-12 Thread ekke
* updated from OSX 10.11.6 to 10.12.5 * updated Xcode from 8.2 to 8.3.3 * updated iOS devices from 10.2.1 to 10.3.2 now from Qt 5.8 / Creator 4.2.1 and Qt 5.9 / Creator 4.3 I can build iOS projects without a problem, but run always gives me "Mount developer disk failed"

Re: [Interest] How to connect to bluetooth services like PBAB

2017-06-12 Thread Denis Shienkov
Use D-Bus API. 12.06.2017 9:32, Alex Blasche пишет: -Original Message- From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- project.org] On Behalf Of Abin Joseph But I would like to know if QBluetooth module support the same if so how to use it. QtBluetooth does not

Re: [Interest] How to connect to bluetooth services like PBAB

2017-06-12 Thread Alex Blasche
> -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Abin Joseph >But I > would like to know if QBluetooth module support the same if so how to use it. QtBluetooth does not support PBA. -- Alex

[Interest] How to connect to bluetooth services like PBAB

2017-06-12 Thread Abin Joseph
Hi, I am trying to read contacts from my phone to my Linux machine using Qt application. I am only able to pair my phone, but unable to connect / read contacts from it. In fact I'm not sure about the exact api to be used to connect to PBAB profile. I found samples using dbus to connect to