Hi everyone,
I am developing a User Interface where I have used style sheet for QLabel, QPushButton etc. For this I have created the qss files and then stored the style sheet information there. But the problem is I am using several QPushButton qss files to use them for different type of push buttons. Some of them have large text, some of them have different background and some of them have rounded edge. So now my question is, Is there any way to use the same qss file for these different types of QPushButton ? I mean can I use any logic in qss file so that it can dynamically change the style according to the button this file is called for?
Thanks in advance.
Pritimoy
Bookmarks