FileDialogs: Set shortcuts for navigation buttons.

Change-Id: If2ad1af096787e3e1dc424c096566f382ba7a3b5
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Frederik Gladhorn 2013-03-26 15:32:21 +01:00 committed by The Qt Project
parent 8b4888afb2
commit 8d009b38c8

View File

@ -90,6 +90,9 @@
<property name="accessibleDescription">
<string>Go back</string>
</property>
<property name="shortcut">
<string>Alt+Left</string>
</property>
</widget>
</item>
<item>
@ -103,6 +106,9 @@
<property name="accessibleDescription">
<string>Go forward</string>
</property>
<property name="shortcut">
<string>Alt+Right</string>
</property>
</widget>
</item>
<item>
@ -116,6 +122,9 @@
<property name="accessibleDescription">
<string>Go to the parent directory</string>
</property>
<property name="shortcut">
<string>Alt+Up</string>
</property>
</widget>
</item>
<item>