Qbs

Blog Documentation Get Qbs
  • Qbs Manual
  • QbsLanguageItems
  • PropertyOptions
  • Qbs 2.1.1
  • PropertyOptions QML Type

    Provides inline documentation for properties within product and module items. More...

    Import Statement: import QbsLanguageItems

    Properties

    Detailed Description

    A PropertyOptions item can appear inside a Product or Module item to provide inline documentation for properties.

    Property Documentation

    allowedValues: stringList

    A list of the values permitted by the property.

    The default value, undefined, indicates that any value is permitted.


    description: string

    A brief description of the property.

    Default: Undefined


    name: string

    The name of the property to document.

    Default: Undefined