src/eric7/PdfViewer/PdfToCWidget.py

branch
eric7
changeset 10069
435cc5875135
parent 9722
63135ab601e7
child 10439
21c28b0f9e41
equal deleted inserted replaced
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

eric ide

mercurial