39 @param editor reference to an Editor object, if this is a cloned view |
39 @param editor reference to an Editor object, if this is a cloned view |
40 @type Editor |
40 @type Editor |
41 @param tv reference to the task viewer object |
41 @param tv reference to the task viewer object |
42 @type TaskViewer |
42 @type TaskViewer |
43 """ |
43 """ |
44 super(EditorAssembly, self).__init__() |
44 super().__init__() |
45 |
45 |
46 self.__layout = QGridLayout(self) |
46 self.__layout = QGridLayout(self) |
47 self.__layout.setContentsMargins(0, 0, 0, 0) |
47 self.__layout.setContentsMargins(0, 0, 0, 0) |
48 self.__layout.setSpacing(1) |
48 self.__layout.setSpacing(1) |
49 |
49 |