Results 1 to 3 of 3

Thread: QNetworkProxy in QPlugin

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,371
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QNetworkProxy in QPlugin

    You mean this is false?

    Qt Code:
    1. // ... fill proxy data ...
    2. QNetworkProxy::setApplicationProxy(proxy);
    3. if(proxy == QNetworkProxy::applicationProxy()) {
    4. qDebug() << "True";
    5. } else {
    6. qDebug() << "False";
    7. }
    To copy to clipboard, switch view to plain text mode 
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    Talei (7th February 2013)

Similar Threads

  1. QPlugin
    By ugluk in forum Qt Programming
    Replies: 0
    Last Post: 1st February 2013, 19:08
  2. Replies: 9
    Last Post: 16th November 2009, 08:26
  3. QNetworkProxy
    By becrux in forum Qt Programming
    Replies: 1
    Last Post: 29th June 2008, 21:40
  4. Mac OS X, qplugin linker woes...
    By tomcondon in forum Qt Programming
    Replies: 1
    Last Post: 20th July 2007, 15:30

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
  •  
Qt is a trademark of The Qt Company.