/**************************************************************************** ** Form interface generated from reading ui file 'deletemacro.ui' ** ** Created: Tue May 11 08:02:19 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef DELETEMACRO_H #define DELETEMACRO_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QListBox; class QListBoxItem; class QLabel; class Macros; class DeleteMacro : public QDialog { Q_OBJECT public: DeleteMacro( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~DeleteMacro(); QPushButton* Ok; QPushButton* Cancel; QListBox* MacroBox; QPushButton* Add; QPushButton* Remove; QListBox* Macrostodelete; QLabel* MLabel; QLabel* DMacros; public slots: virtual void init( Macros * k ); virtual void accept(); protected: Macros * AllMacros; QHBoxLayout* layout1; QSpacerItem* spacer1; QHBoxLayout* layout20; QVBoxLayout* layout19; QHBoxLayout* layout5; QSpacerItem* spacer3; protected slots: virtual void languageChange(); private slots: void addtoList(); void removefromList(); }; #endif // DELETEMACRO_H