aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkSettingsWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'debugger/QT/SkSettingsWidget.h')
-rw-r--r--debugger/QT/SkSettingsWidget.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/debugger/QT/SkSettingsWidget.h b/debugger/QT/SkSettingsWidget.h
index 1f7552721d..73cd6e1bc9 100644
--- a/debugger/QT/SkSettingsWidget.h
+++ b/debugger/QT/SkSettingsWidget.h
@@ -47,6 +47,10 @@ public:
return &fRasterCheckBox;
}
+ QCheckBox* getOverdrawVizCheckBox() {
+ return &fOverdrawVizCheckBox;
+ }
+
private slots:
void updateCommand(int newCommand);
void updateHit(int newHit);
@@ -87,6 +91,10 @@ private:
QLabel fRasterLabel;
QCheckBox fRasterCheckBox;
+ QHBoxLayout fOverdrawVizLayout;
+ QLabel fOverdrawVizLabel;
+ QCheckBox fOverdrawVizCheckBox;
+
QHBoxLayout fGLLayout;
QLabel fGLLabel;
QCheckBox fGLCheckBox;