#ifndef NMGUICOMPONENTCOMBOBOX_H #define NMGUICOMPONENTCOMBOBOX_H #include #include #include "nmGUIDefine.h" #include "nmGUI_global.h" #include "nmGUIComponentBase.h" class NM_GUI_EXPORT nmGUIComponentComboBox : public nmGUIComponentBase { Q_OBJECT public: explicit nmGUIComponentComboBox(nmDataAttribute* pOriginValue, bool enable = true, QWidget *parent = nullptr); private: void init() override; }; #endif // NMGUICOMPONENTCOMBOBOX_H