Hello!
I don't find this parts of code but i can to prompt how to change style(for example background-color of buttons)!
Qt Code:
  1. QString color = Qt::red;
  2. QString style = "* { background-color: ";
  3. style += color;
  4. style += " }";
  5. QButton btnColor = new QButton(this);
  6. btnColor -> setStyleSheet(style);
To copy to clipboard, switch view to plain text mode 
This method is used for changing other styles so as

P.S. Sorry by my bad english! I'll be one's utmost to learn english better!