QtCreator - create only getter or only setter
-
Hi and welcome to devnet,
Do you mean that for Qt's property system ?
-
@SGaist I mean something like when you click on class field you have a menu called "Refactor", and after "Create getter and setter member function", but it crates getter and setter, when i want create only getter. Yes i can delete the setter from .h and .cpp file but it takes too much time when you have to create about 200 getters. :(
-
@SGaist I mean something like when you click on class field you have a menu called "Refactor", and after "Create getter and setter member function", but it crates getter and setter, when i want create only getter. Yes i can delete the setter from .h and .cpp file but it takes too much time when you have to create about 200 getters. :(
-
@morsisko
I have that in the context menu. Maybe you're using an older version of QtCreator (I have 3.6.0 here)?Kind regards.
@kshegunov Many thanks, i had the eariler version of qtCreator.