KOSRelease QML Type
Parses /etc/os-release files. More...
| Import Statement: | import org.kde.coreaddons |
| Since: | 6.11 |
| In C++: | KOSRelease |
Properties
- 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
Methods
- list<string> extraKeys()
- string extraValue(string key)
Detailed Description
This is a QML singleton
import QtQuick import org.kde.coreaddons Item { Component.onCompleted: console.log(KOSRelease.name) }