2#include <NDEVR/DesignObjectWidgetInterface.h>
20 AddressWidget(QWidget* parent =
nullptr);
29 void onTargetUpdated(UUID
id)
override;
33 void retranslate()
const;
39 bool event(QEvent* event)
override;
44 void onAddressEditedSlot();
46 QCustomComboBox* m_state;
47 QCustomLineEdit* m_street;
48 QCustomLineEdit* m_city;
49 QCustomLineEdit* m_zip_code;
50 bool m_use_full_state_name =
false;
A compact way to present a list of options to the user.
A line edit allows users to enter and edit a single line of plain text with useful editing functions,...
The primary namespace for the NDEVR SDK.