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: |