[vlc-commits] qt4: add some accelerators

Ludovic Fauvet git at videolan.org
Sat Jun 9 23:07:41 CEST 2012


vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Jun  8 22:33:04 2012 +0200| [7317861db22a8575c2503cac710c1fdc2b50b72f] | committer: Jean-Baptiste Kempf

qt4: add some accelerators

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7317861db22a8575c2503cac710c1fdc2b50b72f
---

 modules/gui/qt4/ui/messages_panel.ui |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/ui/messages_panel.ui b/modules/gui/qt4/ui/messages_panel.ui
index 9c92ad8..d1b2eed 100644
--- a/modules/gui/qt4/ui/messages_panel.ui
+++ b/modules/gui/qt4/ui/messages_panel.ui
@@ -37,7 +37,10 @@
        <item row="1" column="0">
         <widget class="QLabel" name="label">
          <property name="text">
-          <string>Verbosity:</string>
+          <string>&Verbosity:</string>
+         </property>
+         <property name="buddy">
+          <cstring>verbosityBox</cstring>
          </property>
         </widget>
        </item>
@@ -67,7 +70,10 @@
        <item row="1" column="2">
         <widget class="QLabel" name="label_2">
          <property name="text">
-          <string>Filter:</string>
+          <string>&Filter:</string>
+         </property>
+         <property name="buddy">
+          <cstring>filterEdit</cstring>
          </property>
         </widget>
        </item>



More information about the vlc-commits mailing list