简体   繁体   English

QML FileDialog 断言失败

[英]QML FileDialog Assertion failed

I'm trying to use the FileDialog.我正在尝试使用 FileDialog。 but when I browse at the second time I got a crash with information is但是当我第二次浏览时,我的信息崩溃了

"Gtk: Error assertion failed: (cancellable == data->button_data->cancellable)" “Gtk:错误断言失败:(cancellable == data->button_data->cancellable)”

How do I address this problem?我该如何解决这个问题?

Qt5 can uses native file dialog from your desktop environment. Qt5 可以使用桌面环境中的本机文件对话框。 There is some bug in a connection between Qt and GTK. Qt 和 GTK 之间的连接存在一些错误。 Looks like the same as https://github.com/tkashkin/GameHub/issues/76看起来和https://github.com/tkashkin/GameHub/issues/76 一样

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM