debuggerconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './debuggerconfigwidgetbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:04:41 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef DEBUGGER_CONFIG_WIDGET_H 00011 #define DEBUGGER_CONFIG_WIDGET_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QLineEdit; 00022 class KURLRequester; 00023 class QCheckBox; 00024 class QButtonGroup; 00025 class QRadioButton; 00026 class QGroupBox; 00027 00028 class DebuggerConfigWidgetBase : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 DebuggerConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~DebuggerConfigWidgetBase(); 00035 00036 QLabel* programArgs_label; 00037 QLabel* debuggingShell_label; 00038 QLabel* gdbPath_label; 00039 QLineEdit* programArgs_edit; 00040 KURLRequester* debuggingShell_edit; 00041 KURLRequester* gdbPath_edit; 00042 QCheckBox* displayStaticMembers_box; 00043 QCheckBox* breakOnLoadingLibrary_box; 00044 QCheckBox* asmDemangle_box; 00045 QCheckBox* enableFloatingToolBar_box; 00046 QCheckBox* dbgTerminal_box; 00047 QButtonGroup* globalOutputRadix; 00048 QRadioButton* outputRadixOctal; 00049 QRadioButton* outputRadixDecimal; 00050 QRadioButton* outputRadixHexadecimal; 00051 QGroupBox* groupBox1; 00052 QLabel* runShellScript_label; 00053 QLabel* configGdbScript_label; 00054 QLineEdit* configGdbScript_edit; 00055 QLineEdit* runShellScript_edit; 00056 QLineEdit* runGdbScript_edit; 00057 QLabel* runGdbScript_label; 00058 00059 protected: 00060 QGridLayout* debugger_config_widgetLayout; 00061 QHBoxLayout* globalOutputRadixLayout; 00062 QGridLayout* groupBox1Layout; 00063 00064 protected slots: 00065 virtual void languageChange(); 00066 00067 }; 00068 00069 #endif // DEBUGGER_CONFIG_WIDGET_H