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@lists.sailfishos.org <mailto:devel@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-unsubscr...@lists.sailfishos.org
    <mailto:devel-unsubscr...@lists.sailfishos.org>




_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to