summaryrefslogtreecommitdiffstats
path: root/kcontrol/kicker/menutab.ui
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-09-30 19:34:50 +0300
committerMavridis Philippe <mavridisf@gmail.com>2021-10-01 10:34:29 +0300
commit2557c13094ebabc5916ac166fd842cb0f5897250 (patch)
treed0ef2af347471386e810f1f6b446819fbad0b7c4 /kcontrol/kicker/menutab.ui
parent9a444a3310e17fae54f0425bc83eb91efcea8706 (diff)
downloadtdebase-2557c13094ebabc5916ac166fd842cb0f5897250.tar.gz
tdebase-2557c13094ebabc5916ac166fd842cb0f5897250.zip
TDE Menu: Customizable search line shortcut
This resolves issue #176. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'kcontrol/kicker/menutab.ui')
-rw-r--r--kcontrol/kicker/menutab.ui36
1 files changed, 35 insertions, 1 deletions
diff --git a/kcontrol/kicker/menutab.ui b/kcontrol/kicker/menutab.ui
index fa3868004..460c82c0d 100644
--- a/kcontrol/kicker/menutab.ui
+++ b/kcontrol/kicker/menutab.ui
@@ -705,7 +705,40 @@
<string>&lt;qt&gt;When this option is selected a text-based search field will appear in the TDE Menu.&lt;/qt&gt;</string>
</property>
</widget>
- <spacer row="0" column="1" rowspan="3" colspan="1">
+
+ <widget class="TQLayoutWidget" row="2" column="0">
+ <property name="name">
+ <cstring>m_searchShortcutLayout</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+
+ <widget class="TQLabel">
+ <property name="name">
+ <cstring>searchShortcutLabel</cstring>
+ </property>
+ <property name="text">
+ <string>Search shortcut:</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>From here you can change the keyboard shortcut which triggers the search line in the TDE Menu.</string>
+ </property>
+ </widget>
+
+ <widget class="KKeyButton">
+ <property name="name">
+ <cstring>m_searchShortcut</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>From here you can change the keyboard shortcut which triggers the search line in the TDE Menu.</string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+
+ <spacer row="0" column="1" rowspan="3" colspan="2">
<property name="name">
<cstring>Spacer8</cstring>
</property>
@@ -749,6 +782,7 @@
<include location="global" impldecl="in implementation">kpushbutton.h</include>
<include location="global" impldecl="in implementation">tdefontrequester.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
+ <include location="global" impldecl="in implementation">kkeybutton.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>