[vlmc-devel] commit: PreviewWidget: Adding tooltips ( =?UTF-8?Q?Hugo=20Beauz=C3=A9e=2DLuyssen?==?UTF-8?Q?=20?=)

git at videolan.org git at videolan.org
Tue Nov 30 13:49:26 CET 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Tue Nov 30 13:46:14 2010 +0100| [a2f48189b55dea658537e887998d7fe7dd8b23d7] | committer: Hugo Beauzée-Luyssen 

PreviewWidget: Adding tooltips

As required in #200

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=a2f48189b55dea658537e887998d7fe7dd8b23d7
---

 src/Gui/preview/ui/PreviewWidget.ui |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/Gui/preview/ui/PreviewWidget.ui b/src/Gui/preview/ui/PreviewWidget.ui
index 5cda833..5af1f95 100644
--- a/src/Gui/preview/ui/PreviewWidget.ui
+++ b/src/Gui/preview/ui/PreviewWidget.ui
@@ -77,6 +77,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Go to the previous frame</string>
+       </property>
        <property name="statusTip">
         <string>Go to the previous frame</string>
        </property>
@@ -115,6 +118,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Play / Pause</string>
+       </property>
        <property name="statusTip">
         <string>Play / Pause</string>
        </property>
@@ -153,6 +159,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Go to the next frame</string>
+       </property>
        <property name="statusTip">
         <string>Go to the next frame</string>
        </property>
@@ -191,6 +200,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Set marker A</string>
+       </property>
        <property name="statusTip">
         <string>Set marker A</string>
        </property>
@@ -229,6 +241,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Set marker B</string>
+       </property>
        <property name="statusTip">
         <string>Set marker B</string>
        </property>
@@ -267,6 +282,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Cut at markers position</string>
+       </property>
        <property name="statusTip">
         <string>Cut at markers position</string>
        </property>
@@ -299,6 +317,9 @@
          <height>30</height>
         </size>
        </property>
+       <property name="toolTip">
+        <string>Stop the playback</string>
+       </property>
        <property name="statusTip">
         <string>Stop the playback</string>
        </property>



More information about the Vlmc-devel mailing list