[Interest] Still fighting with Text.fontSizeMode

2016-07-25 Thread Jason H
One of my regular frustrations is with Text.fontSizeMode. I'm glad it exists, I just wish it were more complete. Let me explain: I have a dynamic list of elements: "The Electric Factory" "Willy's Chocolate Factory" I want to display them in a list with a uniform font size. If I use fontSizeMode:

Re: [Interest] Moving UI when Android OSK comes up?

2016-07-25 Thread Jason H
> Sent: Monday, July 25, 2016 at 11:08 AM > From: "Jason H" > To: "Qt Interest" > Subject: [Interest] Moving UI when Android OSK comes up? > > I'm t ryng to add a chat feature with an app. When the keyboard comes up, it > obscures the UI, so I always kept the edits above the keyboard area. But

[Interest] Moving UI when Android OSK comes up?

2016-07-25 Thread Jason H
I'm t ryng to add a chat feature with an app. When the keyboard comes up, it obscures the UI, so I always kept the edits above the keyboard area. But now, I'd like to provide a "facebook-style" chat UI, where the text entry is docked to the top of the keyboard, with the previous chat history abo

Re: [Interest] Correct way of exposing enum list to QtQuick

2016-07-25 Thread Jérôme Godbout
If you have a list of int enum (which you should, manipulate the interger value and convert to string only to save/restore value and display to user options): objectOfMyClass.availaleValuesOfMyEnum.indexOf(parseIInt(objectOfMyClass.myEnumProperty)); // This should work If you want to have a strin

Re: [Interest] Correct way of exposing enum list to QtQuick

2016-07-25 Thread Tomasz Olszak
Thank you for replies, Seems like there is no easy way of doing that. Andre still on Qt Quick side list.indexOf(MyEnum.MyEnumValue1) won't work for list being string list. Cheers, Tomasz 2016-07-22 22:13 GMT+01:00 André Somers : > > > Op 21/07/2016 om 17:17 schreef Tomasz Olszak: > > Hi, > > I

[Interest] QML Chart + LineSeries in C++

2016-07-25 Thread Roman Wüger
Hello, what is the preferred way to assign a C++ Model or some data from that from C++ to a QML Chart? Thanks Roman ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest