00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'qsmbbase.ui' 00003 ** 00004 ** Created: Thu Aug 11 19:30:41 2005 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef FORMQPESMBBASE_H 00010 #define FORMQPESMBBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class QCheckBox; 00018 class QComboBox; 00019 class QLabel; 00020 class QLineEdit; 00021 class QListView; 00022 class QListViewItem; 00023 class QPushButton; 00024 class QTabWidget; 00025 class QTextView; 00026 00027 class FormQPESMBBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 FormQPESMBBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~FormQPESMBBase(); 00034 00035 QTabWidget* TabWidget2; 00036 QWidget* tab; 00037 QComboBox* CBHost; 00038 QComboBox* mountpt; 00039 QLabel* LScan; 00040 QLabel* textLabel1; 00041 QListView* ListViewScan; 00042 QPushButton* BtnScan; 00043 QPushButton* BtnClear; 00044 QCheckBox* onbootBtn; 00045 QPushButton* DoItBtn; 00046 QLabel* pwdlabel; 00047 QLineEdit* password; 00048 QLabel* usrlabel; 00049 QLineEdit* username; 00050 QWidget* tab_2; 00051 QTextView* TextViewOutput; 00052 00053 protected: 00054 QGridLayout* FormQPESMBBaseLayout; 00055 QGridLayout* tabLayout; 00056 QGridLayout* Layout6; 00057 QHBoxLayout* Layout2; 00058 QHBoxLayout* Layout5; 00059 QGridLayout* tabLayout_2; 00060 }; 00061 00062 #endif // FORMQPESMBBASE_H
1.4.2