00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file '/home/kuddel/Daten/Documents/programmieren/kshowmail/kshowmail/kshowmail/CommandEntryDlg.ui' 00003 ** 00004 ** Created: Di Mai 15 19:57:53 2007 00005 ** by: The User Interface Compiler ($Id: CommandEntryDlg_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 COMMANDENTRYDLG_H 00011 #define COMMANDENTRYDLG_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 QGroupBox; 00021 class QPushButton; 00022 class QCheckBox; 00023 class QLineEdit; 00024 00025 class CommandEntryDlg : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 CommandEntryDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~CommandEntryDlg(); 00032 00033 QGroupBox* QGroupBox_1; 00034 QPushButton* m_ButtonPath; 00035 QPushButton* m_ButtonTest; 00036 QCheckBox* m_checkModal; 00037 QLineEdit* m_EditName; 00038 QLineEdit* m_EditPath; 00039 QPushButton* m_ButtonOk; 00040 QPushButton* m_ButtonCancel; 00041 00042 public slots: 00043 virtual void slotOk(); 00044 virtual void slotPath(); 00045 virtual void slotTest(); 00046 00047 protected: 00048 QVBoxLayout* CommandEntryDlgLayout; 00049 QGridLayout* QGroupBox_1Layout; 00050 QSpacerItem* spacer3; 00051 QSpacerItem* Spacer16; 00052 QHBoxLayout* layout2; 00053 QSpacerItem* Spacer17; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 }; 00059 00060 #endif // COMMANDENTRYDLG_H