Is it possible using QGraphicsItem to create for example a human body? That is, attach items such as QGraphicsRectItem together and create a body.

  • You do not limit anything, you can at least do every cell of the body. ScheduleItem can be anything, but I can not tell you how to better fasten. - Vyacheslav Savchenko
  • I mean that every time he does not suffer with the code and immediately draw the body with the help of the already created class for example - Astemir Tsechoev
  • What prevents to make the base class PartBodyClass and from it inherit HandClass, etc.? and in Ned you can write the PartBodyClass :: any public / protected method of the parent class. Googling examples of inheritance, there are the answers you need to questions. - Vyacheslav Savchenko

0