Re: [Development] Issues with QFormBuilder - All properties modified & Invalid UI

2019-10-28 Thread Giuseppe D'Angelo via Development
On 25/10/2019 20:01, Hugo Slepicka wrote: Just a little follow up. Can this (invalid widget being generated by QFormBuilder.save ) be considered a Qt issue and fixed? It is for sure a bug, so please report it. I'm not sure how much love the widgets designer gets these days, though. The "al

[Development] iOS Force Touch *almost* working

2019-10-28 Thread Jason H
I am trying to get 3D Force Touch (finger pressure) working in my Qt App. I've been doing a lot of detective work and it almost works. I am going to share what I know to hopefully figure out what I am missing/what Qt is missing. There seems to be some support in QTabletEvent (https://doc.qt.io/

Re: [Development] Issues with QFormBuilder - All properties modified & Invalid UI

2019-10-28 Thread Hugo Slepicka
In this case why keep it around? Keeping something that does not work only generates more confusion (like this post). Could at least a note at the official documentation be added stating that the method generates an invalid UI file and it must not be used? On Mon, Oct 28, 2019 at 1:07 AM Friedema

[Development] HEADS UP : Qt 5.14 soft string freeze

2019-10-28 Thread Jani Heikkinen
Hi all, First beta releases from Qt 5.14 are already out so it is time to start keeping translatable strings as it is. Official string freeze will be in effect Monday 4th November 2019. br, Jani Heikkinen Release Manager ___ Development mailing list

Re: [Development] Issues with QFormBuilder - All properties modified & Invalid UI

2019-10-28 Thread Friedemann Kleint
Hi, >Just a little follow up. Can this (invalid widget being generated by QFormBuilder.save ) be considered a Qt issue and fixed?The "all properties changed" is not a big deal, the incorrect form is. This cannot realistically be supported, I am afraid. Simply changing all properties from bott