Quote Originally Posted by baray98 View Post
guys,

what does this definition mean?
Qt Code:
  1. MyGrid ***grid;
To copy to clipboard, switch view to plain text mode 

please enlighten me

baray98

It means that grid - is a pointer which points at another pointer that points at one more pointer on MyGrid object.