Subj must be same in main window and in variable's value
Comment #1
Posted on May 7, 2012 by Helpful Horse(No comment was entered for this change.)
Comment #2
Posted on May 8, 2012 by Helpful HorseI will probably replace getDouble method with validated getText method as there seems to be incosistency, because calculator is using '.' character for float numbers (quite obvious), but QInputDialog is using system locale to determine float number separator.
Comment #3
Posted on May 10, 2012 by Helpful HorseLocale is now chaning when language of app is changed. Decimal separator is now used in accordance to active locale. For russian language its ',' for english its '.' and so on.
Comment #4
Posted on May 10, 2012 by Helpful Horse(No comment was entered for this change.)
Comment #5
Posted on May 11, 2012 by Helpful HorseClosed by some revision, considering this fixed.
Status: Fixed
Labels:
Type-Defect
Priority-Medium