Hi,

> If you want to share projects created with Windows Qt Creator with people
> in other countries, make sure yo agree on a comma separator in your
> regional settings. I had mine set to a comma (default in German/Austrian)
> and my partner to a period (default in English). When he tried to open the
> project I had created his Windows Creator crashed, so he tried it under
> Linux, which worked. After he had made code and layout changes and
> committed them to SVN, I could not change the min, max, singlestep and
> value in the QDoubleSpinBoxes anymore, and the numbers set in the .ui file
> were interpreted wrong.

This means that Qt Designer writes out float numbers using locale format, which 
it should not do. We will investigate that. 

In the meantime, when collaborating with colleagues, we recommend setting the 
locale to use the standard '.' decimal separator.

Regards,
Friedemann

-- 
Friedemann Kleint
Nokia, Qt Software

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to