18 #ifndef __H__OCULAR_BUTTON_RESOURCE_BROWSE__H__
19 #define __H__OCULAR_BUTTON_RESOURCE_BROWSE__H__
21 #include <QtWidgets/qpushbutton.h>
22 #include "Resources/Resource.hpp"
52 virtual QSize sizeHint()
const override;
63 void setResourceType(Core::ResourceType type);
68 std::string
const& getSelectedResource()
const;
80 Core::ResourceType m_Type;
81 std::string m_SelectedResource;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70