Probably stupid questions but I can't really find an answer.<br><br>1. How can I retrieve handle for my application so I can use QApplication_setStyleSheet? Application is created visually with Lazarus.<br>2. Second parameter for QApplication_setStyleSheet is stylesheet code, right? For example:<br>
<br> QMainWindow::separator {<br> background: yellow;<br> width: 10px; /* when vertical */<br> height: 10px; /* when horizontal */<br> }<br><br> QMainWindow::separator:hover {<br> background: red;<br> }<br>
<br>Best regards,<br>Marcin Dębicki<br>