Hi,

I have a query regarding having space for 'name' parameter for Q_PROPERTY.

Qt Code:
  1. Q_PROPERTY(QString MyName READ getName WRITE setName)
To copy to clipboard, switch view to plain text mode 

For an example, If we want to have a space for 'name' param i.e.,
Qt Code:
  1. Q_PROPERTY(QString My Name READ getName WRITE setName)
To copy to clipboard, switch view to plain text mode 

How to achieve the same ? Could you please help me out?

Thanks,
Nikhil