mainwindow.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'mainwindow.ui' 00003 ** 00004 ** Created: Sun Jan 11 16:00:25 2004 00005 ** by: The User Interface Compiler (uic) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 #ifndef MAINWINDOW_H 00010 #define MAINWINDOW_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 class QVBoxLayout; 00015 class QHBoxLayout; 00016 class QGridLayout; 00017 class QFrame; 00018 class QLabel; 00019 class QLineEdit; 00020 class QListBox; 00021 class QListBoxItem; 00022 class QListView; 00023 class QListViewItem; 00024 class QPushButton; 00025 class QTabWidget; 00026 00027 class MainWindow : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 MainWindow( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~MainWindow(); 00034 00035 QTabWidget* tabWidget; 00036 QWidget* Widget3; 00037 QListView* connectionList; 00038 QPushButton* addConnectionButton; 00039 QPushButton* informationConnectionButton; 00040 QPushButton* configureConnectionButton; 00041 QPushButton* removeConnectionButton; 00042 QWidget* tab; 00043 QLabel* currentProfileLabel; 00044 QPushButton* setCurrentProfileButton; 00045 QFrame* Line6; 00046 QFrame* Line1; 00047 QLabel* TextLabel1; 00048 QPushButton* removeProfileButton; 00049 QListBox* profilesList; 00050 QLabel* TextLabel1_2; 00051 QLabel* TextLabel1_3; 00052 QLineEdit* newProfile; 00053 QPushButton* newProfileButton; 00054 00055 protected: 00056 QVBoxLayout* MainWindowLayout; 00057 QVBoxLayout* Widget3Layout; 00058 QGridLayout* Layout2; 00059 QGridLayout* tabLayout; 00060 QHBoxLayout* Layout6; 00061 }; 00062 00063 #endif // MAINWINDOW_H
