When writing the styleguide for our applications, i noticed that there are two main approaches concerning the implantation of the styleguides. You can either:


  1. Put all the styles in the top most object(i.e. QMainWindow)
  2. Put the style on every object individually


I was wondering which way is a better use