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