[Qt-interest] QSpinBox with large values
Милош Тошић
milostosic77 at gmail.com
Mon Feb 2 15:39:18 CET 2009
Hi,
Could anyone explain me why the setRange / setMinimum / setMaximum methods
of QSpinBox are taking ints for arguments?
My problem is that I would like to have 64bit values editable with spin box
but for this to work those methods would have to take QVariant as an
argument.
I see that all those functions will convert ints to variants so why not pass
them directly?
Also, any advice for bypassing this problem is appreciated!
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090202/ff40646e/attachment.html
More information about the Qt-interest-old
mailing list