Exemplo n.º 1
0
def getKDELocale():
    KGlobal.config().setGroup("Locale")
    return KGlobal.config().readEntry("Language", "tr")
Exemplo n.º 2
0
def getIconSize():
    KGlobal.config().setGroup("DesktopIcons")
    return KGlobal.config().readNumEntry("Size", 48)