You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/iGui/iGuiGridPty/iGridRowItemBa.h

21 lines
322 B
C

#pragma once
#include "iGridRowItemUnt.h"
// ByteArray
class X_GUI_GRIDPTY_EXPORT iGridRowItemBa : \
public iGridRowItemUnt
{
Q_OBJECT
public:
explicit iGridRowItemBa(iGridRowItem* pParent = NULL);
~iGridRowItemBa();
protected:
// 绘图
virtual void paint(QPainter* pPainter);
};