I want to display a property of my customer QT widget in Chinese. Is it possible?
I've tried give a Chinese text to Q_PROPERTY macro as second parameter, but it leads to compile error.
Q_PROPERTY(type name
READ getFunction
[WRITE setFunction]
[RESET resetFunction]
[NOTIFY notifySignal]
[REVISION int]
[DESIGNABLE bool]
[SCRIPTABLE bool]
[STORED bool]
[USER bool]
[CONSTANT]
[FINAL])