PDA

View Full Version : convert a doubole to qreal



sujan.dasmahapatra
11th February 2009, 06:59
how could i convert a double x to a qreal y ??

talk2amulya
11th February 2009, 07:15
From QT Assistant


typedef qreal

Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons.