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/iGridRowItemInt.h

20 lines
318 B
C++

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