On November 4, 2009, Qwerty Maniac wrote:
> kreadconfig --file kdeglobals --group General --key BrowserApplication

yes, that works on the command line; in c++:

KConfigGroup generalGroup(KGlobal::config(), "General");
const QString browser = generalGroup.readEntry("BrowserApplication", 
QString());

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to