90 if parent.isValid(): |
90 if parent.isValid(): |
91 return 0 |
91 return 0 |
92 else: |
92 else: |
93 return self.__manager.enginesCount() |
93 return self.__manager.enginesCount() |
94 |
94 |
95 def columnCount(self, parent=None): # noqa: U100 |
95 def columnCount(self, parent=None): # noqa: U-100 |
96 """ |
96 """ |
97 Public method to get the number of columns of the model. |
97 Public method to get the number of columns of the model. |
98 |
98 |
99 @param parent parent index (unused) |
99 @param parent parent index (unused) |
100 @type QModelIndex |
100 @type QModelIndex |