Commit b737bf8b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add a play_reverse button.

parent 9ab3dee9
...@@ -131,6 +131,7 @@ DEPS_res = \ ...@@ -131,6 +131,7 @@ DEPS_res = \
pixmaps/toolbar/extended_16px.png \ pixmaps/toolbar/extended_16px.png \
pixmaps/toolbar/frame-by-frame.png \ pixmaps/toolbar/frame-by-frame.png \
pixmaps/toolbar/fullscreen.png \ pixmaps/toolbar/fullscreen.png \
pixmaps/toolbar/play_reverse.png \
pixmaps/toolbar/record_16px.png \ pixmaps/toolbar/record_16px.png \
pixmaps/toolbar/snapshot.png \ pixmaps/toolbar/snapshot.png \
pixmaps/toolbar/skip_for.png \ pixmaps/toolbar/skip_for.png \
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
<file alias="frame">pixmaps/toolbar/frame-by-frame.png</file> <file alias="frame">pixmaps/toolbar/frame-by-frame.png</file>
<file alias="skip_fw">pixmaps/toolbar/skip_for.png</file> <file alias="skip_fw">pixmaps/toolbar/skip_for.png</file>
<file alias="skip_back">pixmaps/toolbar/skip_back.png</file> <file alias="skip_back">pixmaps/toolbar/skip_back.png</file>
<file alias="reverse">pixmaps/toolbar/play_reverse.png</file>
<file alias="next">pixmaps/next_16px.png</file> <file alias="next">pixmaps/next_16px.png</file>
<file alias="next_b">pixmaps/next.png</file> <file alias="next_b">pixmaps/next.png</file>
<file alias="down_arrow">pixmaps/arrow_down_dark.png</file> <file alias="down_arrow">pixmaps/arrow_down_dark.png</file>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment