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 6678897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:17:47+00:00 2026-05-26T04:17:47+00:00

I have a class which derives from a QWidget and a model class. Based

  • 0

I have a class which derives from a QWidget and a model class. Based on my reading, I can’t have the model class to derive from QObject.

class PageWidget : public QWidget,
        public MyModelClass
{
...
};

the model class MyModelClass already have method to set properties such as setWidth(bool). It seems that I can’t use those method directly as slots. If I declare:

QObject::connect(button, SIGNAl(dataChanged(bool)), this, SLOT(setWidth(bool)));

Qt complains at runtime that no slot setWidth(bool). I have to manually add each method into PageWidget, which simply calls the same method of MyModelClass.

Is there any way to bring base methods into slots without redeclaring every method?

  • 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-26T04:17:47+00:00Added an answer on May 26, 2026 at 4:17 am

    QMetaObject (the Qt part that allow you to use slots) and multiple inheritance do not mix. You solution of creating “pass through” slots is a way of solving it. However, if you do not need to do the multiple inheritance, I wouldn’t do it. Just from the look of things, it seems weird for a PageWidget to derive from both a Widget and a Model. It probably makes more sense to have it contain the model instead.

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

Sidebar

Related Questions

I have a BasePage class which all other pages derive from: public class BasePage
I have a class B which inherits from A which in turn derives from
I have create the class HoverButton which derives from Form.Button. Here I override the
I have a class, A , in C++/CLI which derives from a templated base
As part of a project I have a class which derives from NetworkStream. In
I have a class (for logging) which derives from std::ostream. Stripped down, it looks
I have created my own class that derives from QTableView, the associated model is
I have a class which derives from enable_shared_from_this and a method which returns a
Hi I have a class which derives from ContentControl and I'm not able to
I have a class which is derived from a base class, and have many

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.