Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Mac 上,您可以将窗口标题设置为路径或文件,“代理图标”将显示在路径的最后一个元素旁边。例如,如果您打开 Finder 窗口并控制单击标题,您可以选择要切换到的目录;在 TextEdit 中,您可以对文件执行操作。
在Qt中我们可以使用setWindowFilePath()设置代理图标和最后一段路径。我可以控制点击并获得一个菜单,其中路径的不同部分一直到根目录。
setWindowFilePath()
我如何响应用户在此菜单上选择另一个目录?
是否可以设置自定义菜单,与 TextEdit 相同?