Results 1 to 2 of 2

Thread: i cant get access to other sites like youtube,facebook,yahoo using webView.....

  1. #1
    Join Date
    Sep 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Exclamation i cant get access to other sites like youtube,facebook,yahoo using webView.....

    I am using webview but i cant get access to other sites like facebook,yahoo,youtube.....
    i am using Qt 5.5.....
    i got errors when we enter any site (other than google)like:

    QSslSocket: cannot call unresolved function SSLv23_client_method
    QSslSocket: cannot call unresolved function SSL_CTX_new
    QSslSocket: cannot call unresolved function SSL_library_init
    QSslSocket: cannot call unresolved function ERR_get_error
    QSslSocket: cannot call unresolved function ERR_get_error


    //code

    void MainWindow:n_pushButton_4_clicked()
    {
    url=ui->lineEdit->text();
    ui->webView->load(QUrl("http://"+url));
    }



    please help me asap.........

  2. #2
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: i cant get access to other sites like youtube,facebook,yahoo using webView.....

    Google is your friend.

    OpenSSL is not installed on your system, or cannot be found by QSslSocket.

Similar Threads

  1. QT vs. Yahoo Finance - How to get a stock rate
    By cit in forum Qt Programming
    Replies: 18
    Last Post: 16th January 2015, 20:30
  2. Replies: 1
    Last Post: 10th November 2012, 20:18
  3. Replies: 1
    Last Post: 18th October 2011, 07:32
  4. Yahoo! messenger like project
    By yazwas in forum Qt Programming
    Replies: 1
    Last Post: 22nd December 2009, 18:13

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.