Can't use "select" html tag with WebView
QML and Qt Quick
1
Posts
1
Posters
517
Views
1
Watching
-
wrote on 16 May 2014, 07:37 last edited by
@import QtQuick 2.0
import QtWebKit 3.0
//import QtWebKit.experimental 1.0Rectangle {
width: 600
height: 600WebView { anchors.fill: parent url: "http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_option_selected" }
}@
Selection does not works, how can i fix it?
1/1