/**************************************************************************** ** Form interface generated from reading ui file '/home/oliver/work/programming/kyammi/src/ApplyToAllBase.ui' ** ** Created: Sun Jul 31 13:17:31 2005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef APPLYTOALLBASE_H #define APPLYTOALLBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QLabel; class QCheckBox; class ApplyToAllBase : public QDialog { Q_OBJECT public: ApplyToAllBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ApplyToAllBase(); QPushButton* PushButtonOk; QPushButton* PushButtonCancel; QPushButton* PushButtonAbort; QLabel* TextLabel; QCheckBox* CheckBoxApply; protected: QGridLayout* ApplyToAllBaseLayout; protected slots: virtual void languageChange(); }; #endif // APPLYTOALLBASE_H