diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-11-10 08:03:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-11-10 08:03:15 +0000 |
| commit | 64359caeeeba39278b52496513d5c05f0bb58e72 (patch) | |
| tree | e44647b8b753ae19bfdd504a8010598020a66b2a | |
| parent | 12955b75e7e8fd3acff3ee3f3e69c698412bd61f (diff) | |
| download | qmmp-64359caeeeba39278b52496513d5c05f0bb58e72.tar.gz qmmp-64359caeeeba39278b52496513d5c05f0bb58e72.tar.bz2 qmmp-64359caeeeba39278b52496513d5c05f0bb58e72.zip | |
fixed shortcut dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2974 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/plugins/Ui/skinned/forms/shortcutdialog.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/plugins/Ui/skinned/forms/shortcutdialog.ui b/src/plugins/Ui/skinned/forms/shortcutdialog.ui index 581b87559..3c5ed2cb4 100644 --- a/src/plugins/Ui/skinned/forms/shortcutdialog.ui +++ b/src/plugins/Ui/skinned/forms/shortcutdialog.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ShortcutDialog</class> - <widget class="QDialog" name="HotkeyDialog"> + <widget class="QDialog" name="ShortcutDialog"> <property name="geometry"> <rect> <x>0</x> @@ -32,6 +32,9 @@ </item> <item row="1" column="0" colspan="3"> <widget class="QLineEdit" name="keyLineEdit"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> <property name="readOnly"> <bool>true</bool> </property> @@ -71,7 +74,7 @@ <connection> <sender>buttonBox</sender> <signal>accepted()</signal> - <receiver>HotkeyDialog</receiver> + <receiver>ShortcutDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> @@ -87,7 +90,7 @@ <connection> <sender>buttonBox</sender> <signal>rejected()</signal> - <receiver>HotkeyDialog</receiver> + <receiver>ShortcutDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> |
