Add Philips Hue settings page
This commit is contained in:
parent
ea00ca8977
commit
b8246b6140
9 changed files with 429 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
#ifndef OPENRGBPHILIPSHUESETTINGSENTRY_H
|
||||
#define OPENRGBPHILIPSHUESETTINGSENTRY_H
|
||||
|
||||
#include "ui_OpenRGBPhilipsHueSettingsEntry.h"
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class OpenRGBPhilipsHueSettingsEntry;
|
||||
}
|
||||
|
||||
class Ui::OpenRGBPhilipsHueSettingsEntry : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit OpenRGBPhilipsHueSettingsEntry(QWidget *parent = nullptr);
|
||||
~OpenRGBPhilipsHueSettingsEntry();
|
||||
Ui::OpenRGBPhilipsHueSettingsEntryUi *ui;
|
||||
private slots:
|
||||
void on_UnpairButton_clicked();
|
||||
};
|
||||
|
||||
#endif // OPENRGBPHILIPSHUESETTINGSENTRY_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue