thi ledinh
thi ledinh

Reputation: 1

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?

Upvotes: 0

Views: 114

Answers (1)

user1432222
user1432222

Reputation: 11

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

Upvotes: 1

Related Questions