AndreOneti / qml-formatter

Formatter, definition and autocomplete for QML language
MIT License
17 stars 2 forks source link

Array format #7

Closed AndreOneti closed 2 years ago

AndreOneti commented 2 years ago

Create array format.

state: [
  State {
    name: "NO_IMAGE"
    PropertyChanges {
      target: imageContainer
      color: VMIColors.imageManager.background.inspectionImageDefault
      border.width: 1
      hasImage: false
    }
    PropertyChanges {target: imageItemSV; visible: false }
    PropertyChanges {target: imageItemDV; visible: false }
  }
]