------------------------------------------------------- MISCELLANEOUS CODE ------------------------------------------------------- BILL BAXTER SEPT 01, 2002 This directory contains several little libraries and utilities that I have written for my own needs. If they're useful to you too, then great. If you'd like to drop me a line, go here: http://www.cs.unc.edu/~baxter/cgi-bin/feedback/emailme.html Disclaimer: Bill Baxter and The University of North Carolina at Chapel Hill make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. FLOATSPIN (Qt) This is a floating point numeric spinner class for Qt 2.3.0. It is built on top of the standard Qt spinbox class, which is good in that it means that it supports everything Qt's class does, and it looks just like Qt's spinners on every platform Qt supports. But it's also bad in that it is actually using an integer for it's internal value representation, and that leads to some odd behavior at times. So I guess it would be more accurate to call this a "fixed point spinbox".