- Disabled context menu in toolbar

This commit is contained in:
Christophe Dumez 2007-04-08 18:21:26 +00:00
commit 0eaa592086
2 changed files with 5 additions and 1 deletions

View file

@ -409,6 +409,9 @@
<property name="enabled" >
<bool>true</bool>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::NoContextMenu</enum>
</property>
<property name="movable" >
<bool>false</bool>
</property>