[Qt-creator] My small wish-list
Nikolai Kosjar
nikolai.kosjar at qt.io
Fri Feb 24 13:11:45 CET 2017
Hi!
Some of these are addressed now (see below). For the others, please
create reports/suggestions.
On 02/24/2017 06:52 AM, Ch'Gans wrote:
> * From the context menu on a 'Q_PROPERTY' macro, entry 'Generate
> missing Q_PROPERTY members...'
> - use emit (memberValue) instead of emit (parameterValue):
> sometimes the member value will be different from the parameter
> value, it is then easy to forget to replace the generated 'emit
> (parameterValue);' with 'emit (memberValue);', for the case where the
> code stays as-is, emit (memberValue) is synonym for emit
> (parameterValue):, so no regression here
https://codereview.qt-project.org/#/c/186638/
> - very minor: the sub-menu entry ends with '...' which traditionally
> means that a pop-up dialog will show up, which is not the case.
https://codereview.qt-project.org/#/c/186634/
> From the context menu on a the name of a class declaration:
> - It would be nice to add an entry 'Generate all missing Q_PROPERTY
> members', which as you bet is the same as above but applied to all
> Q_PROPERTY.
That's https://codereview.qt-project.org/#/c/171969/ , except that it
will be triggerable on the class name.
Nikolai
More information about the Qt-creator
mailing list