qskinny/examples/tabview/OtherSlider.h
2024-01-17 14:31:45 +01:00

16 lines
434 B
C++

/******************************************************************************
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
#include <QskSlider.h>
class OtherSlider : public QskSlider
{
public:
// Slider overriding many hints from the skin.
OtherSlider( QQuickItem* = nullptr );
};