[SailfishDevel] (no subject)

Andrey Kozhevnikov coderusinbox at gmail.com
Mon Dec 26 15:39:00 UTC 2016


He want to use new Sailfish WebEngine stuff


26.12.2016 15:15, jerome levreau пишет:
> hi,
> can you be more specific because you gave us barely information to 
> help you.
>
> I'm assuming you want to embed an html page in a qml, just use 
> SilicaWebView, no additional import needed :
>
> import QtQuick 2.2
> import Sailfish.Silica 1.0
>
> Page {
>     id:page
>
>  SilicaWebView {
>         id:web
>         visible: true
>         anchors.fill: parent
>         width: parent.width
>         url:"your url can be set latter from javascript"
>     }
> }
>
> 2016-12-23 13:57 GMT+01:00 Иван Черненький via Devel 
> <devel at lists.sailfishos.org <mailto:devel at lists.sailfishos.org>>:
>
>     Guys help plz
>     In the project I want to use ** sailfish.webview 1.0 **. It is
>     part of the package sailfish-components-webview-qt5. This package
>     is installed into the architecture through Sailfish Control
>     Centre. The .pro file added PKGCONFIG + = qt5embedwidget and .yaml
>     PkgBR file:
>        - Qtmozembed-qt5
>
>
>     But still pops Seg Fault. somebody used this package? how to
>     configure it?
>
>
>     -- 
>     С уважением, Иван Черненький
>
>     _______________________________________________
>     SailfishOS.org Devel mailing list
>     To unsubscribe, please send a mail to
>     devel-unsubscribe at lists.sailfishos.org
>     <mailto:devel-unsubscribe at lists.sailfishos.org>
>
>
>
>
> _______________________________________________
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to devel-unsubscribe at lists.sailfishos.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20161226/68347da8/attachment.html>


More information about the Devel mailing list