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