Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4054166
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T14:32:25+00:00 2026-05-20T14:32:25+00:00

I have been a Qt programmer for quite some time now and i understand

  • 0

I have been a Qt programmer for quite some time now and i understand most of the general features of Qt. I am still confused about how the connect statement connects a signals to a slot at run time. Basically i would like to understand what happens at compile time and what happens at run time..

compile time: meta object compiler will generate code to implement a signal in an additional cpp file (one for each class containing Q_OBJECT).

run time: signal is mapped to a slot, slot gets executed? this is the part i am not clear about…SIGNAL and SLOTS are macros that expand to string representation of the signal/slot names…how does this and the meta object help in mapping calls to slots at run time? details would be appreciated…

EDIT:
this link will give you a better idea..(only if you are interested in the gory details…)
http://dev.libqxt.org/libqxt/wiki/Meta_Object_Format

couple this with the documentation of QMetaObject and things should become clear…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T14:32:25+00:00Added an answer on May 20, 2026 at 2:32 pm

    There are various ways you can connect a signal to a method (signal/slot).

    However, they all revolve around getting the correct method number.

    After you have the correct method number and the object to call it on, you simply call a virtualized function (qt_metacall) in QObject which finds the correct method to call from the number given. You can find this function in the files that the MOC generates. Also, in that generated file, you can find a line which creates a static QMetaObject of your class. This object registers the names of your slots and signals to the method numbers.

    These might provide some interesting stuff to read:

    http://doc.qt.io/qt-5/qmetaobject.html
    http://doc.qt.io/qt-5/metaobjects.html
    http://doc.qt.io/qt-5/signalsandslots.html

    You can also learn a lot by running thought the slot activations with a debugger.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been working as a native C++ programmer for last few years. Now
I'm not a Notes programmer, however, for my sins, have been working on some
I have been using Python for about a year now, coming from a mostly
I have been spending some time in debugging a programme which gives segmentation fault.
I have been programming for quite a while and I have been told about
I am a programmer at a financial institute. I have recently been told to
We have been using CruiseControl for quite a while with NUnit and NAnt. For
I have been working on a web services related project for about the last
Have been looking at the MVC storefront and see that IQueryable is returned from
Have been studying the file system related classes of Adobe AIR 1.5, but so

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.