Re: [Interest] Serial port / Bluetooth port to Android

2017-08-29 Thread Alex Blasche
> -Original Message- > From: Murphy, Sean [mailto:smur...@walbro.com] > Sent: Tuesday, 29 August 2017 17:16 > To: Alex Blasche ; interest@qt-project.org > Subject: RE: Serial port / Bluetooth port to Android > > > > On the Android device, we really only care about connected to the > > >

Re: [Interest] VNC/QPA on Mac

2017-08-29 Thread René J . V . Bertin
On Tuesday August 29 2017 15:45:27 Sergio Martins wrote: > Looking at the git history: > tested with so unless there is a need for other platforms to be > hosting > applications over VNC we should limit it to only being built on unix > platforms that are not Android, or Darwin. O

Re: [Interest] Serial port / Bluetooth port to Android

2017-08-29 Thread Murphy, Sean
> > On the Android device, we really only care about connected to the external > > device via Bluetooth. But does this same behavior, where Bluetooth looks > > like a serial device, exist under Android and I can still use QSerialPort? > > Or > > do I need some other device (i.e. QBluetoothSocket)

Re: [Interest] VNC/QPA on Mac

2017-08-29 Thread Sergio Martins
On 2017-08-29 15:32, René J.V. Bertin wrote: Hi, Out of pure curiosity: why is the VNC qpa not enabled (or enabable) on Mac? I just tried and it builds without need for any external dependencies, and it's negligible in size compared to the rest of QtBase. And it seems to work just fine (on a no

[Interest] VNC/QPA on Mac

2017-08-29 Thread René J . V . Bertin
Hi, Out of pure curiosity: why is the VNC qpa not enabled (or enabable) on Mac? I just tried and it builds without need for any external dependencies, and it's negligible in size compared to the rest of QtBase. And it seems to work just fine (on a non-standard port evidently as port:5900 is al

Re: [Interest] Serial port / Bluetooth port to Android

2017-08-29 Thread Alex Blasche
> -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Murphy, Sean > Sent: Friday, 25 August 2017 22:25 ... >I can > accomplish both of those connections using a class that inherits from > QSerialPort to accomplish the comm

[Interest] Creating a pop-up window with pointer arrow

2017-08-29 Thread Joey Kleingers
Hello, I am trying to create a pop-up window in my Qt application that allows me to input some data. The user has to press a button to make the pop-up window appear. I want the pop-up window to have an arrow attached to it that points back to this button, but I am not sure how to create that. T

Re: [Interest] 32bits builds on 64bits Linux platform

2017-08-29 Thread Benjamin TERRIER
Hi, Any reason for not setting RPATH to "$ORIGIN/libs" directly in the binary? Also putting Qt5Core.so in a relative path will cause trouble with plugins as when it is built it will have the plugin search path hardcoded as an absolute path. Is there a way to make the plugin search path relative?