Results 1 to 6 of 6

Thread: Multiple inheritance problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Apr 2021
    Posts
    27
    Thanks
    5

    Default Re: Multiple inheritance problem

    Quote Originally Posted by ChristianEhrlicher View Post
    What does this mean? You don't need to derive from QObject since QChartView also has QObject as base class.
    I am getting errors (shown in the image) even when I use the following code

    Qt Code:
    1. class ChartView : public QChartView
    2. {
    3. Q_OBJECT
    4.  
    5. signals:
    6. void updateGraphOrder();
    7.  
    8.  
    9. }
    To copy to clipboard, switch view to plain text mode 
    Attached Images Attached Images
    Last edited by Mohsin; 8th June 2021 at 02:34.

Similar Threads

  1. Multiple inheritance
    By Nunkij in forum Qt Programming
    Replies: 3
    Last Post: 12th May 2021, 16:05
  2. Multiple inheritance problem
    By DURGAPRASAD NEELAM in forum Qt Programming
    Replies: 1
    Last Post: 6th November 2014, 14:49
  3. Multiple Inheritance & Qt
    By kefeng.chen in forum Qt Programming
    Replies: 8
    Last Post: 21st March 2006, 18:37
  4. Multiple inheritance & Qt
    By dublet in forum Qt Programming
    Replies: 11
    Last Post: 8th March 2006, 08:12
  5. Multiple Inheritance
    By sunil.thaha in forum General Programming
    Replies: 4
    Last Post: 21st February 2006, 04:00

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.