<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>He want to use new Sailfish WebEngine stuff<br>
    </p>
    <br>
    <div class="moz-cite-prefix">26.12.2016 15:15, jerome levreau пишет:<br>
    </div>
    <blockquote
cite="mid:CAMmFk5xTt8H1h37uuuL7daUgrBYgMAY02HR2U4PJgz_33j50eA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>hi,<br>
          </div>
          can you be more specific because you gave us barely
          information to help you.<br>
          <br>
        </div>
        <div>I'm assuming you want to embed an html page in a qml, just
          use SilicaWebView, no additional import needed :<br>
          <br>
          import QtQuick 2.2<br>
          import Sailfish.Silica 1.0<br>
          <br>
          Page {<br>
              id:page<br>
          <br>
           SilicaWebView {<br>
                  id:web<br>
                  visible: true<br>
                  anchors.fill: parent<br>
                  width: parent.width<br>
        </div>
        <div>        url:"your url can be set latter from javascript"<br>
        </div>
        <div>    }<br>
          }<br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">2016-12-23 13:57 GMT+01:00 Иван
          Черненький via Devel <span dir="ltr"><<a
              moz-do-not-send="true"
              href="mailto:devel@lists.sailfishos.org" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:devel@lists.sailfishos.org">devel@lists.sailfishos.org</a></a>></span>:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div><span id="m_-6109209618476176123_mce_caret"><span
                  style="text-decoration:underline">Guys help plz<br>
                  In the project I want to use ** sailfish.webview 1.0
                  **. It is part of the package
                  sailfish-components-webview-<wbr>qt5. This package is
                  installed into the architecture through Sailfish
                  Control Centre. The .pro file added PKGCONFIG + =
                  qt5embedwidget and .yaml PkgBR file:<br>
                     - Qtmozembed-qt5<br>
                  <br>
                  <br>
                  But still pops Seg Fault. somebody used this package?
                  how to configure it?</span></span><span class="HOEnZb"><font
                  color="#888888"><br>
                  <br>
                  <br>
                  -- <br>
                  С уважением, Иван Черненький</font></span></div>
            <br>
            ______________________________<wbr>_________________<br>
            SailfishOS.org Devel mailing list<br>
            To unsubscribe, please send a mail to <a
              moz-do-not-send="true"
              href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>