4725:b19ff70ba509 | 4726:c26e2a2dc0cb |
---|---|
54 | 54 |
55 def setStyleSheet(css): | 55 def setStyleSheet(css): |
56 """ | 56 """ |
57 Function generating a script to set a user style sheet. | 57 Function generating a script to set a user style sheet. |
58 | 58 |
59 @param css style sheet to be applied | |
60 @type str | |
59 @return script to set a user style sheet | 61 @return script to set a user style sheet |
60 @rtype str | 62 @rtype str |
61 """ | 63 """ |
62 source = """ | 64 source = """ |
63 (function() {{ | 65 (function() {{ |