addconnection.h
00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef ADDCONNECTION_H
00010 #define ADDCONNECTION_H
00011
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout;
00015 class QHBoxLayout;
00016 class QGridLayout;
00017 class QLabel;
00018 class QListView;
00019 class QListViewItem;
00020 class QPushButton;
00021
00022 class AddConnection : public QDialog
00023 {
00024 Q_OBJECT
00025
00026 public:
00027 AddConnection( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028 ~AddConnection();
00029
00030 QPushButton* cancelButton;
00031 QPushButton* addButton;
00032 QListView* registeredServicesList;
00033 QLabel* help;
00034
00035 protected:
00036 QGridLayout* AddConnectionLayout;
00037 };
00038
00039 #endif // ADDCONNECTION_H
This file is part of the documentation for OPIE Version 1.0.