views:

222

answers:

2

Hi Friends,

I am working on embedded device which does not have Floating Point Unit, I want to port QT-embedded-linux to it. So Please tell me that whether drawing library of qt has fixed-point or not?

Thanks, Sunny.

+1  A: 

As far as I've used Qt the only floating-point-heavy parts were The Graphics View Framework and QtOpenGL module. Other parts related to graphics mainly used integers, though internally there might be some parts where floating-point arithmetic is used. You should probably have a short look at the source of parts you wanna use.

frgtn
Another point where you can run into heavy floating point calculations would be when using QPainterPaths.
e8johan
A: 

Hi Friends,

    No correct answer found, Just closing bounty. anyone of you know please reply.

Thanks, Sunny.

Sunny