Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-15413

Invalid property name"onClosing".(M16)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • QDS 4.8, QDS 4.7.1
    • Code View
    • None
    • Windows

    Description

      Component {
              id: loginComponent
              Window {
                  id: loginWindow
                  width: 800
                  height: 600
                  visible: true
                  title: "安全登录系统"
                  modality: Qt.ApplicationModal  

                
                  onClosing: {
                      if (!isLoggedIn)

      {                     Qt.quit()                 }

                  }

            }

      }

       

      Invalid property name"onClosing".(M16) , but in qt creator view code is no this error and app can run without error

       

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            lfj liu fj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes