Qt window 左边出现了一个奇怪的Qt IDE 标签

A strange Qt IDE label appear on the left of the Qt window

有没有人遇到这个问题,新标签 'hello world' 出现在左侧。我尝试删除 Qt 并重新安装,但 'hello world' 仍然存在。

这是Qt Creator自带的"HelloWorld"插件造成的,默认是禁用的

您可以 enable/disable 转到 "Help > About Plugins..."(您必须选中右上角的 "Show all" 复选框才能看到它)。

取消选中 "Load" 列中的复选框并重新启动 Qt Creator 应该会删除标签。