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
934f46d6
Commit
934f46d6
authored
Nov 26, 2022
by
Alexander Wiebel
Browse files
[
#772
STYLE] play/pause symbols improved
parent
a6844c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/qtgui/controlPanel/transferFunction2D/WTransferFunction2DGUIWidget.cpp
...Panel/transferFunction2D/WTransferFunction2DGUIWidget.cpp
+4
-4
No files found.
src/qtgui/controlPanel/transferFunction2D/WTransferFunction2DGUIWidget.cpp
View file @
934f46d6
...
...
@@ -364,7 +364,7 @@ void WTransferFunction2DGUIWidget::showContextMenu( const QPoint &pos )
QMenu
*
updateRatesSubMenu
=
contextMenu
.
addMenu
(
"UpdateRate"
);
// Standard-Operations
QAction
action2
(
"Clea
n
transfer function"
,
this
);
QAction
action2
(
"Clea
r
transfer function"
,
this
);
// Widget-Actions
QAction
action1
(
"Box widget"
,
this
);
...
...
@@ -373,9 +373,9 @@ void WTransferFunction2DGUIWidget::showContextMenu( const QPoint &pos )
QAction
action5
(
"Ellipsis widget"
,
this
);
// Animation-Controls
QAction
action6
(
"Play animations (
>
)"
,
this
);
QAction
action7
(
"Pause animations (
||
)"
,
this
);
QAction
action8
(
"Reset animations (
[]
)"
,
this
);
QAction
action6
(
"Play animations (
▶️
)"
,
this
);
QAction
action7
(
"Pause animations (
⏸
)"
,
this
);
QAction
action8
(
"Reset animations (
⏹
)"
,
this
);
// UpdateRate-Actions
QAction
action9
(
" 0 ms "
,
this
);
...
...
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