Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. auto-connect - questions
Forum Updated to NodeBB v4.3 + New Features

auto-connect - questions

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 259 Views 3 Watching
  • 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 Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1
    This post is deleted!
    Axel SpoerlA 1 Reply Last reply
    0
    • A Anonymous_Banned275

      This post is deleted!

      Axel SpoerlA Online
      Axel SpoerlA Online
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2
      1. why is is called "auto_connect" if there is no word (in recommended code format ?) not even close to say "auto_connect" ?

      What „is is“ called „auto_connect“? I can’t find that anywhere in the documentation. If you mean the on_objectName_slotName syntax: it has been chosen because it’s nicely human readable.

      1. OK, it works when inheritance is in place , however,
        does that means they have "parent / child " relations too?

      Parent / child hierarchy has little to do with inheritance, and nothing with signal/slot connections. You can make connections between any two classes as long as both inherit from QObject. Their parental relationship is irrelevant for that purpose.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved