SetupEntry

data class SetupEntry(key: String, displayName: String, defaultValue: QVariant_)

Model of a backend configuration entry

Constructors

Link copied to clipboard
fun SetupEntry(key: String, displayName: String, defaultValue: QVariant_)

Properties

Link copied to clipboard
val defaultValue: QVariant_

Default value. The type of this value also determines the UI widget used.

Link copied to clipboard
val displayName: String

User-visible display name

Link copied to clipboard
val key: String

Key for the configuration field