Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

consoleconfigwidget.h

Go to the documentation of this file.
00001 #ifndef OPIE_CONSOLE_CONFIG_WIDGET_H
00002 #define OPIE_CONSOLE_CONFIG_WIDGET_H
00003 
00004 #include "profiledialogwidget.h"
00005 
00006 class QVBoxLayout;
00007 class QLineEdit;
00008 class QListView;
00009 class QPushButton;
00010 
00011 class ConsoleConfigWidget : public ProfileDialogConnectionWidget {
00012     Q_OBJECT
00013 public:
00014     ConsoleConfigWidget( const QString& name, QWidget* parent, const char* name = 0l );
00015     ~ConsoleConfigWidget();
00016 
00017     void load( const Profile& );
00018     void save( Profile& );
00019 
00020 protected slots:
00021     void slotAdd();
00022     void slotRemove();
00023 private:
00024     QVBoxLayout *m_lay;
00025     QLineEdit *m_cmd;
00026     QLineEdit *m_name;
00027     QLineEdit *m_value;
00028     QListView *m_env;
00029     QPushButton *m_add;
00030     QPushButton *m_remove;
00031 };
00032 
00033 
00034 #endif

Generated on Sat Nov 5 16:16:49 2005 for OPIE by  doxygen 1.4.2