Debugger: Disable the debugger toolbar ctx menu

The context menu by default has a checkbox to hide the toolbar. The
issue is, once the toolbar is hidden you can no longer un-hide it.
This commit is contained in:
Ty Lamontagne 2024-04-18 14:58:17 -04:00 committed by Connor McLaughlin
parent f16ce3bdbe
commit f75a0df449
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
</layout>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>