Add Philips Hue settings page

This commit is contained in:
Adam Honse 2021-09-19 02:32:17 -05:00
parent ea00ca8977
commit b8246b6140
9 changed files with 429 additions and 0 deletions

View file

@ -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