<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 01/-10/-28163 11:59 AM, Marco Martin wrote:
    <blockquote
cite="mid:%3CCAD6_BouYMCmb4v83KhjhnCuLZ1gK0nRQCG-7nPsh87705MytKg@mail.gmail.com%3E"
      type="cite">
      <pre wrap="">On Thu, Dec 8, 2011 at 7:09 AM, Guillaume DE BURE
<a class="moz-txt-link-rfc2396E" href="mailto:guillaume.debure@gmail.com"><guillaume.debure@gmail.com></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi there,

Is it possible to use KLocale in QML ? Specifically, I need the formatMoney
method. Looked in the doc and in various QML examples, but couldn't find
information.

</pre>
      </blockquote>
      <pre wrap="">still not. possible no.

what would need is probably a c++ plugin, klocale object instantiable
from qml that exposes all those methods.

sounds like a good task, even a jj since even if pretty long would be
quite trivial to do.

Cheers,
Marco Martin</pre>
    </blockquote>
    Hey, guys:<br>
    <br>
    I quote from Morten Sorvig, who posted this to
    <a class="moz-txt-link-abbreviated" href="mailto:development@qt-project.org">development@qt-project.org</a> just a few hours ago:<br>
    <blockquote>
      <pre>Hello fellow Trolls,</pre>
      <pre wrap="">Those of you that follow the commits on Gerrit closely may have noticed the new QPlatformTheme API and wondered what it is. In short, the QPlatformTheme API is there to support deeper platform integration, indepentently of QPlatformIntegration. 

Examples of (current) QPlatformIntegration plugins: xcb, wayland, cocoa, windows
Examples of (possible) QPlatformTheme plugins: kde, gtk, genericunix, cocoa, windows
Notice that for some platforms the integration and theme plugins are tightly coupled. This is up to the platform.

The QPlatformTheme API will be drawn from several sources in Qt 4:
* Various Q_WS ifdefs (system menus, native file/color/font dialogs)
* QGuiPlatformPlugin
* QPlatformMenuBar

QPlatformTheme currently has API for dialogs and system menus. Which APIs belong in QPlatformTheme is up for debate; we want to share as many platform abstractions as possible between QtWidgets and QtQuick, but at the same time some of the APIs might be to tied to the QWidget world.

Morten
</pre>
    </blockquote>
    I think that you 'smarter-then-me' guys might want to nominate this
    API for inclusion there. Quickly. Along with any number of other
    other KDE components which are "missing from Qt, but present in KDE,
    and NOT generic enough to migrate into Qt itself". <br>
  </body>
</html>