Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-18812

BorderImage for .sci documentation is wrong

XMLWordPrintable

    • 4e8672c87bd7e740b01ca29a2a3c8ba902ed664b

      The documentation claims that the following is a sci file, but it is not:

       BorderImage {
           border.left: 10
           border.top: 10
           border.bottom: 10
           border.right: 10
           source: "picture.png"
       }
      

      http://doc.qt.nokia.com/4.7-snapshot/qml-borderimage.html#source-prop

      It should be this I think:

      border.left: 10
      border.top: 10
      border.bottom: 10
      border.right: 10
      source:picture.png
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            docteam Qt Documentation Team
            steveire Stephen Kelly (Personal)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes