Results 1 to 2 of 2

Thread: Qt.openUrlExternally doesn't work

  1. #1
    Join Date
    May 2011
    Posts
    120
    Thanks
    33
    Qt products
    Qt4
    Platforms
    Windows

    Default Qt.openUrlExternally doesn't work

    Qt Code:
    1. Button {
    2. id: moreGames
    3. bgImage: visual.theme.images.moreGamesDown
    4. bgImagePressed: visual.theme.images.moreGamesUp
    5. height: parent.height/2.3
    6. width: parent.width /3.9
    7. anchors.horizontalCenter: optionsButton.horizontalCenter
    8. anchors.top: optionsButton.bottom
    9. onClicked: {
    10. playclick();
    11. console.log("moreGames")
    12. Qt.openUrlExternally("http://www.qtcentre.org");
    13. // fullversion();
    14. }
    15. }
    To copy to clipboard, switch view to plain text mode 

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

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt.openUrlExternally doesn't work

    What about it doesn't work?

Similar Threads

  1. setWindowFilePath seems doesn't work
    By borisbn in forum Qt Programming
    Replies: 7
    Last Post: 15th June 2011, 19:26
  2. QxtBlowfish doesn't work
    By fab_74 in forum Qt Programming
    Replies: 3
    Last Post: 8th June 2011, 23:07
  3. setFont doesn't work
    By DadaLee in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th August 2008, 07:29
  4. setMouseTracking() doesn't work.
    By luffy27 in forum Qt Programming
    Replies: 13
    Last Post: 27th April 2007, 19:16
  5. setWindowOpacity doesn't work!
    By nupul in forum Qt Programming
    Replies: 5
    Last Post: 21st April 2006, 19:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.