Mohamed Amine Mzoughi

Results 58 comments of Mohamed Amine Mzoughi

This project was created to offer an alternative to Qt maps that are only available in QML. So use Qt maps (QLocation ) if you need to add a map...

Stick to Qt 5 if you can. Regards.

@stephane the branch is now up to date and ready to be merged.

@yuusakuri use this typedef : `using ProgressFnPtr = int (*const *)(void *,double,double,double,double);` or use this syntax : `typedef int (*const *ProgressFnPtr)(void *, double, double, double, double);` You can get the...

there's no solution for standard Bluetooth communications in C# under Linux :(

Hi @peterfoot I got this exception : ``` Address Family: Unknown Address Byte: 31 Size: 10 Unhandled exception. System.Net.Sockets.SocketException (22): Invalid argument at InTheHand.Net.Sockets.LinuxSocket.ThrowOnSocketError(Int32 result, Boolean throwOnDisconnected) at InTheHand.Net.Sockets.LinuxSocket.Connect(EndPoint remoteEP)...

> you can specify the channel id Can you give me an example ? I still have an exception if I use BluetoothEndPoint.

Hi herhor69, It is not intended to add such features to the class. You will have to code your own solution for these problems as there may be several ways/constraints...

Hi @lemon19900815 I don't really have a version to recommend other than the latest. You'll need to debug the code with a development environment like Qt on Linux and see...