juangburgos / WtDesigner

GNU General Public License v3.0
67 stars 24 forks source link

Code for WGroupBox title not generated correctly #10

Closed cls-nebadje closed 8 years ago

cls-nebadje commented 8 years ago

Hi Juan,

WtDesigner doesn't set the title in double quotes nor does it decode from UTF8 when generating the code for WGroupBox. When entering Balance the code results in

                        groupbox_balance->setTitle(Balance);

Regards Uli

juangburgos commented 8 years ago

Yes, thank you, I think some other user already reported that one, I will fix on next release. Cheers.