You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/tools/linguist/tutorial/tt2/arrowpad.h

23 lines
404 B

/****************************************************************
**
** Definition of ArrowPad class, translation tutorial 2
**
****************************************************************/
#ifndef ARROWPAD_H
#define ARROWPAD_H
#include <qgrid.h>
class ArrowPad : public QGrid
{
Q_OBJECT
public:
ArrowPad( QWidget *parent = 0, const char *name = 0 );
private:
void skip();
};
#endif