Results 1 to 9 of 9

Thread: Error: Cannot assign to non-existent property

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Error: Cannot assign to non-existent property

    Quote Originally Posted by ustulation View Post
    m_ref is already well formed when Zero {} is used in main.qml
    Apparently, it is not. Properties are assigned as the parser goes through the definition. Since the internal object has not yet been fully initiated (meaning that its custom properties are not yet created) the binding fails.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. The following user says thank you to wysota for this useful post:

    ustulation (3rd July 2013)

Similar Threads

  1. Replies: 1
    Last Post: 8th September 2012, 05:56
  2. Replies: 0
    Last Post: 20th February 2012, 12:52
  3. QFileDialog 'Save As' to non-existent directory
    By mclark in forum Qt Programming
    Replies: 2
    Last Post: 9th September 2010, 22:32
  4. Linker error when creating custom Property Browser components
    By stefanadelbert in forum Qt Programming
    Replies: 1
    Last Post: 29th March 2010, 03:50
  5. Segmentation error at a simple return this->property ?
    By Daimonie in forum Qt Programming
    Replies: 6
    Last Post: 18th February 2009, 10:41

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.