On Thursday 09 June 2011 09:52:28 ext Schimkowitsch Robert wrote:
> Is there some easy way to insert definitions for base class functions I
> want to reimplenent?
> 
> Specifically when deriving from Qt classes such as QWidget,
> QGraphicsItem, etc., you commonly need to reimplement a few functions
> (such as paint).
> 
> Is there any easy way in creator to insert the correct definition for a
> function I want to reimplement, or do I have to type it?

Currently there is no quick 'reimplement all virtual methods' action. However, 
once you've typed return type, function name and (, Creator will usually 
complete the argument list for you.

Cheers,
Christian
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to