Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
889fe3eb
Commit
889fe3eb
authored
Mar 19, 2009
by
hjk
Browse files
debugger: code cosmetics
parent
1c3d2c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
889fe3eb
...
...
@@ -269,9 +269,12 @@ QWidget *GdbOptionPage::createPage(QWidget *parent)
m_ui
.
scriptFileChooser
->
setExpectedKind
(
Core
::
Utils
::
PathChooser
::
File
);
m_ui
.
scriptFileChooser
->
setPromptDialogTitle
(
tr
(
"Choose Location of Startup Script File"
));
theDebuggerSetting
(
GdbLocation
)
->
connectWidget
(
m_ui
.
gdbLocationChooser
);
theDebuggerSetting
(
GdbScriptFile
)
->
connectWidget
(
m_ui
.
scriptFileChooser
);
theDebuggerSetting
(
GdbEnvironment
)
->
connectWidget
(
m_ui
.
environmentEdit
);
theDebuggerSetting
(
GdbLocation
)
->
connectWidget
(
m_ui
.
gdbLocationChooser
);
theDebuggerSetting
(
GdbScriptFile
)
->
connectWidget
(
m_ui
.
scriptFileChooser
);
theDebuggerSetting
(
GdbEnvironment
)
->
connectWidget
(
m_ui
.
environmentEdit
);
theDebuggerSetting
(
AllPluginBreakpoints
)
->
connectWidget
(
m_ui
.
radioButtonAllPluginBreakpoints
);
...
...
@@ -282,10 +285,14 @@ QWidget *GdbOptionPage::createPage(QWidget *parent)
theDebuggerSetting
(
SelectedPluginBreakpointsPattern
)
->
connectWidget
(
m_ui
.
lineEditSelectedPluginBreakpointsPattern
);
theDebuggerSetting
(
UseDumpers
)
->
connectWidget
(
m_ui
.
checkBoxUseDumpers
);
theDebuggerSetting
(
SkipKnownFrames
)
->
connectWidget
(
m_ui
.
checkBoxSkipKnownFrames
);
theDebuggerSetting
(
UseToolTips
)
->
connectWidget
(
m_ui
.
checkBoxUseToolTips
);
theDebuggerSetting
(
DebugDumpers
)
->
connectWidget
(
m_ui
.
checkBoxDebugDumpers
);
theDebuggerSetting
(
UseDumpers
)
->
connectWidget
(
m_ui
.
checkBoxUseDumpers
);
theDebuggerSetting
(
SkipKnownFrames
)
->
connectWidget
(
m_ui
.
checkBoxSkipKnownFrames
);
theDebuggerSetting
(
UseToolTips
)
->
connectWidget
(
m_ui
.
checkBoxUseToolTips
);
theDebuggerSetting
(
DebugDumpers
)
->
connectWidget
(
m_ui
.
checkBoxDebugDumpers
);
theDebuggerSetting
(
SelectedPluginBreakpointsPattern
)
->
connectWidget
(
m_ui
.
lineEditSelectedPluginBreakpointsPattern
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment