TTkHeaderView🌶️
- class TTkHeaderView(visible=True)[source]🌶️
Bases:
objectThis 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🌶️
- isVisible() bool[source]🌶️
Returns True if the header is visible, False otherwise.
- Returns:
the visibility status
- Return type:
bool
TTkHeaderView Attributes🌶️
|