qt: disable toolbar context menu

This commit is contained in:
ts-korhonen
2022-01-12 23:19:08 +02:00
parent e57c10dea5
commit bcb18d73b1

View File

@@ -185,12 +185,18 @@
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="windowTitle">
<string>toolBar</string>
<string notr="true">toolBar</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<property name="allowedAreas">
<set>Qt::TopToolBarArea</set>
</property>
<property name="iconSize">
<size>
<width>16</width>