Qt-interest Archive, February 2008
Can QSpinBox list both text and integer values?
Message 1 in thread
Hi,
I need a list select similar to QSpinBox, but display not only the
integer value, but some text as well. After looking at the QSpinBox, I
am not sure if the QSpinBox can display text, there is another QT
class which can display text and integer values?
Thank you.
Jim
--
[ signature omitted ]
Message 2 in thread
Not sure which version of Qt you're using, but QSpinBox has had for a
while setSuffix() and setPrefix().
http://doc.trolltech.com/4.3/qspinbox.html#prefix-prop
Does that do what you need?
Dave
hce wrote:
> Hi,
>
> I need a list select similar to QSpinBox, but display not only the
> integer value, but some text as well. After looking at the QSpinBox, I
> am not sure if the QSpinBox can display text, there is another QT
> class which can display text and integer values?
>
> Thank you.
>
> Jim
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
--
[ signature omitted ]