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

20 lines
330 B
C++

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