简体   繁体   中英

QML FileDialog Assertion failed

I'm trying to use the 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)"

How do I address this problem?

Qt5 can uses native file dialog from your desktop environment. There is some bug in a connection between Qt and GTK. Looks like the same as https://github.com/tkashkin/GameHub/issues/76

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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