aboutsummaryrefslogtreecommitdiffhomepage
path: root/debugger/QT/SkDebuggerGUI.h
diff options
context:
space:
mode:
authorGravatar chudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-31 12:49:52 +0000
committerGravatar chudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-31 12:49:52 +0000
commit2d537a18f49cb492358c2b051f4786075dd9406c (patch)
tree93a95fbae70c7c5c7f9c7e41a0947f9df4fc8aa5 /debugger/QT/SkDebuggerGUI.h
parentf8d904a7eed435b9de68fd2eef6d7f3c59fcc9cc (diff)
Fixed numerous mem errors
Review URL: https://codereview.appspot.com/6441070 git-svn-id: http://skia.googlecode.com/svn/trunk@4849 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'debugger/QT/SkDebuggerGUI.h')
-rw-r--r--debugger/QT/SkDebuggerGUI.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 3e4d319c71..d8b5c74368 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -195,6 +195,10 @@ private slots:
void toggleFilter(QString string);
private:
+ QWidget fCentralWidget;
+ QStatusBar fStatusBar;
+ QToolBar fToolBar;
+
QAction fActionOpen;
QAction fActionBreakpoint;
QAction fActionCancel;
@@ -217,13 +221,13 @@ private:
QAction fActionZoomIn;
QAction fActionZoomOut;
QSignalMapper fMapper;
- QWidget fCentralWidget;
+
QWidget fSpacer;
QComboBox fFilter;
+ QHBoxLayout fContainerLayout;
QVBoxLayout fLeftColumnLayout;
QVBoxLayout fMainAndRightColumnLayout;
- QHBoxLayout fContainerLayout;
QHBoxLayout fCanvasAndSettingsLayout;
QListWidget fListWidget;
@@ -232,7 +236,6 @@ private:
SkCanvasWidget fCanvasWidget;
SkInspectorWidget fInspectorWidget;
SkSettingsWidget fSettingsWidget;
- QStatusBar fStatusBar;
QString fPath;
bool fDirectoryWidgetActive;
@@ -243,13 +246,12 @@ private:
QMenu fMenuNavigate;
QMenu fMenuView;
QMenu fMenuWindows;
- QToolBar fToolBar;
bool fBreakpointsActivated;
bool fDeletesActivated;
bool fPause;
- int fPausedRow;
bool fLoading;
+ int fPausedRow;
/**
Creates the entire UI.