Qudi
Constructing View menu for docks using Qt Desiner

Dock Widgets have their own toggleViewAction, but this is not directly visible in QT Designer. To make it more future-tracable we want to have all the GUI elements constructed in QT Designer rather than some elements added in by code.

It is possible to construct the View menu, but it is a bit convoluted. Here are the steps: