Hi, sorry by my bad english!
The screenGeometry() method of class QDesktopWidget return a pointer value
to an QRect object

Question: how I call the method width() from QRect object (I have only a
pointer to QRect object, I'm not have an QRect object!)

Sample:

Local oDesktop , pRect , nWidth
oDesktop := QDesktopWidget():new()
pRect    := oDesktop:screenGeometry( -1 )
nWidth   := ???pRect??? width()

Thanks and regards
CdQ
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to