96 self._editor = E5ClearableLineEdit( |
96 self._editor = E5ClearableLineEdit( |
97 self, QCoreApplication.translate( |
97 self, QCoreApplication.translate( |
98 "E5PathPickerBase", "Enter Path Name")) |
98 "E5PathPickerBase", "Enter Path Name")) |
99 else: |
99 else: |
100 self._editor = E5ClearableComboBox( |
100 self._editor = E5ClearableComboBox( |
101 self, self, QCoreApplication.translate( |
101 self, QCoreApplication.translate( |
102 "E5PathPickerBase", "Enter Path Name")) |
102 "E5PathPickerBase", "Enter Path Name")) |
103 |
103 |
104 self.__button = QToolButton(self) |
104 self.__button = QToolButton(self) |
105 self.__button.setToolButtonStyle(Qt.ToolButtonIconOnly) |
105 self.__button.setToolButtonStyle(Qt.ToolButtonIconOnly) |
106 self.__button.setIcon(UI.PixmapCache.getIcon("open.png")) |
106 self.__button.setIcon(UI.PixmapCache.getIcon("open.png")) |