ConfigureProblemReporter ConfigureProblemReporter 0 0 588 492 unnamed groupBox3_2 Problem Reporter If enabled, the C++ parser will report any syntax errors it detects. They will be displayed in the 'Problems' output view and as markers in the editor. unnamed problemReporterCheckbox &Use Problem Reporter groupBox1 Sunken Parsing If enabled, the C++ parser will run on the active file after the stated timeout, after there has been any changes to the text. If disabled, the parser will typically only run when the file is saved. unnamed layout2 unnamed bgParserCheckbox Enable &background parsing delayLabel 7 5 0 0 msec AlignVCenter|AlignLeft delaySlider 250 2000 250 500 Horizontal NoMarks 250 groupBox3 Special &Headers Often a macro that the C++ parser must understand in order to correctly parse a piece of code is defined somewhere in a non-standard header file that the parser does not look at. This textbox can be used to define those macros locally so that the C++ parser can understand them. unnamed specialHeader delaySlider valueChanged(int) ConfigureProblemReporter setDelayLabel(int) bgParserCheckbox toggled(bool) ConfigureProblemReporter bgParserCheckbox_toggled(bool) bgParserCheckbox delaySlider kdialog.h configproblemreporter.ui.h class CppSupportPart; CppSupportPart* m_part; init() destroy() setPart( CppSupportPart * part ) accept() bgParserCheckbox_toggled( bool b ) setDelayLabel( int delay )