Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

bluepingConfigWidget.h

Go to the documentation of this file.
00001 
00006 /*
00007                =.            This file is part of the Opie Project
00008              .=l.            Copyright (C) 2004 Opie Developer Team <opie-devel@handhelds.org>
00009            .>+-=
00010  _;:,     .>    :=|.         This library is free software; you can
00011 .> <`_,   >  .   <=          redistribute it and/or  modify it under
00012 :`=1 )Y*s>-.--   :           the terms of the GNU Library General Public
00013 .="- .-=="i,     .._         License as published by the Free Software
00014  - .   .-<_>     .<>         Foundation; either version 2 of the License,
00015      ._= =}       :          or (at your option) any later version.
00016     .%`+i>       _;_.
00017     .i_,=:_.      -<s.       This library is distributed in the hope that
00018      +  .  -:.       =       it will be useful,  but WITHOUT ANY WARRANTY;
00019     : ..    .:,     . . .    without even the implied warranty of
00020     =_        +     =;=|`    MERCHANTABILITY or FITNESS FOR A
00021   _.=:.       :    :=>`:     PARTICULAR PURPOSE. See the GNU
00022 ..}^=.=       =       ;      Library General Public License for more
00023 ++=   -.     .`     .:       details.
00024  :     =  ...= . :.=-
00025  -.   .:....=;==+<;          You should have received a copy of the GNU
00026   -_. . .   )=.  =           Library General Public License along with
00027     --        :-=`           this library; see the file COPYING.LIB.
00028                              If not, write to the Free Software Foundation,
00029                              Inc., 59 Temple Place - Suite 330,
00030                              Boston, MA 02111-1307, USA.
00031 
00032 */
00033 
00034 #ifndef BLUEPINGCONFIGWIDGET_H
00035 #define BLUEPINGCONFIGWIDGET_H
00036 #include <qlineedit.h>
00037 #include <qpushbutton.h>
00038 #include <qpe/config.h>
00039 
00040 #include <opie2/multiauthconfigwidget.h>
00041 
00042 class BluepingConfigWidget : public Opie::Security::MultiauthConfigWidget {
00043 
00044     Q_OBJECT
00045 
00046 public:
00047     BluepingConfigWidget(QWidget* parent, const char* name);
00048     virtual ~BluepingConfigWidget();
00049     virtual void writeConfig();
00050 private:
00051     QLineEdit *editMAC;
00052     QPushButton *setMAC;
00053 private slots:
00054     void changeMAC();
00055 
00056 };
00057 
00058 #endif // BLUEPINGCONFIGWIDGET_H

Generated on Sat Nov 5 16:17:45 2005 for OPIE by  doxygen 1.4.2