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 <ntqvariant.h> 00014 #include <ntqdialog.h> 00015 00016 class TQVBoxLayout; 00017 class TQHBoxLayout; 00018 class TQGridLayout; 00019 class TQSpacerItem; 00020 class TQGroupBox; 00021 class TQPushButton; 00022 class TQCheckBox; 00023 class TQLineEdit; 00024 00025 class CommandEntryDlg : public TQDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 CommandEntryDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~CommandEntryDlg(); 00032 00033 TQGroupBox* TQGroupBox_1; 00034 TQPushButton* m_ButtonPath; 00035 TQPushButton* m_ButtonTest; 00036 TQCheckBox* m_checkModal; 00037 TQLineEdit* m_EditName; 00038 TQLineEdit* m_EditPath; 00039 TQPushButton* m_ButtonOk; 00040 TQPushButton* m_ButtonCancel; 00041 00042 public slots: 00043 virtual void slotOk(); 00044 virtual void slotPath(); 00045 virtual void slotTest(); 00046 00047 protected: 00048 TQVBoxLayout* CommandEntryDlgLayout; 00049 TQGridLayout* TQGroupBox_1Layout; 00050 TQSpacerItem* spacer3; 00051 TQSpacerItem* Spacer16; 00052 TQHBoxLayout* layout2; 00053 TQSpacerItem* Spacer17; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 }; 00059 00060 #endif // COMMANDENTRYDLG_H