KOSRelease QML Type

Parses /etc/os-release files. More...

Import Statement: import org.kde.coreaddons
Since: 6.11
In C++: KOSRelease

Properties

Methods

Detailed Description

This is a QML singleton

import QtQuick
import org.kde.coreaddons

Item {
    Component.onCompleted: console.log(KOSRelease.name)
}

Property Documentation

ansiColor : string


bugReportUrl : string


buildId : string


cpeName : string


documentationUrl : string


homeUrl : string


id : string


idLike : list<string>


logo : string


name : string


prettyName : string


privacyPolicyUrl : string


supportUrl : string


variant : string


variantId : string


version : string


versionCodename : string


versionId : string


Method Documentation

list<string> extraKeys()


string extraValue(string key)