aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeydialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-27 13:33:25 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-27 13:33:25 +0000
commitde56068e9c16e9f09bed0ebe754e0b5949a0752a (patch)
treeb341ea26f554d49a7958e2113ab5fa1773dfd627 /src/plugins/General/hotkey/hotkeydialog.ui
parent0fa5c6f14759412694759893c3c33d747f75ff0f (diff)
downloadqmmp-de56068e9c16e9f09bed0ebe754e0b5949a0752a.tar.gz
qmmp-de56068e9c16e9f09bed0ebe754e0b5949a0752a.tar.bz2
qmmp-de56068e9c16e9f09bed0ebe754e0b5949a0752a.zip
fixed bug in the global shortcut editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1652 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.ui')
-rw-r--r--src/plugins/General/hotkey/hotkeydialog.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.ui b/src/plugins/General/hotkey/hotkeydialog.ui
index fff3429bd..9789be32e 100644
--- a/src/plugins/General/hotkey/hotkeydialog.ui
+++ b/src/plugins/General/hotkey/hotkeydialog.ui
@@ -25,6 +25,9 @@
</property>
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="label">
+ <property name="contextMenuPolicy">
+ <enum>Qt::NoContextMenu</enum>
+ </property>
<property name="text">
<string>Press the key combination you want to assign</string>
</property>
@@ -32,6 +35,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>
@@ -39,6 +45,9 @@
</item>
<item row="2" column="0">
<widget class="QPushButton" name="clearButton">
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="text">
<string>Clear</string>
</property>
@@ -59,6 +68,9 @@
</item>
<item row="2" column="2">
<widget class="QDialogButtonBox" name="buttonBox">
+ <property name="focusPolicy">
+ <enum>Qt::NoFocus</enum>
+ </property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>