Your code uses private inheritance, all the methods of the base class are then private.
You want public inheritance
Qt Code:
To copy to clipboard, switch view to plain text mode
Cheers,
_
Your code uses private inheritance, all the methods of the base class are then private.
You want public inheritance
Qt Code:
To copy to clipboard, switch view to plain text mode
Cheers,
_
vitaR (2nd July 2014)
Thanks, it works.
Bookmarks