130 coord = self.mapToGlobal(coord) |
130 coord = self.mapToGlobal(coord) |
131 self.__menu.popup(coord) |
131 self.__menu.popup(coord) |
132 |
132 |
133 def __appendText(self, txt, error=False): |
133 def __appendText(self, txt, error=False): |
134 """ |
134 """ |
135 Public method to append text to the end. |
135 Private method to append text to the end. |
136 |
136 |
137 @param txt text to insert (string) |
137 @param txt text to insert (string) |
138 @param error flag indicating to insert error text (boolean) |
138 @param error flag indicating to insert error text (boolean) |
139 """ |
139 """ |
140 tc = self.textCursor() |
140 tc = self.textCursor() |