2#include <NDEVR/DesignObjectWidgetInterface.h>
12 class NDEVR_API AddressWidget :
public QWidget,
public DesignObjectWidgetInterface
16 AddressWidget(QWidget* parent =
nullptr);
18 void onTargetUpdated(UUID
id)
override;
19 void retranslate()
const;
20 bool event(QEvent* event)
override;
22 void onAddressEditedSlot();
24 QCustomComboBox* m_state;
25 QCustomLineEdit* m_street;
26 QCustomLineEdit* m_city;
27 QCustomLineEdit* m_zip_code;
28 bool m_use_full_state_name =
false;