E5Gui/E5PathPicker.py

branch
maintenance
changeset 5681
be30320a29bc
parent 5679
021e2db1f444
child 5726
e1dbd217214a
equal deleted inserted replaced
5680:b93cb6353cc0 5681:be30320a29bc
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