[Development] Exposing QMimeDatabase to QML; QtQml.Utils?

Robin Burchell robin.burchell at crimson.no
Mon Apr 24 16:01:12 CEST 2017


On Mon, Apr 24, 2017, at 02:36 PM, J-P Nurmi wrote:
> QML Settings, being currently in the Qt.labs namespace, could graduate
> later there. And QStandardPaths could be a nice addition too.

Since these are all QtCore types thus far, what about a QtCore import?
The source tree would of course have to live in qtdeclarative, but
that's not really much of a problem. That then gives us a good place to
put additional types, too.

I'd generally like to avoid a "Utils" import, since in my opinion they
far too easily end up as a dumping ground (yes, yes, arguments about
QtCore already sort of being one aside: at least then it's consistent).

-- 
  Robin Burchell
  robin at crimson.no



More information about the Development mailing list