QNetworkConfigurationManager Class Reference
[QtNetwork module]
Inherits QObject.
Types
- class Capabilities
- enum Capability { CanStartAndStopInterfaces, DirectConnectionRouting, SystemSessionSupport, ApplicationLevelRoaming, ..., NetworkSessionRequired }
Methods
Qt Signals
Detailed Description
Type Documentation
QNetworkConfigurationManager.Capability
Method Documentation
QNetworkConfigurationManager.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
list-of-QNetworkConfiguration QNetworkConfigurationManager.allConfigurations (self, QNetworkConfiguration.StateFlags flags = 0)
Capabilities QNetworkConfigurationManager.capabilities (self)
QNetworkConfiguration QNetworkConfigurationManager.configurationFromIdentifier (self, QString identifier)
QNetworkConfiguration QNetworkConfigurationManager.defaultConfiguration (self)
bool QNetworkConfigurationManager.isOnline (self)
QNetworkConfigurationManager.updateConfigurations (self)
Qt Signal Documentation
void configurationAdded (const QNetworkConfiguration&)
This is the default overload of this signal.
void configurationChanged (const QNetworkConfiguration&)
This is the default overload of this signal.
void configurationRemoved (const QNetworkConfiguration&)
This is the default overload of this signal.
void onlineStateChanged (bool)
This is the default overload of this signal.
void updateCompleted ()
This is the default overload of this signal.