107 Protected method called when some painting is required. |
107 Protected method called when some painting is required. |
108 |
108 |
109 @param event reference to the paint event (QPaintEvent) |
109 @param event reference to the paint event (QPaintEvent) |
110 """ |
110 """ |
111 fm = self.fontMetrics() |
111 fm = self.fontMetrics() |
112 if (fm.width(self.__surrounding.format(self.__path)) > |
112 if (fm.width(self.__surrounding.format(self.__path)) > |
113 self.contentsRect().width()): |
113 self.contentsRect().width()): |
114 super(E5SqueezeLabelPath, self).setText( |
114 super(E5SqueezeLabelPath, self).setText( |
115 self.__surrounding.format(compactPath(self.__path, |
115 self.__surrounding.format(compactPath(self.__path, |
116 self.contentsRect().width(), |
116 self.contentsRect().width(), |
117 self.length)) |
117 self.length)) |