Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sipify
  • Loading branch information
nyalldawson committed Aug 10, 2021
1 parent fe0cde3 commit dbc8820
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions python/core/auto_generated/qgsattributetableconfig.sip.in
Expand Up @@ -150,7 +150,7 @@ Returns the width of a column, or -1 if column should use default width.

:param column: column index

:raises IndexError: if the column is not found
:raises `IndexError` if the column is not found

.. seealso:: :py:func:`setColumnWidth`
%End
Expand All @@ -176,7 +176,7 @@ Sets the width of a column.
:param column: column index
:param width: column width in pixels, or -1 if column should use default width

:raises IndexError: if the column is not found
:raises `IndexError` if the column is not found

.. seealso:: :py:func:`columnWidth`
%End
Expand All @@ -199,7 +199,7 @@ Returns ``True`` if the specified column is hidden.

:param column: column index

:raises IndexError: if the column is not found
:raises `IndexError` if the column is not found

.. seealso:: :py:func:`setColumnHidden`
%End
Expand All @@ -225,7 +225,7 @@ Sets whether the specified column should be hidden.
:param column: column index
:param hidden: set to ``True`` to hide column

:raises IndexError: if the column is not found
:raises `IndexError` if the column is not found

.. seealso:: :py:func:`columnHidden`
%End
Expand Down

0 comments on commit dbc8820

Please sign in to comment.