Results 1 to 6 of 6

Thread: Understanding QNetworkConfigurationManager

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2011
    Posts
    231
    Thanks
    141
    Thanked 6 Times in 5 Posts

    Default Understanding QNetworkConfigurationManager

    Qt Code:
    1. QNetworkConfigurationManager manager;
    2.  
    3. if (manager.capabilities() & QNetworkConfigurationManager::NetworkSessionRequired)
    4. {
    5. }
    To copy to clipboard, switch view to plain text mode 

    Now, when I looked up the documentation for capabilities(), all I got was this:
    Returns the capabilities supported by the current platform.
    from: http://doc.qt.nokia.com/stable/qnetw...l#capabilities

    That is very vague, "which" capabilities exactly are we talking about here?

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Understanding QNetworkConfigurationManager

    They are described here here.

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

    TheIndependentAquarius (21st September 2011)

Similar Threads

  1. QUdpSocket understanding
    By ale301168 in forum Qt Programming
    Replies: 4
    Last Post: 7th July 2011, 07:33
  2. Replies: 0
    Last Post: 17th June 2011, 09:01
  3. Replies: 1
    Last Post: 17th February 2011, 21:53
  4. QNetworkConfigurationManager problem after qt build
    By Le_B in forum Installation and Deployment
    Replies: 10
    Last Post: 10th November 2010, 11:30
  5. Understanding RGB888
    By scarleton in forum Qt Programming
    Replies: 6
    Last Post: 29th August 2010, 20:03

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.