Results 1 to 8 of 8

Thread: QNetworkAccessManager doesn't work

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Default Re: QNetworkAccessManager doesn't work

    Okay, I tried the QNetworkAccessManager::finished() signal but it also didn't work....
    What do you mean with
    Also, check the output window for any diagnostic messages. Thats helped me before.
    ?

    Thank you

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

    Default Re: QNetworkAccessManager doesn't work

    Please provide a minimal compilable example reproducing the problem.
    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.


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

    Floppy (14th November 2009)

  4. #3
    Join Date
    Nov 2009
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    2

    Default Re: QNetworkAccessManager doesn't work

    Hm okay, I tried it in a new project with the same code as above.
    Now it works

    I will try to find the reason and post it here.
    Thank you all!

  5. #4
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: QNetworkAccessManager doesn't work

    In debug mode, diagnostic messages are sent via stderr. For example, if you attempt to connect a signal to a non-existant slot, you'll get a message at runtime stating that rather than scratching your head wondering why something doesn't work.

Similar Threads

  1. Making MySQL plugin work on a windows x86 enviroment
    By Baasie in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd September 2009, 15:15
  2. getting MySQL to work with Qt
    By Ashish in forum Installation and Deployment
    Replies: 7
    Last Post: 19th May 2009, 08:57
  3. Qt4 : QPainter::setRedirected doesn't work
    By Ankitha Varsha in forum Qt Programming
    Replies: 2
    Last Post: 20th June 2008, 17:52
  4. QActions don't work with menubar hidden
    By Pepe in forum Qt Programming
    Replies: 1
    Last Post: 16th August 2007, 01:04
  5. Change work area OS
    By pakulo in forum Qt Programming
    Replies: 15
    Last Post: 15th May 2007, 07:20

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.