Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
83cd2e90
Commit
83cd2e90
authored
Dec 06, 2011
by
Alexander Wiebel
Browse files
[STYLE
#42
] and GUI: added window title and adjusted capitalization
parent
73a4d27c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/qt4gui/qt4/WMainWindow.cpp
src/qt4gui/qt4/WMainWindow.cpp
+2
-2
No files found.
src/qt4gui/qt4/WMainWindow.cpp
View file @
83cd2e90
...
...
@@ -273,7 +273,7 @@ void WMainWindow::setupGUI()
connect
(
projectLoadButton
,
SIGNAL
(
triggered
(
bool
)
),
this
,
SLOT
(
projectLoad
()
)
);
connect
(
projectSaveButton
,
SIGNAL
(
triggered
(
bool
)
),
this
,
SLOT
(
projectSaveAll
()
)
);
m_loadButton
->
setToolTip
(
"Load
Data
"
);
m_loadButton
->
setToolTip
(
"Load
a dataset from file
"
);
resetButton
->
setToolTip
(
"Reset main view"
);
roiButton
->
setToolTip
(
"Create New ROI"
);
projectLoadButton
->
setToolTip
(
"Load a project from file"
);
...
...
@@ -750,7 +750,7 @@ void WMainWindow::openOpenWalnutHelpDialog()
std
::
string
content
=
readFileIntoString
(
filename
);
QWidget
*
window
=
new
QWidget
(
this
,
Qt
::
Window
);
window
->
setWindowTitle
(
"OpenWalnut Help"
);
// specify intial layout
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
window
);
window
->
setLayout
(
layout
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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