10068:7febcdccb2a1 | 10069:435cc5875135 |
---|---|
24 @param parent DESCRIPTION | 24 @param parent DESCRIPTION |
25 @type TYPE | 25 @type TYPE |
26 """ | 26 """ |
27 super().__init__(parent) | 27 super().__init__(parent) |
28 | 28 |
29 def columnCount(self, index): | 29 def columnCount(self, index): # noqa: U100 |
30 """ | 30 """ |
31 Public method to define the number of columns to be shown. | 31 Public method to define the number of columns to be shown. |
32 | 32 |
33 @param index index of the element | 33 @param index index of the element |
34 @type QModelIndex | 34 @type QModelIndex |