192 self.tr("Adjust column sizes"), self.__resizeColumns) |
192 self.tr("Adjust column sizes"), self.__resizeColumns) |
193 act.setToolTip(self.tr( |
193 act.setToolTip(self.tr( |
194 "Adjusts the width of all columns to their contents")) |
194 "Adjusts the width of all columns to their contents")) |
195 |
195 |
196 self.actionsButton.setIcon( |
196 self.actionsButton.setIcon( |
197 UI.PixmapCache.getIcon("actionsToolButton.png")) |
197 UI.PixmapCache.getIcon("actionsToolButton")) |
198 self.actionsButton.setMenu(self.__actionsMenu) |
198 self.actionsButton.setMenu(self.__actionsMenu) |
199 |
199 |
200 def closeEvent(self, e): |
200 def closeEvent(self, e): |
201 """ |
201 """ |
202 Protected slot implementing a close event handler. |
202 Protected slot implementing a close event handler. |