Hello,
I've started using QtCreator, but there are some things I feel lacking.

For example: suppose there is a class "Widget" and I'm adding a new method to it.
Usually one have to add the declaration in the widget.hh and the implementation in widget.cpp.
But it's so slow... Is there a way to ask QtCreator to automatically add the relative declaration for the method I'm writing?
If not, is this feature under development or something?

Thanks
~Aki