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

  • Home
  • SEARCH
  • 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 3458582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T10:00:01+00:00 2026-05-18T10:00:01+00:00

Is there any drawback (performance/maintenance etc.,) in having all setter functions as SLOTS in

  • 0

Is there any drawback (performance/maintenance etc.,) in having all setter functions as SLOTS in Qt?

Some of the disadvantages i see are,

1) Unnecessary call of MOC and Unnecessary moc files created during compile time
2) Break in the exception handling chain, since exceptions are not passed in signal-slot connection
3) Unnecessary complexity in debugging, since it is harder to debug with signal-slot thatn direct method call.

Can you list any other disadvantages (if any)?

  • 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-18T10:00:01+00:00Added an answer on May 18, 2026 at 10:00 am

    If you call the setters directly, you can avoid most of the drawbacks you mention. It will behave as any other normal call. The only drawback in that case would be the longer compiler time and bigger bin size.

    If you call all your setters by emitting signals, then:

    1) More complex code; since you have to remember to connect all your signals to all your slots for every set.

    2) Small performance hit. It would be negligible for any GUI app; but its there.

    3) Less deterministic code. I.e. depending on the way the signals are connected, the call might be passed directly to the callee, or sent through an event system. This further complicates debugging, besides what you’ve mentioned already.

    4) IDE issues. If you are not using QtCreator or KDevelop, the IDE might not understand the special keywords (slot, signal, emit).

    Except for (1), all these issues are minor. But the main reason for not doing this, I say, would be it doesn’t make sense. Why do it if you don’t have the need?

    Software engineering should be about managing complexity, not creating it.

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

Sidebar

Related Questions

I'm using EPIC, but it seems to have some drawbacks. Are there any other
Are there any performance drawbacks in SQL to joining a table on a char
Is there any drawback in Symfony when generating modules without the --non-verbose-templates option? I
I want to know if there are any disadvantages/ drawbacks of using value objects
Is there any way to check whether a file is locked without using a
Is there any free or commercial component written in .NET (no COM interop) that
Is there any query which can return me the number of revisions made to
Is there any efficiency difference in an explicit vs implicit inner join? For example:
Is there any way to capture the MouseDown even from the .NET 2.0 TextBox
Is there any difference between int on_exit(void (*function)(int , void *), void *arg); and

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.