Hi. I'm glad you missed me.
Now I have a QFrame "frmDrawing" I want to know its width and height. (I always have had trouble with deciphering some of the documentation, particularly with QT 4)
If I use
Qt Code:
  1. Xa = frmDrawing->width();
  2. Ya = frmDrawing->height();
To copy to clipboard, switch view to plain text mode 
I always get 100 x 30 which ain't right of course.
If someone would give the proper code for this I would be most thankful