Re: [Interest] [Android] Qt machine unique id

2018-11-19 Thread Thiago Macieira
On Monday, 19 November 2018 10:19:12 PST rol...@logikalsolutions.com wrote: > At one point Intel had the "Big Brother" ID. > > https://www.zdnet.com/article/intel-piii-is-big-brother-inside/ See also https://en.wikipedia.org/wiki/Ship_of_Theseus. Any HW ID you can use in a computer is wrong. If

Re: [Interest] [Android] Qt machine unique id

2018-11-19 Thread roland
At one point Intel had the "Big Brother" ID. https://www.zdnet.com/article/intel-piii-is-big-brother-inside/ Which is pretty much why what you are looking for doesn't exist (publicly) anymore. Lots of theories and stories in the dark corners of the world though. TRADITIONALLY, what you w

Re: [Interest] Drawing a path in QML through animation

2018-11-19 Thread Jason H
I don't know for sure, but I would probably try to use a custom QEasingCurve for both X, Y, and angle. http://doc.qt.io/qt-5/qeasingcurve.html This way you can still use property bindings. > Sent: Friday, November 16, 2018 at 5:41 PM > From: "Jeffrey Brendecke" > To: interest@qt-project.org > S

Re: [Interest] How to enable chrome:// urls in qtwebengine?

2018-11-19 Thread Alexandru Croitor
Hi, Not all Chrome URLs are disabled. Some of them are still available, for example chrome://gpu/ Here's a list I found https://github.com/qutebrowser/qutebrowser/issues/2292 I don't think we have a documented list of supported urls because: 1) Not all the plumbing code is there to make them wor

Re: [Interest] [ANN] UniqLogger a Qt-based logging library

2018-11-19 Thread Francesco Lamonica
Hello Jean-Michael, thanks for the link, i didn't know you could provide the object file. regards On Sun, Nov 18, 2018 at 7:48 PM Jean-Michaƫl Celerier < jeanmichael.celer...@gmail.com> wrote: > > That sentence you mention is for some specific needs like static > compiling in a commercial produc