PDA

View Full Version : Qt.openUrlExternally doesn't work



vinayaka
15th November 2011, 08:56
Button {
id: moreGames
bgImage: visual.theme.images.moreGamesDown
bgImagePressed: visual.theme.images.moreGamesUp
height: parent.height/2.3
width: parent.width /3.9
anchors.horizontalCenter: optionsButton.horizontalCenter
anchors.top: optionsButton.bottom
onClicked: {
playclick();
console.log("moreGames")
Qt.openUrlExternally("http://www.qtcentre.org");
// fullversion();
}
}



I used this to open qtcentre . But it doesnt work . Can you help me please?

ChrisW67
16th November 2011, 22:59
What about it doesn't work?