Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

FTPSettings.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'FTPSettings.ui'
00003 **
00004 ** Created: Sat May 11 00:31:53 2002
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef FTPSETTINGS_H
00010 #define FTPSETTINGS_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class QCheckBox;
00018 class QLabel;
00019 class QLineEdit;
00020 class QPushButton;
00021 
00022 class CFTPSettings : public QDialog
00023 { 
00024     Q_OBJECT
00025 
00026 public:
00027     CFTPSettings( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028     ~CFTPSettings();
00029 
00030     QLineEdit* Hostname;
00031     QLineEdit* Path;
00032     QLabel* TextLabel3;
00033     QLabel* TextLabel1;
00034     QCheckBox* m_Passive;
00035     QLabel* TextLabel4;
00036     QLineEdit* Username;
00037     QCheckBox* m_Unique;
00038     QLabel* TextLabel2;
00039     QLineEdit* Password;
00040     QPushButton* buttonOk;
00041     QPushButton* buttonCancel;
00042 
00043 protected:
00044     QVBoxLayout* FTPSettingsLayout;
00045     QGridLayout* Layout14;
00046     QHBoxLayout* Layout12;
00047 };
00048 
00049 #endif // FTPSETTINGS_H

Generated at Sat May 18 02:56:55 2002 for Camstream by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001