source:
trunk/tools/linguist/tutorial/tt2/arrowpad.h
Last change on this file was 193, checked in by , 14 years ago | |
---|---|
File size: 426 bytes |
Line | |
---|---|
1 | /**************************************************************** |
2 | ** |
3 | ** Definition of ArrowPad class, translation tutorial 2 |
4 | ** |
5 | ****************************************************************/ |
6 | |
7 | #ifndef ARROWPAD_H |
8 | #define ARROWPAD_H |
9 | |
10 | #include <qgrid.h> |
11 | |
12 | class ArrowPad : public QGrid |
13 | { |
14 | Q_OBJECT |
15 | public: |
16 | ArrowPad( QWidget *parent = 0, const char *name = 0 ); |
17 | |
18 | private: |
19 | void skip(); |
20 | }; |
21 | |
22 | #endif |
Note:
See TracBrowser
for help on using the repository browser.