#ifndef WSTRINGPREVIEWPANEL_H #define WSTRINGPREVIEWPANEL_H #include "IPreviewPanel.h" #include #include #include class WStringPreviewPanel : public IPreviewPanel { Q_OBJECT QVector mLabels; QVBoxLayout *mpLayout; public: explicit WStringPreviewPanel(QWidget *pParent = 0); ~WStringPreviewPanel(); QSize sizeHint() const; EResType ResType(); void SetResource(CResource *pRes); }; #endif // WSTRINGPREVIEWPANEL_H