Why are:

Qt Code:
  1. int globalX () const
  2. int globalY () const
To copy to clipboard, switch view to plain text mode 
and

Qt Code:
  1. int x () const
  2. int y () const
To copy to clipboard, switch view to plain text mode 

integers? Is it because everything is in terms of pixels?