NDEVR
API Documentation
KeypadSettings.h
1#pragma once
2#include <QWidget>
3namespace Ui
4{
5 class KeypadSettingsUI;
6}
7namespace NDEVR
8{
12 class KeypadSettings : public QWidget
13 {
14 public:
17 KeypadSettings(QWidget* parent = nullptr);
18 private:
20 void init();
21 private:
22 Ui::KeypadSettingsUI* ui;
23 };
24}
KeypadSettings(QWidget *parent=nullptr)
Constructs the keypad settings widget.
The primary namespace for the NDEVR SDK.