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
e6ae7d36
Commit
e6ae7d36
authored
Dec 16, 2011
by
Alexander Wiebel
Browse files
[ADD
#42
] made hint faster understandable
parent
9874c087
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/qt4gui/qt4/WQtGLScreenCapture.cpp
src/qt4gui/qt4/WQtGLScreenCapture.cpp
+4
-2
No files found.
src/qt4gui/qt4/WQtGLScreenCapture.cpp
View file @
e6ae7d36
...
...
@@ -141,7 +141,8 @@ WQtGLScreenCapture::WQtGLScreenCapture( WGEViewer::SPtr viewer, WMainWindow* par
QLabel
*
screenshotLabel
=
new
QLabel
();
screenshotLabel
->
setWordWrap
(
true
);
screenshotLabel
->
setText
(
"Take a screenshot of the current scene with the current camera. You need to specify a filename."
);
screenshotLabel
->
setText
(
"Take a screenshot of the current scene with the current camera. You need to specify "
"a filename in the toolbox item
\"
Configuration
\"
."
);
screenshotLayout
->
addWidget
(
screenshotLabel
);
screenshotLayout
->
addWidget
(
m_screenshotButton
);
...
...
@@ -155,7 +156,8 @@ WQtGLScreenCapture::WQtGLScreenCapture( WGEViewer::SPtr viewer, WMainWindow* par
QLabel
*
movieLabel
=
new
QLabel
();
movieLabel
->
setWordWrap
(
true
);
movieLabel
->
setText
(
"Take a screenshot for every frame with the current camera. You need to specify a filename. "
movieLabel
->
setText
(
"Take a screenshot for every frame with the current camera. You need to specify a filename "
"in the toolbox item
\"
Configuration
\"
. "
"You should always add %f to your filename to differentiate between each frame. "
"This kind of recording can be very slow and produce a high IO load on your machine. Consider recording movies with "
"the animation tool which plays back a previously recorded scene and snapshot it frame-wise. "
...
...
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