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 <ntqvariant.h>
00014 #include <ntqdialog.h>
00015 
00016 class TQVBoxLayout;
00017 class TQHBoxLayout;
00018 class TQGridLayout;
00019 class TQSpacerItem;
00020 class TQPushButton;
00021 class TQGroupBox;
00022 class TQComboBox;
00023 
00024 class CommandDlg : public TQDialog
00025 {
00026     TQ_OBJECT
00027 
00028 public:
00029     CommandDlg( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00030     ~CommandDlg();
00031 
00032     TQPushButton* m_ButtonOk;
00033     TQPushButton* m_ButtonCancel;
00034     TQGroupBox* TQGroupBox_1;
00035     TQPushButton* m_ButtonAdd;
00036     TQPushButton* m_ButtonEdit;
00037     TQPushButton* m_ButtonCopy;
00038     TQPushButton* m_ButtonDelete;
00039     TQComboBox* 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     TQGridLayout* CommandDlgLayout;
00051     TQHBoxLayout* Layout6;
00052     TQSpacerItem* Spacer11;
00053     TQGridLayout* TQGroupBox_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