Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QtopiaNetworkProperties class reflects the content of a network interface configuration. More...
#include <QtopiaNetworkProperties>
Inherits QMap<QString, QVariant>.
The QtopiaNetworkProperties class reflects the content of a network interface configuration.
This helper class is used to access network configurations sourced from settings files by mapping keys to values. The following example demonstrates the mapping:
QtopiaNetworkProperties prop; //populate with content of Configuration.conf ... QSettings s("Configuration", QSettings::IniFormat); s.beginGroup( "Group" ); QString value = s.value("Key").toString(); ... //Is true value == prop.value("Group/Key").toString();
Constructs an empty property map.
Constructs a copy of other.
Destroys the object.
This function dumps the content to the Network log stream if Qt Extended is build in debug mode; otherwise does nothing.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |