For properties without dash you should simple use: 1 2 3 4 5 6 7 QDBusInterface *iface = new QDBusInterface(service, path, interface, bus); if (iface) { if (iface->isValid()) { int s = iface->property("property_name").toInt(); } delete iface; } But if property name contains dash, you must use different approach: 1 2 3 4 5 6 7 8 9 …
Měsíční archiv: Březen 2009
Bře
31
2009
Bře
13
2009
KFingerManager
I’ve just start developing application for management of enrolled fingers Git repository: git://repo.or.cz/KFingerManager.git http://repo.or.cz/r/KFingerManager.git Gitweb: http://repo.or.cz/w/KFingerManager.git
