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

pragma Strict does not work

    XMLWordPrintable

Details

    • macOS

    Description

      If pragma Strict is used. Application does not compiles.

      pragma Strict
      import QtQuick
      import QtQuick.Controls
      import QtQuick.Dialogs
      ApplicationWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Native Dialogs Issue")   
       FileDialog {        
              Component.onCompleted: open()
              visible: true
          }
          TextArea {
              id: textArea
              textFormat: Qt.RichText
              wrapMode: TextArea.Wrap
              focus: true
              text: "Gekki"    }
      }

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            irfan.omair@digia.com Irfan Omair
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes