2 ***************************************************************************
4 * 4F, No. 2 Technology 5th Rd.
5 * Science-based Industrial Park
6 * Hsin-chu, Taiwan, R.O.C.
8 * (c) Copyright 2002, Ralink Technology, Inc.
10 * All rights reserved. Ralink's source code is an unpublished work and the
11 * use of a copyright notice does not imply otherwise. This source code
12 * contains confidential trade secret material of Ralink Tech. Any attemp
13 * or participation in deciphering, decoding, reverse engineering or in any
14 * way altering the source code is stricitly prohibited, unless the prior
15 * written consent of Ralink Technology, Inc. is obtained.
16 ***************************************************************************
22 Implement hex validator for WEP security.
26 -------- ---------- ----------------------------------------------
27 Paul Wu 01-22-2003 created
31 #ifndef __QHEXVALIDATOR_H
32 #define __QHEXVALIDATOR_H
34 #include <qvalidator.h>
36 class QHexValidator
: public QValidator
{
39 QHexValidator ( QWidget
* parent
, const char * name
= 0 );
40 virtual ~QHexValidator ();
41 virtual State
validate ( QString
&, int & ) const;