Put this in a script in scripts and import it when in QB (or mission) through the console:
lNames = ["Tactical", "Helm", "XO", "Science", "Engineer"]
pBridge = App.g_kSetManager.GetSet("bridge")
for name in lNames:
App.CharacterClass_Cast(pBridge.GetObject(name)).GetMenu().SetNotVisible()