/**************************************************************************** ** Form interface generated from reading ui file 'editmacro.ui' ** ** Created: Thu Apr 22 17:10:16 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.1 edited Nov 24 13:47 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef EDITMACRO_H #define EDITMACRO_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class QPushButton; class QComboBox; class QTextEdit; class QListBox; class QListBoxItem; class QSpinBox; class QLineEdit; class Macros; class EditMacro : public QDialog { Q_OBJECT public: EditMacro( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~EditMacro(); QLabel* textLabel2; QPushButton* buttonCancel; QPushButton* buttonOk; QComboBox* SelectMacro; QTextEdit* Definition; QLabel* textLabel1_2; QListBox* Keywords; QSpinBox* Position; QLabel* textLabel1; QLabel* textLabel1_3; QLineEdit* Accelerator; public slots: virtual void init( Macros * k ); protected: protected slots: virtual void languageChange(); virtual void accept(); private: Macros *AllMacros; private slots: void setText( int Number ); }; #endif // EDITMACRO_H