CommandDlg.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/CommandDlg.ui'
00003 **
00004 ** Created: Di Mai 15 19:57:52 2007
00005 **      by: The User Interface Compiler ($Id: CommandDlg_8h-source.html,v 1.8 2007/05/16 20:11:59 kuddel-fl Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef COMMANDDLG_H
00011 #define COMMANDDLG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QPushButton;
00021 class QGroupBox;
00022 class QComboBox;
00023 
00024 class CommandDlg : public QDialog
00025 {
00026     Q_OBJECT
00027 
00028 public:
00029     CommandDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00030     ~CommandDlg();
00031 
00032     QPushButton* m_ButtonOk;
00033     QPushButton* m_ButtonCancel;
00034     QGroupBox* QGroupBox_1;
00035     QPushButton* m_ButtonAdd;
00036     QPushButton* m_ButtonEdit;
00037     QPushButton* m_ButtonCopy;
00038     QPushButton* m_ButtonDelete;
00039     QComboBox* m_ComboCommand;
00040 
00041 public slots:
00042     virtual void slotCommandActivated(int);
00043     virtual void slotAdd();
00044     virtual void slotCopy();
00045     virtual void slotDelete();
00046     virtual void slotEdit();
00047     virtual void slotOk();
00048 
00049 protected:
00050     QGridLayout* CommandDlgLayout;
00051     QHBoxLayout* Layout6;
00052     QSpacerItem* Spacer11;
00053     QGridLayout* QGroupBox_1Layout;
00054 
00055 protected slots:
00056     virtual void languageChange();
00057 
00058 };
00059 
00060 #endif // COMMANDDLG_H

Generated on Wed May 16 21:15:18 2007 for kshowmail by  doxygen 1.5.0