eric7/E5Gui/E5PathPicker.py

branch
eric7
changeset 8319
ea11a3948f40
parent 8318
962bce857696
child 8322
b422b4e77d19
equal deleted inserted replaced
8318:962bce857696 8319:ea11a3948f40
80 self._completer = None 80 self._completer = None
81 self.__filters = "" 81 self.__filters = ""
82 self.__defaultDirectory = "" 82 self.__defaultDirectory = ""
83 self.__windowTitle = "" 83 self.__windowTitle = ""
84 84
85 self.__layout = QHBoxLayout() 85 self.__layout = QHBoxLayout(self)
86 self.__layout.setSpacing(0) 86 self.__layout.setSpacing(0)
87 self.__layout.setContentsMargins(0, 0, 0, 0) 87 self.__layout.setContentsMargins(0, 0, 0, 0)
88 self.setLayout(self.__layout) 88 self.setLayout(self.__layout)
89 89
90 if useLineEdit: 90 if useLineEdit:

eric ide

mercurial