Page Contents

Topics

Classes

QLHeaderView Class

#include <QLayers/qlheaderview.h>

Inherits: QHeaderView, QLThemeable

Public Functions

QLHeaderView(Qt::Orientation orientation, QWidget* parent = nullptr)
virtual void update() override

Detailed Description

QLHeaderView Example

A QLHeaderView is a QHeaderView and a QLThemeable that provides a themeable header view.

Member Function Documentation

QLHeaderView(Qt::Orientation orientation, QWidget* parent = nullptr)

Constructs a header view with a specified orientation.

void update()

Virtual

Override

Updates the header view.

This function overrides QLThemeable::update() to update the header view's style sheet.