TTkHeaderView🌶️

class TTkHeaderView(visible=True)[source]🌶️

Bases: object

This is a placeholder for a proper “TTkHeaderView”

Slots🌶️

hide()

Hides the header by setting its visibility to False.

setVisible(visible)

Sets the visibility of the header.

show()

Shows the header by setting its visibility to True.

Methods🌶️

hide() None[source]🌶️

Hides the header by setting its visibility to False.

isVisible() bool[source]🌶️

Returns True if the header is visible, False otherwise.

Returns:

the visibility status

Return type:

bool

setVisible(visible: bool) None[source]🌶️

Sets the visibility of the header.

Parameters:

visible (bool) – True to show the header, False to hide it

show() None[source]🌶️

Shows the header by setting its visibility to True.

TTkHeaderView Attributes🌶️

visibilityUpdated