E5Gui/E5PathPicker.py

changeset 5679
021e2db1f444
parent 5674
a0ad2dcb27f9
child 5726
e1dbd217214a
equal deleted inserted replaced
5678:0aa72754d535 5679:021e2db1f444
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"))

eric ide

mercurial