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

20 lines
326 B
C++

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