NDEVR
API Documentation
KeypadSettings.h
1
#pragma once
2
#include <QWidget>
3
namespace
Ui
4
{
5
class
KeypadSettingsUI;
6
}
7
namespace
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::KeypadSettings
KeypadSettings(QWidget *parent=nullptr)
Constructs the keypad settings widget.
NDEVR
The primary namespace for the NDEVR SDK.
Definition
ArialTileFetcherModule.h:35
Widgets
Headers
KeypadSettings.h
NDEVR.org