qskinny/examples/tabview/OtherSlider.h
2023-04-06 09:23:37 +02:00

16 lines
440 B
C++

/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* 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 );
};