Re: [Interest] QTranslator.load and builtin translations

2020-08-18 Thread Jérôme Laheurte
> Le 18 août 2020 à 17:06, Giuseppe D'Angelo via Interest > a écrit : > > Il 18/08/20 16:28, Jérôme Laheurte ha scritto: >> The « split(‘-‘)[0] » part looks like a big code smell to me, but what >> should I do ? > > There's no need, load() should already do the split internally and search

Re: [Interest] QTranslator.load and builtin translations

2020-08-18 Thread Giuseppe D'Angelo via Interest
Il 18/08/20 16:28, Jérôme Laheurte ha scritto: The « split(‘-‘)[0] » part looks like a big code smell to me, but what should I do ? There's no need, load() should already do the split internally and search for the right thing. Maybe you just need to load "qtbase_" (or specify "_" as the

[Interest] QTranslator.load and builtin translations

2020-08-18 Thread Jérôme Laheurte
Hello. Is there a way to load the « builtin » translation, say for qtbase, without having to specify a filename ? I expected the QTranslator.load(QLocale, …) method to do just that, but alas, I still need to specify that I want to load, say, « qtbase_fr ». My problem is that I don’t see any

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
Hi Jérôme, I did it and it is working with this Windows app. Thus, it seems to be Qt related. I have specified it in the bug report. Thank you for your help. Regards, Simon Feutrier Le mar. 18 août 2020 à 15:07, Jérôme Godbout a écrit : > Hi, > > Just to put aside the Windows, you could try

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Jérôme Godbout
Hi, Just to put aside the Windows, you could try to connect using Bluetooth LE Explorer application: https://www.microsoft.com/en-us/p/bluetooth-le-explorer/9n0ztkf1qd98 It could tell if the Window BLE can perform the connection properly on his own. Jerome From: Simon FEUTRIER Sent: August

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
If you are interested to follow this problem, there is now also a bug ticket here : https://bugreports.qt.io/browse/QTBUG-86095 Regards, Simon Feutrier Le mar. 18 août 2020 à 09:15, Simon FEUTRIER a écrit : > Hi ! > > Jérôme, yes it is well secured, very well, even I cannot communicate :D.

Re: [Interest] BLE : Bonding and ble security

2020-08-18 Thread Simon FEUTRIER
Hi ! Jérôme, yes it is well secured, very well, even I cannot communicate :D. For your questions, Qt is supported on Windows, Bluetooth LE as well. About the security I am not sure I did not receive a clear reply to that question but it seems yes. My ble device and my Windows are recent enough