Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved What is mean?

    General and Desktop
    3
    3
    503
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Armin last edited by

      connect(sender, SIGNAL(destroyed(QObject*)), this, SLOT(objectDestroyed(Qbject*)));
      

      Hi
      What is mean above code?
      Why should pointer to QObject send to destroyed signal ?
      In fact , I can't understand good

      1 Reply Last reply Reply Quote 0
      • VRonin
        VRonin last edited by

        That's one of the basic building blocks of Qt, have a look at this book pages 21 and 38

        "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
        ~Napoleon Bonaparte

        On a crusade to banish setIndexWidget() from the holy land of Qt

        1 Reply Last reply Reply Quote 5
        • Chris Kawa
          Chris Kawa Moderators last edited by

          or the docs: Signals & slots.

          1 Reply Last reply Reply Quote 5
          • First post
            Last post