/**************************************************************************** ** Form interface generated from reading ui file 'todebugwatch.ui' ** ** Created: Mon Feb 20 12:46:36 2006 ** 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 TODEBUGWATCHUI_H #define TODEBUGWATCHUI_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QComboBox; class QLabel; class QButtonGroup; class QRadioButton; class toDebugWatchUI : public QDialog { Q_OBJECT public: toDebugWatchUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~toDebugWatchUI(); QPushButton* PushButton1_2; QPushButton* PushButton1; QComboBox* Name; QLabel* TextLabel1; QButtonGroup* Scope; QRadioButton* GlobalScope; QRadioButton* LocalScope; QRadioButton* LocalScope_2; QRadioButton* Package; protected: QGridLayout* toDebugWatchUILayout; QGridLayout* ScopeLayout; protected slots: virtual void languageChange(); }; #endif // TODEBUGWATCHUI_H