passwordbase_p.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef PASSWORDBASE_H
00010 #define PASSWORDBASE_H
00011
00012 #include <qvariant.h>
00013 #include <qwidget.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QLabel;
00018 class QLineEdit;
00019
00020 class PasswordBase : public QWidget
00021 {
00022 Q_OBJECT
00023
00024 public:
00025 PasswordBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00026 ~PasswordBase();
00027
00028 QLabel* button_1;
00029 QLabel* button_2;
00030 QLabel* button_3;
00031 QLabel* button_4;
00032 QLabel* button_5;
00033 QLabel* button_6;
00034 QLabel* button_7;
00035 QLabel* button_8;
00036 QLabel* button_9;
00037 QLabel* button_0;
00038 QLabel* button_OK;
00039 QLabel* prompt;
00040 QLineEdit* display;
00041
00042 protected:
00043 QGridLayout* PasswordBaseLayout;
00044 bool event( QEvent* );
00045 };
00046
00047 #endif // PASSWORDBASE_H
This file is part of the documentation for OPIE Version 1.5.5.