55 self, |
55 self, |
56 self.trUtf8("Loading Style Sheet"), |
56 self.trUtf8("Loading Style Sheet"), |
57 self.trUtf8( |
57 self.trUtf8( |
58 """<p>The Qt Style Sheet file <b>{0}</b> could""" |
58 """<p>The Qt Style Sheet file <b>{0}</b> could""" |
59 """ not be read.<br>Reason: {1}</p>""") |
59 """ not be read.<br>Reason: {1}</p>""") |
60 .format(styleSheetFile, str(msg))) |
60 .format(styleSheetFile, str(msg))) |
61 return |
61 return |
62 else: |
62 else: |
63 styleSheet = "" |
63 styleSheet = "" |
64 |
64 |
65 e5App().setStyleSheet(styleSheet) |
65 e5App().setStyleSheet(styleSheet) |