Re: [Interest] Issue with VirtualKeyboad and Wayland compositor.

2018-10-17 Thread Christian Gagneraud
On Wed, 17 Oct 2018 at 17:20, Christian Gagneraud wrote: > > On Wed, 17 Oct 2018 at 13:51, Christian Gagneraud wrote: > > > > I'm running the QtWayland 'pure-qml' example on an imx61 board with > > linuxfb QPA, Qt-5.11.1 (I'm waiting for a 5.11.2 build). > > I followed instructions from > > http:

Re: [Interest] Can't install Qt-5.11.2 on latest Windows 10

2018-10-17 Thread Henry Skoglund
On 17/10/2018 23.11, Patrick Stinson wrote: Hello! I can’t seem to find any way to install qt-5.11.2 on Windows 10 from either the online installer or the all-in-one open source installer. Surely this isn’t happening for everyone? I am getting installer errors as in this bug report: https://b

[Interest] Can't install Qt-5.11.2 on latest Windows 10

2018-10-17 Thread Patrick Stinson
Hello! I can’t seem to find any way to install qt-5.11.2 on Windows 10 from either the online installer or the all-in-one open source installer. Surely this isn’t happening for everyone? I am getting installer errors as in this bug report: https://bugreports.qt.io/browse/QTBUG-66853

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Christophe THOMAS
Hello, Pretty interested too in having some qt code running on an Apple Watch. My current understanding is that displaying something is hard and anyway qwidget and qml is not feasible? Thx Christophe > Le 17 oct. 2018 à 14:38, Jeffrey Brendecke a > écrit : > > > >>> On Oct 17, 2018, at 1

Re: [Interest] QVariant toString locale

2018-10-17 Thread Thiago Macieira
On Wednesday, 17 October 2018 07:10:04 PDT Etienne Sandré-Chardonnal wrote: > 1) Handle all possible QVariant subtypes in a big switch block, I'd like > to avoid... > > So as you see, it seems there is a hole in Qt's otherwise excellent > handling of locales. Am I wrong? Is there a good solution?

[Interest] QML Input Handlers issues: any ideas on how to workaround https://bugreports.qt.io/browse/QTBUG-65795

2018-10-17 Thread Alexander Ivash
I haven't introduce that bug, but most likely I'm experiencing the same behavior and would appreciate any ideas on workaround-ing it. p.s. Especially from Shawn Rutledge ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailma

Re: [Interest] [Qt-creator] QtCreator 4.7.1 / Qt 5.12. Beta 1 (Android, iOS, macOS)

2018-10-17 Thread Jason H
Only if the iPhone 5C is not a target. It's the last ARM7 device, you'll need 5.9 for that.   Sent: Sunday, October 14, 2018 at 7:07 AM From: ekke To: "interest@qt-project.org" , "qt-crea...@qt-project.org" Subject: Re: [Interest] [Qt-creator] QtCreator 4.7.1 / Qt 5.12. Beta 1 (Android, iOS, mac

[Interest] QVariant toString locale

2018-10-17 Thread Etienne Sandré-Chardonnal
Dear all, I have a big table made of QVariants of many subtypes (dates, floats, integers, etc...) I need to output it in csv format with a user defined locale. It seems, after searching the documentation for all possible ways: 1) QTextStream can be set a locale, but it does not accepts QVariant

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Jeffrey Brendecke
> On Oct 17, 2018, at 14:20, Mike Krus wrote: > >> >> On 17 Oct 2018, at 12:52, Jeffrey Brendecke > > wrote: >> >> Would anyone know where I could find the sample code from these demos? >> >> http://www.qtworldsummit.com/2016/discover-future-concepts-and-r

Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-17 Thread Andy
Thanks for the info Kai. That helps clarify the current state. I'm now regretting using WebEngine. :-) --- Andy Maloney // https://asmaloney.com twitter ~ @asmaloney On Wed, Oct 17, 2018 at 8:28 AM Kai Koehne wrote: > > -Original Message- > > From: 黄

Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit?

2018-10-17 Thread Kai Koehne
> -Original Message- > From: 黄其泽 > Sent: Tuesday, October 16, 2018 9:58 AM > To: Kai Koehne ; Qt Project > Subject: Re: [Interest] Qt 5.12 Official packages for MinGW 64 bit? > > I heard that the upstream Chromium supports clang for windows. Indeed. Actually Chromium is using clang on

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Mike Krus via Interest
> On 17 Oct 2018, at 12:52, Jeffrey Brendecke > wrote: > > Would anyone know where I could find the sample code from these demos? > > http://www.qtworldsummit.com/2016/discover-future-concepts-and-real-world-products-from-the-qt-garage/ > > Apple TV with Qt > – Apps & Multiplayer Games on iO

[Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Jeffrey Brendecke
Would anyone know where I could find the sample code from these demos? http://www.qtworldsummit.com/2016/discover-future-concepts-and-real-world-products-from-the-qt-garage/ Apple TV with Qt – Apps & Multiplayer Games on iOS, Apple TB and Android by V-play iOS and watchOS with Qt – Displaying wa

[Interest] Widget to device pixel alignment under fractional DPI scaling

2018-10-17 Thread Alvin Wong
Dear all, I have some questions on fractional DPI handling. I know fractional DPI scaling isn't officially supported on Windows (waiting for [QTBUG-53022][1] to be picked up again), but from what I hear KDE does support actual fractional DPI scaling. Anyway, it is possible to test fractional DPI o