Publish LumaOps source
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| QTooltipedSlider.h |
|
||||
| |
|
||||
| Qt widget for OpenRGB tooltiped slider |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-or-later |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QSlider>
|
||||
|
||||
class QTooltipedSlider : public QSlider
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit QTooltipedSlider(QWidget *parent = nullptr);
|
||||
};
|
||||
Reference in New Issue
Block a user