tools/toolqttest/ortoolqttest_tool.h
#ifndef __ORTOOLQtTest_TOOL_H__
#define __ORTOOLQtTest_TOOL_H__
#define ORTOOLQTTEST__CLASSNAME ORToolQtTest
#define ORTOOLQTTEST__CLASSSTR "ORToolQtTest"
class ORToolQtTest : public FBTool
{
public:
virtual bool FBCreate ();
virtual void FBDestroy ();
private:
void UICreate ();
void UIConfigure ();
private:
FBWidgetHolder mQtHolder;
FBButton mDummy;
};
#endif