<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1">Hello everyone,<br>
      <br>
      I wrote a QtQuick Extension Plugin (that inherits from
      QQmlExtensionPlugin) to expose a custom Widget (that inherits from
      QQuickItem) in QML.<br>
      I installed it in my Qt qml directory. Everything seems to work
      fine: the object is correctly registered in QtCreator (2.6.83 from
      git) and I can access the properties from QML code.<br>
      <br>
      Now I need to choose one of the property value I'm exposing
      through the Q_PROPERTY system from a list of predefined values<font
        size="-1"> (combobox).<br>
        <br>
        A simple ex<font size="-1">ample <font size="-1">could be the
            "Wrap Mode"</font></font> of a "Tex<font size="-1">t Edit</font>",
        that let you choose from a list of<font size="-1"> predefined
          values ("NoWrap, "WordWrap", "</font></font></font><font
      size="-1"><font size="-1"><font size="-1"><font size="-1"><font
              size="-1"><font size="-1">WordWrapAnywhere</font></font></font>"<font
            size="-1"> ...</font> )</font><br>
        <br>
        <br>
      </font>Is that </font><font size="-1"><font size="-1">supported
        or at least </font>possible<font size="-1">?</font><br>
      <br>
      Thanks a lot<br>
      <br>
      CM<br>
      <br>
    </font>
  </body>
</html>