eric6/E5Gui/E5PathPicker.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7628
f904d0eef264
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
99 self, QCoreApplication.translate( 99 self, QCoreApplication.translate(
100 "E5PathPickerBase", "Enter Path Name")) 100 "E5PathPickerBase", "Enter Path Name"))
101 101
102 self.__button = QToolButton(self) 102 self.__button = QToolButton(self)
103 self.__button.setToolButtonStyle(Qt.ToolButtonIconOnly) 103 self.__button.setToolButtonStyle(Qt.ToolButtonIconOnly)
104 self.__button.setIcon(UI.PixmapCache.getIcon("open.png")) 104 self.__button.setIcon(UI.PixmapCache.getIcon("open"))
105 105
106 self.__layout.addWidget(self._editor) 106 self.__layout.addWidget(self._editor)
107 self.__layout.addWidget(self.__button) 107 self.__layout.addWidget(self.__button)
108 108
109 self.__button.clicked.connect(self.__showPathPickerDialog) 109 self.__button.clicked.connect(self.__showPathPickerDialog)

eric ide

mercurial