Re: QPointArray
Richard Dale <[email protected]> Mon, 31 Jan 2005 14:51:25 +0100
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Organization | Lost Highway |
| Message-ID | <[email protected]> |
On Monday 31 January 2005 14:47, nornagon wrote: > I tried using QPointArray::setPoint(uint, int, int)... that one > doesn't resize. I'll give the other version a go tomorrow and report > back. ^_^ Do you know the size of the Qt::PointArray when you create it? One of the QPointArray constructors takes a size, so even if setPoint() and putPoint() don't resize it wouldn't matter then.. -- Richard