gtkmm - FileChooserDialog - set_show_hidden(true); ->文件夹被隐藏了!

发布于 2024-09-11 14:04:38 字数 246 浏览 2 评论 0原文

我不知道为什么这段代码在 Windows 上不起作用。隐藏文件夹不显示!

  Gtk::FileChooserDialog dialog("Please choose the ZUP-file directory",
      Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER); 
dialog.set_show_hidden(true);

有什么想法吗?

谢谢

I don´t have a clue why this code doesn´t work on Windows. Hidden folders are not shown!

  Gtk::FileChooserDialog dialog("Please choose the ZUP-file directory",
      Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER); 
dialog.set_show_hidden(true);

Any ideas?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一笔一画续写前缘 2024-09-18 14:04:38

如果它是一个错误,您可以将其记录在 gnome bugzilla bugtracker 站点中。我想知道它是否在 Windows 上显示以点开头的文件,或者不使用 set_show_hidden(true)...如果没有,则可能是 gtk+ 中的错误

If its a bug, you can file it in the gnome bugzilla bugtracker site. I wonder if it shows files starting with a dot on windows or not with set_show_hidden(true)... If it doesn't, its prolly a bug in gtk+

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文