Re: [Interest] Qt high-DPI configuration patches for testing

2016-10-12 Thread Michael Brasser
Hi, > Qt may now optionally use non-integer factors Does this include being able to provide e.g. @1.5x images for use in Qt Quick? Or must these extensions still be integer-based? Thanks, Michael ___ Interest mailing list Interest@qt-project.org h

Re: [Interest] Why does QML prefer 'count' over '.length'?

2016-07-28 Thread Michael Brasser
Hi, While I don't have anything to add on the relative merits of length vs count , I do understand the general frustration. With large QML projects there can be a large number of "data collections". Those might be implemented in terms of ListModel, a custom QAbstractListModel-derived class, QS

Re: [Interest] Awkwardness of delegates in heterogenous ListViews

2016-06-09 Thread Michael Brasser
Hi, For reference there is a long standing suggestion to add built-in support for multiple delegates (https://bugreports.qt.io/browse/QTBUG-26681). This doesn't help at all in the short term, but might be of interest (and is a great place to record suggestions if you have any ideas/requirement

Re: [Interest] Loader keyboard problem

2014-08-14 Thread Michael Brasser
Hi Mark, Loader is a focus scope (see http://qt-project.org/doc/qt-5/qml-qtquick-loader.html#focus-and-key-events), so you will need to set focus on the Loader itself as well as the ListView in order for keyboard navigation to work. Regards,Michael Date: Wed, 13 Aug 2014 09:40:27 -0700 From: rpz

Re: [Interest] QML function super call

2014-05-22 Thread Michael Brasser
Hi, For reference, this issue is logged as https://bugreports.qt-project.org/browse/QTBUG-25942. Regards,Michael > From: wolfgang.ba...@gmx.net > To: interest@qt-project.org > Date: Thu, 22 May 2014 11:42:07 +0200 > Subject: [Interest] QML function super call > > How can I call the function imp

Re: [Interest] QML & 'Promises'

2014-05-12 Thread Michael Brasser
Hi, At one point there was research into supporting 3rd party JS libraries in QML (see https://bugreports.qt-project.org/browse/QTBUG-22356), the idea being that any interesting JS library could easily be imported and used. I don't know if there has been any further work in this direction recent

Re: [Interest] QtQuick ColorAnimation not working as expected

2014-03-25 Thread Michael Brasser
Hi Alessandro, A ColorAnimation will automatically "match" color properties in a Transition or Behavior (where it can see whether a property of type QColor has changed), but this does not apply to standalone animations like the example. The difference in this case between PropertyAnimation and Co

Re: [Interest] Accessing the raw value of QQmlScriptString (QDeclarativeScriptString::script)

2013-09-04 Thread Michael Brasser
Hi Jan, > From: j...@flaska.net > To: interest@qt-project.org > Date: Wed, 4 Sep 2013 16:06:26 +0200 > Subject: [Interest] Accessing the raw value of QQmlScriptString > (QDeclarativeScriptString::script) > > ... > > As it is right now, the application is using QtDeclarative for parsing the > def