PDA

View Full Version : Qt 4.5 import stylesheet



dcoppenb
7th March 2013, 13:47
I have a common stylesheet that is used across many programs, but one of the programs needs additional styling. I wanted to be able to have the second .qss file include the main .qss file, but I can't seem to figure out how to do it. I've looked across the web and forums and found things like "@import url("")", but that does not work. I've tried different variations of the command, but nothing works. Is there a way to do this using Qt 4.5? Thanks.