API Documentation
Loading...
Searching...
No Matches
PhoneNumberWidget.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#if NDEVR_CONTACT_INFO
4#include <NDEVR/QTDesignObject.h>
5#include <NDEVR/Editor.h>
6#include <NDEVR/Pointer.h>
7#include <QWidget>
8namespace Ui
9{
10 class PhoneNumberUI;
11}
12namespace NDEVR
13{
14 class TelephoneNumber;
15 class NDEVR_API PhoneNumberWidget : public Editor
16 {
17 public:
18 PhoneNumberWidget(const DynamicPointer<QTDesignObject>& customer, QWidget* parent = nullptr);
19 static void Register();
20 protected:
21 void updateValues() final override;
22 TelephoneNumber phoneNumber() const;
23 protected:
24 Ui::PhoneNumberUI* ui;
25 };
26}
27#endif
#define NDEVR_API
Definition DLLInfo.h:67
Definition ACIColor.h:37
Definition FontEditor.h:6