[gluon] replacing QPointF |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/gluon Archives
]
- To: gluon <gluon@xxxxxxxxxxxxxxxxxxx>
- Subject: [gluon] replacing QPointF
- From: idk <istdasklar@xxxxxxxxx>
- Date: Fri, 5 Mar 2010 00:04:37 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=nCEnr2i+prBj8bkJ1b6fCnAek7e3B5g3E0RMHol0y5c=; b=LjGwr/PLdzt5/vAYU4zEq34ZRzp7UronIQ74B5XYmJyNEpo1snwXGLpehODjA3qXuE f23vQTMWOwqinL7CQ2SyDvC0/utVjXj0p4kID5Efi8Pb20uWVTH5x5YtIwyIvhp2qACd dLCSb1r2ZQQz/wdi3W0eOYq1hT0D27blGKbXg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=etPG+nfx59MJlOeFDM0vIC3hbWMi8SdtlLJtcLnZYyKe9am1LXL32fZ2y9snbbdEUt ZlGQrr0T1I7UeV6Vm9cAr4w08Ry7ZhVTXXopLmMc6p2vPHdrBTVEnK5vTJSyfjMidDD9 mN5gFVAPzll3Q06drZGb1IxcviXtOKCSDEO5M=
Hi,
When you think it's possible, I suggest you to replace QPointF by QVector2D.
Example in Input library I saw some QPointF position.
If you need to have 2 integer value, keep QPoint.