It's most likely because such functionality would require access to the appropriate class source code, and then add the members to the header and main code. Considering Qt Creator has a full C++ parser built in, this is likely much easier to do under that environment.

As long as you know the slot name, you can work around it by using Eclipse features to add a member to a class. They will be automatically connected at runtime if they are named appropriately.