On 13/11/2009, at 3:04 AM, ext Luis Iván wrote: > Hello, I want to add NetworkManager D-Bus Interface to my project > (http://gitorious.org/yeos). > I saw the official specification > (http://projects.gnome.org/NetworkManager/developers/spec.html) and I > made tests, but I can't use the NetworkManager D-Bus Interface in my > project. > I have the NetworkManager libs installed on Ubuntu 9.04 Jaunty, and > I am > working in C++ with the Qt libraries. > I saw the code of nm-applet and KNetworkManager but they need other > extra libraries. > Can you put me a code example of how use the NetworkManager D-Bus > Interface in C++ with Qt libraries? > Thanks for your attention, > Luis Iván Cuende > _______________________________________________ > NetworkManager-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/networkmanager-list
You may want to look at the Qt Mobility BearerManagement classes: specifically: http://qt.gitorious.org/qt-mobility/bearermanagement/blobs/master/bearer/qnetworkmanagerservice_p.cpp -- Lorn Potter Nokia, Qt Development Frameworks / Mobility _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
