Hi, I have a custom widget for Qt Designer, it has a double property. In Qt Designer the max and min double are -2147483647.000000 and 2147483647.000000 I believe this is the range for integers, not for doubles Is this a bug, or may I have something wrong with my code. I am using Mac, and qt 4.7.3 SDK Thanks