Ya, and you will also notice that Qt uses 16777215 as a default max for size values. They have to have some max range even if you don't specify one.
On Mon, Aug 27, 2012 at 11:08 AM, Paul Molodowitch <[email protected]> wrote: > The absolute min / maxes python accepts can be found in sys.float_info named > tuple. > For ui usability, though, it's may be better to make your own estimation of > what "reasonable" values might be in your context. > - Paul > > > On Mon, Aug 27, 2012 at 10:57 AM, Justin Israel <[email protected]> > wrote: >> >> Oh, for the typing validator. The spin will continue past it. >> If you don't have some specific range in mind, how about >> spin.setMaximum(10e9) ? >> Something arbitrarily large. >> >> >> >> >> On Mon, Aug 27, 2012 at 10:41 AM, vux <[email protected]> wrote: >> > yes, but it has maximum value set to 10.0 >> > >> > >> > -- >> > view archives: http://groups.google.com/group/python_inside_maya >> > change your subscription settings: >> > http://groups.google.com/group/python_inside_maya/subscribe >> >> -- >> view archives: http://groups.google.com/group/python_inside_maya >> change your subscription settings: >> http://groups.google.com/group/python_inside_maya/subscribe > > > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
