I am unable to find a way to auto-generate getters and setters for a C++ class, using Qt Creator 2.3.1.
How do I do that?
Do a right click on your member then Refactor
then Generate Getter and Setter member function
and you're done :)
On Qt Creator 3.2.x, create the member, then click on it and press alt+Enter :